From ce3ea56259b1fd94c1af5bb9a18f5567428ec441 Mon Sep 17 00:00:00 2001 From: "Mathias K. Garbus" Date: Fri, 9 Jul 2021 17:54:59 +0200 Subject: [PATCH] Increasing CHIP_TASK_STACK_SIZE from 4096 -> 5120 (#8216) * Increasing HANDLER_STACK_SIZE from 4096 -> 5120 * increase CHIP_TASK_STACK_SIZE 4096 - > 5120 * Increasing the Stack size on platform level instead of globally --- src/platform/cc13x2_26x2/CHIPDevicePlatformConfig.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/platform/cc13x2_26x2/CHIPDevicePlatformConfig.h b/src/platform/cc13x2_26x2/CHIPDevicePlatformConfig.h index 4700846fe96aaa..965bde2f9db848 100644 --- a/src/platform/cc13x2_26x2/CHIPDevicePlatformConfig.h +++ b/src/platform/cc13x2_26x2/CHIPDevicePlatformConfig.h @@ -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)