1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/vfs
chrysn 9a319a9b4f sys/vfs: Iterate over file systems in sequence
This is a cosmetic change when considering vfs_iterate_mounts alone
(which now reports FSs in precise mount order rather than reporting the
most recently mounted, followed by the rest in mount order), but is
helpful for uses of it that need some guarantees in order to produce
reliable results even when iteration and (un)mounting interact.
2022-02-16 19:15:02 +01:00
..
Kconfig sys/vfs: add vfs_default pseudo-module 2022-02-14 13:04:37 +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 sys/vfs: Iterate over file systems in sequence 2022-02-16 19:15:02 +01:00