zephyr/subsys/fs
Armin Brauns dfc97f3f38 fs: fat: document path transformation
The FAT driver converts zephyr paths like /SD:/foo into ELM-FATFS paths
like SD:/foo. Document this behaviour by extracting it into a separate
function (and adding a sanity check).

Signed-off-by: Armin Brauns <armin.brauns@embedded-solutions.at>
2022-12-07 10:31:01 +00:00
..
fcb crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
nvs crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
CMakeLists.txt
Kconfig fs: Add fs_mkfs operation to fs api 2022-12-05 15:36:00 +01:00
Kconfig.fatfs fs/fat: Improve help of Kconfig options for FAT 2022-12-05 17:55:58 +01:00
Kconfig.littlefs
fat_fs.c fs: fat: document path transformation 2022-12-07 10:31:01 +00:00
fs.c fs: Add fs_mkfs operation to fs api 2022-12-05 15:36:00 +01:00
fs_impl.c
fs_impl.h
fuse_fs_access.c
littlefs_fs.c fs: Implement mkfs operation in littleFS 2022-12-05 15:36:00 +01:00
shell.c