Skip to content

Commit 7ae7723

Browse files
committed
[nrf noup] Increase CHIP stack size
This commit increases the current CHIP stack size to allow building with LTO and provide more buffer. Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
1 parent efdae04 commit 7ae7723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/nrfconnect/CHIPDevicePlatformConfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
#endif // CHIP_DEVICE_CONFIG_CHIP_TASK_PRIORITY
216216

217217
#ifndef CHIP_DEVICE_CONFIG_CHIP_TASK_STACK_SIZE
218-
#define CHIP_DEVICE_CONFIG_CHIP_TASK_STACK_SIZE 6144
218+
#define CHIP_DEVICE_CONFIG_CHIP_TASK_STACK_SIZE 8192
219219
#endif // CHIP_DEVICE_CONFIG_CHIP_TASK_STACK_SIZE
220220

221221
#define CHIP_DEVICE_CONFIG_MAX_EVENT_QUEUE_SIZE 64

0 commit comments

Comments
 (0)