summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.stacks
diff options
context:
space:
mode:
authorSam Hurst <shurst@google.com>2022-01-26 11:03:20 -0800
committerCommit Bot <commit-bot@chromium.org>2022-01-26 21:25:13 +0000
commit410c629caa86a77476a3a9721f96a797eb059761 (patch)
treefecb29da12c16eeb59b84be11e407f897f5650c8 /zephyr/Kconfig.stacks
parent22177a6e8d5d38088551b07611ac260a2483198d (diff)
downloadchrome-ec-410c629caa86a77476a3a9721f96a797eb059761.tar.gz
Zephyr: Increase Charger and Chipset Tsk Stack Size
Increase Charger and Chipset Task Stack Size to prevent stack overflow when additional features are enabled. BUG=b:210906156 BRANCH=none TEST=booted system with EFS2 Enabled and issued apshutdown ec console command. This command causes a stack overflow with the previous stack sizes. Signed-off-by: Sam Hurst <shurst@google.com> Change-Id: Ib2f61a58c7f4fb0ef8569da561187e1573dc8d83 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3417014 Reviewed-by: Wai-Hong Tam <waihong@google.com>
Diffstat (limited to 'zephyr/Kconfig.stacks')
-rw-r--r--zephyr/Kconfig.stacks4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/Kconfig.stacks b/zephyr/Kconfig.stacks
index 367564de7e..f2c9f3919b 100644
--- a/zephyr/Kconfig.stacks
+++ b/zephyr/Kconfig.stacks
@@ -80,11 +80,11 @@ config SYSTEM_WORKQUEUE_STACK_SIZE
# Chromium EC stack sizes
config TASK_CHARGER_STACK_SIZE
- default 750
+ default 1056
config TASK_CHIPSET_STACK_SIZE
default 1056 if AP_x86
- default 684 if AP_ARM
+ default 1056 if AP_ARM
default 1200 # Safe default
config TASK_HOSTCMD_STACK_SIZE