summaryrefslogtreecommitdiff
path: root/board/blipper/ec.tasklist
diff options
context:
space:
mode:
authorwuzhongtian <wuzhongtian@huaqin.corp-partner.google.com>2021-09-09 20:27:51 +0800
committerCommit Bot <commit-bot@chromium.org>2021-09-23 03:11:46 +0000
commit21a2d516bf80e006b738ffb9401b388945ee5086 (patch)
treee85191195e214fb5ace584d7506e96e2b14ca572 /board/blipper/ec.tasklist
parent7537986533dec6db5d903dde935a566f14b6035a (diff)
downloadchrome-ec-21a2d516bf80e006b738ffb9401b388945ee5086.tar.gz
Blipper: Add beetley related configuration
Add the relevant configuration of beetley to the blipper ec code BUG=b:199479277 BRANCH=dedede TEST=make BOARD=blipper pass,and we have done some tests on the modified Blipper device,the basic functions are normal. Signed-off-by: wuzhongtian <wuzhongtian@huaqin.corp-partner.google.com> Change-Id: Ie6e246755779201faa12f6f48670b018b816351f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3151049 Reviewed-by: Diana Z <dzigterman@chromium.org> Reviewed-by: Shou-Chieh Hsu <shouchieh@chromium.org> Tested-by: wen zhang <zhangwen6@huaqin.corp-partner.google.com> Commit-Queue: Shou-Chieh Hsu <shouchieh@chromium.org>
Diffstat (limited to 'board/blipper/ec.tasklist')
-rw-r--r--board/blipper/ec.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/blipper/ec.tasklist b/board/blipper/ec.tasklist
index 40f8c1007b..bdcbcdf074 100644
--- a/board/blipper/ec.tasklist
+++ b/board/blipper/ec.tasklist
@@ -9,6 +9,7 @@
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, VENTI_TASK_STACK_SIZE) \
+ TASK_ALWAYS(MOTIONSENSE, motion_sense_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_ALWAYS(USB_CHG_P0, usb_charger_task, 0, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(CHARGER, charger_task, NULL, TRENTA_TASK_STACK_SIZE) \
TASK_NOTEST(CHIPSET, chipset_task, NULL, VENTI_TASK_STACK_SIZE) \