Skip to content

Commit fc03e80

Browse files
chirag-silabsPeterC1965
authored andcommitted
increasing the chip task size for the 917soc (project-chip#35213)
1 parent 950ec01 commit fc03e80

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)