Skip to content

Commit 5bff3a5

Browse files
increasing the chip task size for the 917soc (#35213)
1 parent 9c2d570 commit 5bff3a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/platform/silabs/CHIPDevicePlatformConfig.h

+4
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,11 @@
130130
// ========== Platform-specific Configuration Overrides =========
131131

132132
#ifndef CHIP_DEVICE_CONFIG_CHIP_TASK_STACK_SIZE
133+
#if SLI_SI91X_MCU_INTERFACE
134+
#define CHIP_DEVICE_CONFIG_CHIP_TASK_STACK_SIZE (7 * 1024)
135+
#else
133136
#define CHIP_DEVICE_CONFIG_CHIP_TASK_STACK_SIZE (6 * 1024)
137+
#endif
134138
#endif // CHIP_DEVICE_CONFIG_CHIP_TASK_STACK_SIZE
135139

136140
#ifndef CHIP_DEVICE_CONFIG_THREAD_TASK_STACK_SIZE

0 commit comments

Comments
 (0)