tinygo/src
sago35 a1b4eafa07
samd21,samd51: fix usbcdc initialization when -serial=uart (#2631)
machine/samd21,samd51: fix usbcdc initialization when -serial=uart by using machine.USB.Configured()
2022-03-10 12:32:19 +01:00
..
crypto/rand all: show error if platform has no rng 2022-01-04 20:27:41 +01:00
device all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
examples all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
internal internal/task: remove coroutines 2022-01-19 14:42:02 -05:00
machine samd21,samd51: fix usbcdc initialization when -serial=uart (#2631) 2022-03-10 12:32:19 +01:00
net Test net.Buffers{} 2021-12-09 14:35:52 +01:00
os src/os: export correct values for os.DevNull for each OS 2022-03-08 14:49:14 +01:00
reflect fix: Add stubs for more missing reflect methods 2022-02-24 12:32:40 -05:00
runtime samd21,samd51: fix usbcdc initialization when -serial=uart (#2631) 2022-03-10 12:32:19 +01:00
sync sync: add tests 2021-12-22 11:02:45 +01:00
syscall src/syscall: document Environ() single-allocation tradeoff 2022-03-04 15:26:47 +01:00
testing os: testTempDir: now that we have os.ReadDir, bring back one use of it in a test 2022-02-24 12:35:40 -05:00