Add support for the littlefs file system in the fs shell. Update the sample to use the same partition configuration as the littlefs example for the SPI NOR test platform. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
19 lines
287 B
Plaintext
19 lines
287 B
Plaintext
CONFIG_FLASH=y
|
|
|
|
CONFIG_LOG=y
|
|
#CONFIG_FS_LOG_LEVEL_DBG=y
|
|
|
|
CONFIG_HEAP_MEM_POOL_SIZE=16384
|
|
|
|
CONFIG_SHELL=y
|
|
CONFIG_SHELL_LOG_LEVEL_INF=y
|
|
|
|
CONFIG_FILE_SYSTEM=y
|
|
CONFIG_FILE_SYSTEM_SHELL=y
|
|
|
|
CONFIG_FILE_SYSTEM_NFFS=y
|
|
|
|
CONFIG_FILE_SYSTEM_LITTLEFS=y
|
|
CONFIG_FLASH_MAP=y
|
|
CONFIG_FLASH_PAGE_LAYOUT=y
|