summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.stacks
diff options
context:
space:
mode:
authorDeepti Deshatty <deepti.deshatty@intel.corp-partner.google.com>2022-02-27 18:29:43 +0530
committerCommit Bot <commit-bot@chromium.org>2022-03-02 02:10:06 +0000
commitc8b922f8706369ff36fed453e40196cd2d7e7a70 (patch)
tree4d22b1b7c012d25aace33417d68c3d1b23cf4d64 /zephyr/Kconfig.stacks
parent014d29d3bba7537c3e4ec575b1bb599e76ac8bcc (diff)
downloadchrome-ec-c8b922f8706369ff36fed453e40196cd2d7e7a70.tar.gz
zephyr: increase ec idle stack size for npcx9
Increase the idle thread stack to 400 bytes. Without this change DUT reboots as stack overflows. BUG=b:219891340 BRANCH=none TEST=Random EC faults are not seen on Nivviks. Change-Id: I5d367cc3626c9852b4e25589810981d969ba8834 Signed-off-by: Deepti Deshatty <deepti.deshatty@intel.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3492302 Reviewed-by: Vijay P Hiremath <vijay.p.hiremath@intel.com> Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr/Kconfig.stacks')
-rw-r--r--zephyr/Kconfig.stacks2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/Kconfig.stacks b/zephyr/Kconfig.stacks
index 4062e82ce5..3e13d2ed33 100644
--- a/zephyr/Kconfig.stacks
+++ b/zephyr/Kconfig.stacks
@@ -66,7 +66,7 @@ if SOC_SERIES_NPCX9
# Zephyr internal stack sizes
config IDLE_STACK_SIZE
- default 192
+ default 400
config MAIN_STACK_SIZE
default 1200