1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/vfs
chrysn b6392d63ef vfs: Provide generic stat implementation (and use in fatfs)
When a file system has `fstat` and `open` implemented, `stat` can still
be missing. The new function is a generic implementation, and used in
fatfs to provide a `stat`.
2020-10-25 17:39:57 +01:00
..
Makefile sys/vfs: A virtual file system (VFS) layer for RIOT 2017-03-07 17:59:57 +01:00
vfs_stdio.c stdio/vfs: generalized VFS mapping for STDIO 2018-08-30 11:14:59 +02:00
vfs.c vfs: Provide generic stat implementation (and use in fatfs) 2020-10-25 17:39:57 +01:00