1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/fatfs/fatfs_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
..
fatfs_vfs.c vfs: Provide generic stat implementation (and use in fatfs) 2020-10-25 17:39:57 +01:00
Makefile pkg/fatfs: add vfs integration 2018-01-09 14:46:40 +01:00