summaryrefslogtreecommitdiff
path: root/zephyr/boards
diff options
context:
space:
mode:
authorPeter Marheine <pmarheine@chromium.org>2022-03-03 10:08:36 +1100
committerCommit Bot <commit-bot@chromium.org>2022-03-03 23:52:43 +0000
commitaffedb5d93b3c373b8285b7ab80de483f1a769a8 (patch)
treef029fb418008346630d0672523c6b79129757ede /zephyr/boards
parent49838b717e66fb85762df52a82dbe0acc461e672 (diff)
downloadchrome-ec-affedb5d93b3c373b8285b7ab80de483f1a769a8.tar.gz
it8xxx2: expand keyscan stack
On nereid we've found utilization is high (880/928 bytes at boot) and this stack sometimes overflows. Increase it to prevent that. BUG=b:216262678 TEST=`kernel stacks` now reports 80% usage at boot (880/1088) BRANCH=none Signed-off-by: Peter Marheine <pmarheine@chromium.org> Change-Id: I9dd8b3a0c73ed3b488a798cddcc3bba3c079395b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3499927 Reviewed-by: Yuval Peress <peress@google.com>
Diffstat (limited to 'zephyr/boards')
-rw-r--r--zephyr/boards/riscv/it8xxx2/Kconfig.defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/boards/riscv/it8xxx2/Kconfig.defconfig b/zephyr/boards/riscv/it8xxx2/Kconfig.defconfig
index 35ffc442b2..20d07c332f 100644
--- a/zephyr/boards/riscv/it8xxx2/Kconfig.defconfig
+++ b/zephyr/boards/riscv/it8xxx2/Kconfig.defconfig
@@ -37,7 +37,7 @@ config TASK_HOSTCMD_STACK_SIZE
default 1024
config TASK_KEYSCAN_STACK_SIZE
- default 920
+ default 1088
config TASK_MOTIONSENSE_STACK_SIZE
default 920