Skip to content

Commit

Permalink
increasing the chip task size for the 917soc (project-chip#35213)
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-silabs authored and shgutte committed Sep 10, 2024
1 parent 778b552 commit a1087f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/platform/silabs/CHIPDevicePlatformConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,11 @@
// ========== Platform-specific Configuration Overrides =========

#ifndef CHIP_DEVICE_CONFIG_CHIP_TASK_STACK_SIZE
#if SLI_SI91X_MCU_INTERFACE
#define CHIP_DEVICE_CONFIG_CHIP_TASK_STACK_SIZE (7 * 1024)
#else
#define CHIP_DEVICE_CONFIG_CHIP_TASK_STACK_SIZE (6 * 1024)
#endif
#endif // CHIP_DEVICE_CONFIG_CHIP_TASK_STACK_SIZE

#ifndef CHIP_DEVICE_CONFIG_THREAD_TASK_STACK_SIZE
Expand Down

0 comments on commit a1087f8

Please sign in to comment.