tinygo/src
Ayke van Laethem 6bcb40fe01 os: implement virtual filesystem support
This allows applications to mount filesystems in the os package. This is
useful for mounting external flash filesystems, for example.
2020-05-13 08:08:57 +02:00
..
device arm: allow nesting in DisableInterrupts and EnableInterrupts 2020-04-29 18:25:16 +02:00
examples avr: use standard pin numbering 2020-05-12 08:16:34 +02:00
internal internal/task: fix nil panic in (*internal/task.Stack).Pop 2020-05-09 01:08:56 +02:00
machine avr: use standard pin numbering 2020-05-12 08:16:34 +02:00
os os: implement virtual filesystem support 2020-05-13 08:08:57 +02:00
reflect reflect: add Cap and Len support for map and chan 2020-05-12 01:17:27 +02:00
runtime os: add Args and stub it with mock data 2020-05-12 16:53:07 +02:00
sync sync: modify sync.Cond 2020-05-09 01:08:56 +02:00
syscall os: implement virtual filesystem support 2020-05-13 08:08:57 +02:00
testing Add common test logging methods such as Errorf/Fatalf/Printf 2019-08-13 20:59:09 +02:00