Skip to content

Commit 3e6b87a

Browse files
committed
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ø <frank.kvamtro@nordicsemi.no>
1 parent 9d0b83d commit 3e6b87a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)