Skip to content

Commit

Permalink
Increasing CHIP_TASK_STACK_SIZE from 4096 -> 5120 (project-chip#8216)
Browse files Browse the repository at this point in the history
* Increasing HANDLER_STACK_SIZE from 4096 -> 5120

* increase CHIP_TASK_STACK_SIZE 4096 - > 5120

* Increasing the Stack size on platform level instead of globally
  • Loading branch information
mgarb1 authored and Nikita committed Sep 23, 2021
1 parent 1437aed commit abddf5d
Showing 1 changed file with 2 additions and 0 deletions.
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 abddf5d

Please sign in to comment.