zephyr/tests/subsys/fs/littlefs/prj.conf
Peter Bigot c167c96eb9 tests: fs: littlefs: test both default and non-default parameters
The file cache allocation infrastructure changes if multiple file
systems are present with different configurations.  Make sure both
allocation schemes are tested.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2021-02-02 07:15:17 -05:00

20 lines
427 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
# 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