The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_FS_LITTLEFS_READ_SIZE

Minimum size of a block read

Type: int

Help

All read operations will be a multiple of this value.

Direct dependencies

FILE_SYSTEM_LITTLEFS && FILE_SYSTEM

(Includes any dependencies from ifs and menus.)

Default

  • 16

Kconfig definition

At subsys/fs/Kconfig.littlefs:31

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:25subsys/fs/Kconfig:61

Menu path: (Top) → Sub Systems and OS Services → File Systems → File system support → LittleFS support → LittleFS Settings

config FS_LITTLEFS_READ_SIZE
    int "Minimum size of a block read" if FILE_SYSTEM_LITTLEFS
    default 16
    depends on FILE_SYSTEM_LITTLEFS && FILE_SYSTEM
    help
      All read operations will be a multiple of this value.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)