summaryrefslogtreecommitdiff
path: root/board/reef/ec.tasklist
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2016-09-15 16:36:28 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-09-16 17:43:27 -0700
commitb7cc2a20ff139c843cbb666819750e4f484c483a (patch)
treea21e439f54b9c66cf73f1f270cd29aeee1447a64 /board/reef/ec.tasklist
parenta4c2b141f80777bf089f35dabe8e355a0e639a92 (diff)
downloadchrome-ec-b7cc2a20ff139c843cbb666819750e4f484c483a.tar.gz
reef: More sensor fix.
- Fix magnetometer matrix to match BMM150 physical position - Increase HOSTCMD stack size, EC crash when calibrating gyroscope. BUG=none BRANCH=reef TEST=No crash when calibrating from AP (echo 1 > /sys/.../iio:deviceX/calibrate). Change-Id: I2d7b73c295a71649f54ffa61ec8cafa1230c8a7d Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/386442 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'board/reef/ec.tasklist')
-rw-r--r--board/reef/ec.tasklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/reef/ec.tasklist b/board/reef/ec.tasklist
index 4ea21ebef8..c3e369d7c6 100644
--- a/board/reef/ec.tasklist
+++ b/board/reef/ec.tasklist
@@ -30,7 +30,7 @@
TASK_NOTEST(CHIPSET, chipset_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_NOTEST(KEYPROTO, keyboard_protocol_task, NULL, TASK_STACK_SIZE) \
TASK_NOTEST(PDCMD, pd_command_task, NULL, TASK_STACK_SIZE) \
- TASK_ALWAYS(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \
+ TASK_ALWAYS(HOSTCMD, host_command_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_ALWAYS(POWERBTN, power_button_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_NOTEST(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE) \