Skip to content

Commit 3507036

Browse files
maje-embnordic-piks
authored andcommitted
Kconfig: Set main stack for devices using OBERON_CTR_DRBG_DRIVER
Set the size of the main stack to 2048 to avoid stack overflow. Ref: NCSDK-31791 Ref: NCSDK-31792 Signed-off-by: Marcin Jelinski <marcin.jelinski@nordicsemi.no>
1 parent 3726ef3 commit 3507036

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Kconfig.nrf

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ config NET_SOCKETS_OFFLOAD_TLS
6262
config MAIN_STACK_SIZE
6363
default 3584 if PSA_NEED_CRACEN_CTR_DRBG_DRIVER && !BUILD_WITH_TFM
6464
default 3584 if (SOC_NRF54H20_CPUAPP || SOC_NRF54H20_CPURAD)
65+
default 2048 if PSA_NEED_OBERON_CTR_DRBG_DRIVER && !BUILD_WITH_TFM
6566
default 2048 if ZTEST
6667
default 2048 if ENTROPY_CC3XX && !BUILD_WITH_TFM
6768

0 commit comments

Comments
 (0)