tinygo/src
Ayke van Laethem 04e8f44370 os: don't try to read executable path on baremetal
Baremetal systems usually pretend to be GOOS=linux, so an extra build
tag is needed here.
2021-09-28 20:28:15 +02:00
..
crypto/rand crypto/rand: switch to arc4random_buf 2021-08-09 15:20:39 +02:00
device esp32c3: add support for this chip 2021-09-16 20:13:04 +02:00
examples machine/rp2040: add PWM implementation (#2015) 2021-09-01 16:58:13 +02:00
internal src/internal/bytealg: fix indexing error in Compare() 2021-09-26 11:07:19 +02:00
machine feather-stm32f405, feather-rp2040: add I2C pin names 2021-09-27 12:37:26 +02:00
net move xtoi2 to parse.go 2021-07-02 18:49:14 +02:00
os os: don't try to read executable path on baremetal 2021-09-28 20:28:15 +02:00
reflect src/reflect: fix type.Size() to account for struct padding 2021-09-27 17:04:16 +02:00
runtime esp32c3: add support for this chip 2021-09-16 20:13:04 +02:00
sync Add sync.NewCond 2021-06-01 15:02:11 +02:00
syscall baremetal,wasm: support command line params and environment variables 2021-08-12 21:19:24 +02:00
testing testing: add a stub for t.Parallel() 2021-09-27 20:02:02 +02:00