- Increase the test coverage of supported platforms. - Fix test_flash_area_check_int_sha256 for platforms with flash program size >32. Increase the supported flash program size to 512 (maximum supported by Zephyr platforms now). - Fix test_flash_area_get_sectors test for platforms with maximum number of sectors per image slot >256. Increase the support value to 1024. - Fix possible stack size overflow. Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
7 lines
141 B
Plaintext
7 lines
141 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_STACK_SIZE=2048
|
|
CONFIG_FLASH=y
|
|
CONFIG_FLASH_PAGE_LAYOUT=y
|
|
CONFIG_FLASH_MAP=y
|
|
CONFIG_FLASH_AREA_CHECK_INTEGRITY=y
|