tinygo/src/syscall
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
..
errno.go darwin: use custom syscall pkg that uses libsystem 2019-04-05 09:53:51 +02:00
str.go all: pretend to be linux/arm in baremetal targets 2019-03-23 22:58:26 +01:00
syscall.go Add implementation for os.Exit and syscall.Exit 2019-06-12 19:04:34 +02:00
syscall_baremetal.go all: use baremetal build tag 2019-08-04 17:12:07 +02:00
syscall_darwin.go os: implement virtual filesystem support 2020-05-13 08:08:57 +02:00
syscall_libc.go os: implement virtual filesystem support 2020-05-13 08:08:57 +02:00
tables_baremetal.go all: use baremetal build tag 2019-08-04 17:12:07 +02:00