Skip to content

Commit 018554d

Browse files
de-nordicrlubos
authored andcommitted
[nrf noup] samples/smp_svr: Increase stack size required
Increase stack size as support for SHA512 requires more data. Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit 0efc441)
1 parent a56cf02 commit 018554d

File tree

1 file changed

+1
-1
lines changed
  • samples/subsys/mgmt/mcumgr/smp_svr

1 file changed

+1
-1
lines changed

samples/subsys/mgmt/mcumgr/smp_svr/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CONFIG_FLASH_MAP=y
88

99
# Some command handlers require a large stack.
1010
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2304
11-
CONFIG_MAIN_STACK_SIZE=2048
11+
CONFIG_MAIN_STACK_SIZE=2176
1212

1313
# Ensure an MCUboot-compatible binary is generated.
1414
CONFIG_BOOTLOADER_MCUBOOT=y

0 commit comments

Comments
 (0)