zephyr/subsys/fs
Lukasz Majewski c9902412e6 fs: Extend the littlefs code to support block devices
Up till now the littlefs only has been supporting the flash medium in
Zephyr.

This change provides code to also use littlefs stored on the block
devices - like SD card (accessed via SPI).

When FS_LITTLEFS_BLK_DEV Kconfig option is defined, the support for
using littlefs on block devices is enabled.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
2022-01-17 12:53:43 -05:00
..
fcb
nvs
CMakeLists.txt
Kconfig
Kconfig.fatfs
Kconfig.littlefs fs: Extend the littlefs code to support block devices 2022-01-17 12:53:43 -05:00
fat_fs.c fs: fat_fs: Set FS_MOUNT_FLAG_USE_DISK_ACCESS on mount 2021-12-06 08:08:26 -05:00
fs.c fs: Correct LOG_ERR messages for directory API calss 2021-11-09 16:04:34 -06:00
fs_impl.c
fs_impl.h
fuse_fs_access.c
littlefs_fs.c fs: Extend the littlefs code to support block devices 2022-01-17 12:53:43 -05:00
shell.c fs/shell: Fix formatting for output of ssize_t variable 2021-10-28 11:19:04 +02:00