2019-01-10 04:26:51 +08:00
|
|
|
config FS_LITTLEFS
|
|
|
|
bool "LITTLEFS File System"
|
|
|
|
default n
|
2019-01-28 02:31:28 +08:00
|
|
|
depends on !DISABLE_MOUNTPOINT
|
2019-01-10 04:26:51 +08:00
|
|
|
---help---
|
2021-08-12 15:17:01 +08:00
|
|
|
Build the LITTLEFS file system. https://github.com/littlefs-project/littlefs.
|
|
|
|
|
|
|
|
if FS_LITTLEFS
|
|
|
|
config FS_LITTLEFS_BLOCK_FACTOR
|
|
|
|
int "LITTLEFS Block size multiple factor"
|
|
|
|
default 4
|
|
|
|
---help---
|
|
|
|
Configure the cache size of the LITTLEFS file system with a multiple factor of the block size.
|
|
|
|
|
|
|
|
config FS_LITTLEFS_BLOCK_CYCLE
|
|
|
|
int "LITTLEFS Block Cycle"
|
|
|
|
default 200
|
|
|
|
---help---
|
|
|
|
Configure the block cycle of the LITTLEFS file system.
|
|
|
|
endif
|