Skip to content

Commit 072e7b3

Browse files
committed
crypto: Increase main stack for nRF54LX devices enabling RNG
-Setting main stack size to 3584 for nRF54LX series that enable rng to avoid stack overflow Signed-off-by: Frank Audun Kvamtrø <frank.kvamtro@nordicsemi.no>
1 parent 5cce92e commit 072e7b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Kconfig.nrf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ config NET_SOCKETS_OFFLOAD_TLS
6060
# - For CC3XX RNG
6161
# - For Cracen RNG
6262
config MAIN_STACK_SIZE
63+
default 3584 if PSA_NEED_CRACEN_CTR_DRBG_DRIVER && !BUILD_WITH_TFM
6364
default 2048 if ZTEST
6465
default 2048 if ENTROPY_CC3XX && !BUILD_WITH_TFM
65-
default 2048 if PSA_NEED_CRACEN_CTR_DRBG_DRIVER && !BUILD_WITH_TFM
6666

6767
config ZTEST_STACK_SIZE
6868
default 2048 if ZTEST

0 commit comments

Comments
 (0)