Skip to content

Commit a465c7f

Browse files
[nrf toup] Increase Matter stack size after update to Matter 1.5
Some samples require more stack after updating Matter to 1.5. Increase the default value by 2kB. Signed-off-by: Arkadiusz Balys <[email protected]>
1 parent a85100a commit a465c7f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

config/nrfconnect/chip-module/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ config CHIP_TASK_STACK_SIZE
147147
int "The CHIP (Matter) thread stack size"
148148
default 10240 if (LTO || PSA_CRYPTO_DRIVER_CC3XX)
149149
default 9216 if PSA_CRYPTO_DRIVER_CRACEN
150-
default 6144
150+
default 8192
151151
help
152152
Configures the stack size available for the CHIP (Matter) thread.
153153

0 commit comments

Comments
 (0)