tinygo/src
Dan Kegel 9c3f9537be os: add stubs for Readlink and File.Seek for baremetal targets, with smoke test.
Test currently enabled on pybadge (chosen at random)

TODO:
- enable test on arduino; currently fails with "interp: ptrtoint integer size..." (#2389)
- enable test on nintendoswitch; currently fails with many missing definitions (#2530)
2022-01-21 07:39:47 +01:00
..
crypto/rand all: show error if platform has no rng 2022-01-04 20:27:41 +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: remove coroutines 2022-01-19 14:42:02 -05:00
machine move AVR interrupt related code to runtime 2022-01-20 15:07:16 +01:00
net Test net.Buffers{} 2021-12-09 14:35:52 +01:00
os os: add stubs for Readlink and File.Seek for baremetal targets, with smoke test. 2022-01-21 07:39:47 +01:00
reflect src/reflect: add test for indirect array indexing 2021-12-18 10:02:36 +01:00
runtime move AVR interrupt related code to runtime 2022-01-20 15:07:16 +01:00
sync sync: add tests 2021-12-22 11:02:45 +01:00
syscall src/{syscall, os}: add File.Stat, with smoke test 2022-01-20 11:14:41 +01:00
testing testing: --run now allows filtering of subtests 2022-01-17 21:54:20 +01:00