Skip to content

Commit 562e001

Browse files
kkasperczyk-noadigie
authored andcommitted
[nrf toup] Increased CHIP stack size for cracen based targets
Targets using cracen crypto backend requires bigger CHIP stack size. Signed-off-by: Kamil Kasperczyk <[email protected]> (cherry picked from commit 1fb9792) Signed-off-by: Adrian Gielniewski <[email protected]>
1 parent c796bab commit 562e001

File tree

1 file changed

+1
-0
lines changed
  • config/nrfconnect/chip-module

1 file changed

+1
-0
lines changed

config/nrfconnect/chip-module/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ config CHIP_MALLOC_SYS_HEAP
170170
config CHIP_TASK_STACK_SIZE
171171
int "The CHIP (Matter) thread stack size"
172172
default 10240 if (LTO || PSA_CRYPTO_DRIVER_CC3XX)
173+
default 9216 if PSA_CRYPTO_DRIVER_CRACEN
173174
default 6144
174175
help
175176
Configures the stack size available for the CHIP (Matter) thread.

0 commit comments

Comments
 (0)