23 lines
512 B
Plaintext
23 lines
512 B
Plaintext
CONFIG_FILE_SYSTEM=y
|
|
CONFIG_FILE_SYSTEM_LITTLEFS=y
|
|
|
|
CONFIG_MAIN_STACK_SIZE=4096
|
|
|
|
# Performance tests need custom buffer allocation
|
|
CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE=8192
|
|
|
|
# Configuration tests require variable cache sizes
|
|
CONFIG_FS_LITTLEFS_FC_MEM_POOL=y
|
|
|
|
# FS abstraction layer is noisy so it's off. Turn it on to see the
|
|
# littlefs configuration parameters.
|
|
#CONFIG_LOG=y
|
|
#CONFIG_FS_LOG_LEVEL_DBG=y
|
|
|
|
CONFIG_FLASH=y
|
|
CONFIG_FLASH_MAP=y
|
|
CONFIG_FLASH_PAGE_LAYOUT=y
|
|
|
|
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_STACKSIZE=4096
|