Skip to content

Commit a811a85

Browse files
alxelaxrlubos
authored andcommitted
Bluetooth: increase main stack for nrf54l PSA cracen + trusted storage
Commit increases main stack size for nrf54l platform that uses PSA based crypto with Cracen and Trusted storage. Key import of keys with persistent lifetime takes more 3.5 kb. Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
1 parent 1de6de2 commit a811a85

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
@@ -60,6 +60,7 @@ config NET_SOCKETS_OFFLOAD_TLS
6060
# - For CC3XX RNG
6161
# - For Cracen RNG
6262
config MAIN_STACK_SIZE
63+
default 4096 if PSA_NEED_CRACEN_CTR_DRBG_DRIVER && !BUILD_WITH_TFM && TRUSTED_STORAGE
6364
default 3584 if PSA_NEED_CRACEN_CTR_DRBG_DRIVER && !BUILD_WITH_TFM
6465
default 3584 if (SOC_NRF54H20_CPUAPP || SOC_NRF54H20_CPURAD)
6566
default 2048 if PSA_NEED_OBERON_CTR_DRBG_DRIVER && !BUILD_WITH_TFM

0 commit comments

Comments
 (0)