tests: subsys: dfu: img_util: Increase stack size
Fix a problem with the test that manifested itself with a surprising assertion failure at lib/utils/onoff.c:283. Apparently, due to the stack being too small, some memory got accidentally overwritten. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
47562485e4
commit
9bdb71fe55
1 changed files with 1 additions and 0 deletions
|
@ -7,3 +7,4 @@ CONFIG_IMG_MANAGER=y
|
|||
CONFIG_IMG_ENABLE_IMAGE_CHECK=y
|
||||
CONFIG_MCUBOOT_IMG_MANAGER=y
|
||||
CONFIG_IMG_BLOCK_BUF_SIZE=512
|
||||
CONFIG_ZTEST_STACK_SIZE=1536
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue