Skip to content

Commit

Permalink
[nrf toup] Increased stack size for the OpenThread with nRF54L
Browse files Browse the repository at this point in the history
When using nRF54L15 the stack size required for crypto operations
by OpenThread is bigger and must be increased.

Signed-off-by: Kamil Kasperczyk <[email protected]>
  • Loading branch information
kkasperczyk-no committed Oct 15, 2024
1 parent 5c19b19 commit 39c7191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ config IEEE802154_NRF5_RX_STACK_SIZE
default 1024

config OPENTHREAD_THREAD_STACK_SIZE
default 6144 if PSA_CRYPTO_DRIVER_CC3XX && PSA_CRYPTO_DRIVER_OBERON
default 6144 if (PSA_CRYPTO_DRIVER_CC3XX && PSA_CRYPTO_DRIVER_OBERON) || PSA_CRYPTO_DRIVER_CRACEN
default 4096

config OPENTHREAD_DEFAULT_TX_POWER
Expand Down

0 comments on commit 39c7191

Please sign in to comment.