summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorAndrew McRae <amcrae@google.com>2020-09-22 13:31:44 +1000
committerCommit Bot <commit-bot@chromium.org>2020-09-24 01:13:15 +0000
commitb7029174f2c37fd17d6e8fc4ae4c4ad6666d5333 (patch)
tree46bb3a2ed3ccf3a56542538ea5f067223646cb3d /board
parentc982170a1456dbe8da1af88e6102b761a88e3b89 (diff)
downloadchrome-ec-b7029174f2c37fd17d6e8fc4ae4c4ad6666d5333.tar.gz
Dooly: Add tasks for type C port 1
BUG=none TEST=buildall BRANCH=none Signed-off-by: Andrew McRae <amcrae@google.com> Change-Id: I843380290975c7227a615d0a2790edd6acec56c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2422926 Tested-by: Andrew McRae <amcrae@chromium.org> Reviewed-by: Nikolai Artemiev <nartemiev@google.com> Commit-Queue: Andrew McRae <amcrae@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/dooly/ec.tasklist4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/dooly/ec.tasklist b/board/dooly/ec.tasklist
index f820cf903c..5d42008105 100644
--- a/board/dooly/ec.tasklist
+++ b/board/dooly/ec.tasklist
@@ -14,4 +14,6 @@
TASK_ALWAYS(POWERBTN, power_button_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(PD_C0, pd_task, NULL, LARGER_TASK_STACK_SIZE) \
- TASK_ALWAYS(PD_INT_C0, pd_interrupt_handler_task, 0, TASK_STACK_SIZE)
+ TASK_ALWAYS(PD_C1, pd_task, NULL, LARGER_TASK_STACK_SIZE) \
+ TASK_ALWAYS(PD_INT_C0, pd_interrupt_handler_task, 0, TASK_STACK_SIZE) \
+ TASK_ALWAYS(PD_INT_C1, pd_interrupt_handler_task, 1, TASK_STACK_SIZE)