zephyr/subsys/fs
Armin Brauns 63f713a170 fs: allow fs_mkfs() for FATFS without auto-format on mounting
Users should be able to call fs_mkfs() manually even if FS_FATFS_MOUNT_MKFS
is disabled.

Signed-off-by: Armin Brauns <armin.brauns@embedded-solutions.at>
2024-04-01 11:04:56 +01:00
..
ext2
fcb
nvs nvs: improve nvs_flash_cmp_const() 2024-03-05 10:55:40 +01:00
CMakeLists.txt flash host fuse access: Fix for native_sim 2023-11-17 09:23:48 +01:00
fat_fs.c fs: allow fs_mkfs() for FATFS without auto-format on mounting 2024-04-01 11:04:56 +01:00
fs_impl.c
fs_impl.h
fs.c fs: Clarify description of fs_open when no access bits given 2024-02-07 06:57:19 -06:00
fuse_fs_access.c fs: fuse: Avoid possible buffer overflow 2024-01-08 13:29:19 -05:00
Kconfig fs: Add Kconfig key for init priority 2024-01-24 09:22:23 +00:00
Kconfig.fatfs fs: allow fs_mkfs() for FATFS without auto-format on mounting 2024-04-01 11:04:56 +01:00
Kconfig.littlefs
littlefs_fs.c fs: Add Kconfig key for init priority 2024-01-24 09:22:23 +00:00
shell.c