Skip to content

Commit 3940532

Browse files
frkvrlubos
authored andcommitted
crypto: Adjusting to use larger stack-sizes for nRF54H20 devices
-There was no pattern to increase stack-size for nRF54H20 devices likely leading to a few issues of stack overflow. Thiscommit adds a pattern to set the stack-sizes a bit up for nRF54H20 CPUAPP and CPURAD Signed-off-by: Frank Audun Kvamtrø <[email protected]>
1 parent e95a05e commit 3940532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Kconfig.nrf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ config NET_SOCKETS_OFFLOAD_TLS
6161
# - For Cracen RNG
6262
config MAIN_STACK_SIZE
6363
default 3584 if PSA_NEED_CRACEN_CTR_DRBG_DRIVER && !BUILD_WITH_TFM
64+
default 3584 if (SOC_NRF54H20_CPUAPP || SOC_NRF54H20_CPURAD)
6465
default 2048 if ZTEST
6566
default 2048 if ENTROPY_CC3XX && !BUILD_WITH_TFM
6667

0 commit comments

Comments
 (0)