980 Commits (5127b9d65b132547d5b4c1a60a8be381871d8ac8)

Author SHA1 Message Date
Ayke van Laethem 74b20ca234 runtime: use LLVM intrinsic to read the stack pointer 3 years ago
Ayke van Laethem 3d73ee77d3 machine: add Device constant 3 years ago
Dan Kegel 6b0f2cd697 os: TempDir(): obey TMPDIR on unix, TMP on win, etc 3 years ago
Dan Kegel e354a3523b os.Remove: avoid double-wrapping err; fixes TODO in test 3 years ago
Dan Kegel f79f6b0e62 os, syscall: implement ReadAt for unix 3 years ago
Damian Gryski 47db50b273 os: add a stub for File.Truncate 3 years ago
Olivier Fauchon b0fce80b50 Improvements for stm32wle targets : 3 years ago
Ayke van Laethem 718746dd21 os: stub out support for some more features 4 years ago
Kenneth Bell 6cbaed75c8 stm32: fix timeout for i2c comms 3 years ago
Kenneth Bell a6200920f7 stm32: pull-up on I2C lines 3 years ago
Ayke van Laethem 79467baf12 all: remove FreeBSD support 3 years ago
Ayke van Laethem c31aef06ba cgo: add support for C.CString and related functions 3 years ago
Damian Gryski a536ddcda8 tinygo: support -run for tests 3 years ago
Damian Gryski 18242bc26a runtime: allow comparing interfaces in reflectValueEqual() 3 years ago
Kenneth Bell 62d4a6a77f stm32: add minimal stm32wlex5 / lorae5 target 3 years ago
Dan Kegel 339301b709 os: Implement and smoke test Mkdir() and Remove() 3 years ago
Dan Kegel aea4f57a2b syscall: hoist cstring() out of two functions to reduce repetition and allocations 3 years ago
sago35 2a17a3e56c board: add M5Stack 3 years ago
Damian Gryski f8206b9bcc syscall: fix array size for mmap slice creation 3 years ago
Ayke van Laethem 0658e4896f syscall: add support for Mmap and Mprotect 3 years ago
Damian Gryski 9d87d658ba testing: add a stub for CoverMode 3 years ago
Patricio Whittingslow bf0b05e32c machine/rp2040: refactor PWM code. fix Period calculation 3 years ago
Damian Gryski 348a02d697 src/runtime/debug: stub debug.Stack() 3 years ago
Damian Gryski 7273a2b5fd src/testing stub AllocsPerRun 3 years ago
Damian Gryski 44bb381220 src/runtime/debug: add SetMaxStack to allow compress/flate tests to build 3 years ago
Damian Gryski 2e6b92fc56 src/testing: add testing.Verbose() 3 years ago
Ayke van Laethem 51290e5842 wasm: support -scheduler=none 3 years ago
Ayke van Laethem 869e917dc6 all: add support for windows/amd64 3 years ago
Ayke van Laethem 41bcad9c19 runtime: only use CRLF on baremetal systems 3 years ago
Dan Kegel b70b6076e3 net/ip, syscall/errno: Reduce code duplication by switching to internal/itoa. 3 years ago
sago35 7b41d92198 device: add build tag for go1.17 3 years ago
Ayke van Laethem 2f4f3bd1ba wasi: restore support for -scheduler=none 3 years ago
Nia Waldvogel 641dcd7c16 internal/task: use asyncify on webassembly 3 years ago
Yurii Soldak 523d1f28cf nano-33-ble: internal i2c config, power led and sensors switch 3 years ago
Ayke van Laethem 335fb71d2f reflect: add support for DeepEqual 4 years ago
Ayke van Laethem 5866a47e77 reflect: fix Value.Index() in a specific case 3 years ago
Ayke van Laethem 823c9c25cf reflect: implement Value.Elem() for interface values 3 years ago
Ayke van Laethem d15e32fb89 reflect: don't construct an interface-in-interface value 3 years ago
soypat b534dd67e0 machine/rp2040: add interrupt API 3 years ago
Ayke van Laethem edcece33ca transform: refactor interrupt lowering 3 years ago
jaap aarts 30bbdd5aeb Make the frequency selection more flexible on stm32f103 3 years ago
jaap aarts 03383760d6 Fix SPI on stm32f103 3 years ago
Ayke van Laethem fb33f3813d runtime: only initialize os.runtime_args when needed 3 years ago
Ayke van Laethem 670fcf59d8 linux: reduce binary size in the common case 3 years ago
Damian Gryski 13891d428f os: add File.WriteString and File.WriteAt 3 years ago
Ayke van Laethem 403d93560b builder: build static binaries using musl on Linux 5 years ago
Ayke van Laethem f24a93c51d compiler, runtime: add layout parameter to runtime.alloc 3 years ago
Ayke van Laethem a4afc3b4b0 compiler: simplify interface lowering 3 years ago
Ayke van Laethem 90076f9401 all: drop support for LLVM 10 3 years ago
Ayke van Laethem 86f1e6aec4 compiler: properly implement div and rem operations 3 years ago