tinygo/src
Damian Gryski 1e2791b216 src/os: loop in File.ReadAt to handle short reads
This matches what upstream Go does.  This also means len(b) == 0 successfully
reads 0 bytes without any extra logic.  The tests in archive/zip test for this
behaviour.
2022-01-04 15:45:49 +01:00
..
crypto/rand machine/stm32f4, stm32f7, stm32l4: implement TRNG for randomness 2021-12-15 11:38:40 +01:00
device Interrupt based time. Adjust tick cost when timer-0 is reconfigured (the time precision affected when timer-0 reconfigured). Keep all time in nanoseconds. 2021-12-30 11:39:28 +01:00
examples examples: add example to exercise random number generation 2021-12-14 14:55:19 +01:00
internal internal/task: fix two missed instances of extalloc 2021-12-17 17:36:49 -05:00
machine targets,runtime,machine: add support for the stm32f469-disco board 2021-12-31 10:30:48 +00:00
net Test net.Buffers{} 2021-12-09 14:35:52 +01:00
os src/os: loop in File.ReadAt to handle short reads 2022-01-04 15:45:49 +01:00
reflect src/reflect: add test for indirect array indexing 2021-12-18 10:02:36 +01:00
runtime avr: fix time.Sleep() in init code 2022-01-02 19:41:44 +01:00
sync sync: add tests 2021-12-22 11:02:45 +01:00
syscall os: implement and smoketest os.Clearenv 2021-12-13 23:05:17 +01:00
testing src/testing: stub b.RunParallel() and PB.Next() 2021-12-06 20:09:36 +01:00