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> |
||
|---|---|---|
| .. | ||
| fcb | ||
| nvs | ||
| CMakeLists.txt | ||
| fat_fs.c | ||
| fs_impl.c | ||
| fs_impl.h | ||
| fs.c | ||
| fuse_fs_access.c | ||
| Kconfig | ||
| Kconfig.fatfs | ||
| Kconfig.littlefs | ||
| littlefs_fs.c | ||
| shell.c | ||