Skip to content

Commit

Permalink
Increasing the Stack size on platform level instead of globally
Browse files Browse the repository at this point in the history
  • Loading branch information
mgarb1 committed Jul 9, 2021
1 parent 61ebfff commit 12f48da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/platform/CHIPDeviceConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
* The size (in bytes) of the chip task stack.
*/
#ifndef CHIP_DEVICE_CONFIG_CHIP_TASK_STACK_SIZE
#define CHIP_DEVICE_CONFIG_CHIP_TASK_STACK_SIZE 5120
#define CHIP_DEVICE_CONFIG_CHIP_TASK_STACK_SIZE 4096
#endif

/**
Expand Down
2 changes: 2 additions & 0 deletions src/platform/cc13x2_26x2/CHIPDevicePlatformConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@

// ========== CHIP Platform Configuration =========

#define CHIP_DEVICE_CONFIG_CHIP_TASK_STACK_SIZE (5120)

#define BLEMANAGER_EVENT_HANDLER_STACK_SIZE (4096)
#define BLEMANAGER_EVENT_HANDLER_PRIORITY (2)

Expand Down

0 comments on commit 12f48da

Please sign in to comment.