-
CONFIG_FS_LITTLEFS_READ_SIZE
¶
Minimum size of a block read
Type: int
Help¶
All read operations will be a multiple of this value.
Default¶
16
Kconfig definition¶
At subsys/fs/Kconfig.littlefs:20
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:16
→ subsys/fs/Kconfig:142
Menu path: (Top) → File Systems → File system support → LittleFS Settings
config FS_LITTLEFS_READ_SIZE int "Minimum size of a block read" ifFILE_SYSTEM_LITTLEFS
default 16 depends onFILE_SYSTEM
help All read operations will be a multiple of this value.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)