tinygo/src/os
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
..
file.go os: implement virtual filesystem support 2020-05-13 08:08:57 +02:00
file_other.go os: implement virtual filesystem support 2020-05-13 08:08:57 +02:00
file_unix.go os: implement virtual filesystem support 2020-05-13 08:08:57 +02:00
filesystem.go os: implement virtual filesystem support 2020-05-13 08:08:57 +02:00
proc.go os: add Args and stub it with mock data 2020-05-12 16:53:07 +02:00