1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/picolibc_syscalls_default
Benjamin Valentin eb00ca816f picolibc: enable read/write etc. functions without VFS
The read()/write() functions still work without VFS when
reading/writing to stdin, stdout or stderr.

Provide dummy functions for the remaining fs functions so
linking does not fail with !VFS.
2020-08-25 08:26:25 +02:00
..
Makefile picolibc: Add default syscall implementations [v2] 2020-08-23 12:43:51 -07:00
Makefile.include picolibc: Add default syscall implementations [v2] 2020-08-23 12:43:51 -07:00
syscalls.c picolibc: enable read/write etc. functions without VFS 2020-08-25 08:26:25 +02:00