Added basic tests for the NVS file system. One of the tests covers power down during the flash write operation. Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
12 lines
183 B
Plaintext
12 lines
183 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_STACKSIZE=4096
|
|
CONFIG_STDOUT_CONSOLE=y
|
|
|
|
CONFIG_FLASH=y
|
|
CONFIG_FLASH_MAP=y
|
|
CONFIG_FLASH_PAGE_LAYOUT=y
|
|
|
|
CONFIG_NVS=y
|
|
CONFIG_LOG=y
|
|
CONFIG_NVS_LOG_LEVEL_DBG=y
|