We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c796bab commit 562e001Copy full SHA for 562e001
config/nrfconnect/chip-module/Kconfig
@@ -170,6 +170,7 @@ config CHIP_MALLOC_SYS_HEAP
170
config CHIP_TASK_STACK_SIZE
171
int "The CHIP (Matter) thread stack size"
172
default 10240 if (LTO || PSA_CRYPTO_DRIVER_CC3XX)
173
+ default 9216 if PSA_CRYPTO_DRIVER_CRACEN
174
default 6144
175
help
176
Configures the stack size available for the CHIP (Matter) thread.
0 commit comments