zephyr/subsys/fs
Paul He c2911af78e fs: littlefs: get block_cycles value from dts
Property "block-cycles" is required for node "zephyr,fstab,littlefs",
but source code did not get the value from dts file, now add it.

Additionally correct the wrong description of property "block-cycles"
in binding file.

Signed-off-by: Paul He <pawpawhe@gmail.com>
2024-10-07 18:43:05 +02:00
..
ext2 fs: ext2: add alignment for superblock 2024-09-30 17:10:56 +01:00
fcb fs: fcb: rename variables differently than struct tag 2024-07-11 16:14:55 +02:00
nvs fs: nvs: Simplified the initial loop in calc_free_space() 2024-10-03 11:41:33 +01:00
CMakeLists.txt fs: add FILE_SYSTEM_LIB_LINK option 2024-10-02 14:42:10 +01:00
fat_fs.c style: subsys: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
fs_impl.c
fs_impl.h
fs.c fs: open: fix zfp flags not set when calling truncate 2024-06-18 14:35:03 -04:00
fuse_fs_access.c fs: fuse: ensure S_IFxxx macros are available 2024-08-11 10:32:20 +02:00
Kconfig fs: add FILE_SYSTEM_LIB_LINK option 2024-10-02 14:42:10 +01:00
Kconfig.fatfs fs: fatfs: Add CONFIG_FS_MULTI_PARTITION 2024-09-03 14:39:18 +01:00
Kconfig.littlefs fs/littlefs: Use flash_area_flatten in lfs_api_erase 2024-06-04 08:00:46 +02:00
littlefs_fs.c fs: littlefs: get block_cycles value from dts 2024-10-07 18:43:05 +02:00
shell.c