summaryrefslogtreecommitdiff
path: root/board/primus/ec.tasklist
diff options
context:
space:
mode:
authorTerry Chen <terry_chen@wistron.corp-partner.google.com>2021-06-08 14:41:42 +0800
committerCommit Bot <commit-bot@chromium.org>2021-07-27 06:07:29 +0000
commit974ab1bdc2bdd737dfd7faa13edbbabeb62361fb (patch)
treed7f723534033a9d815acffd527dbfa19d49c1757 /board/primus/ec.tasklist
parent157c7f4a714bb04481cba84e3db6a00b8979dde2 (diff)
downloadchrome-ec-974ab1bdc2bdd737dfd7faa13edbbabeb62361fb.tar.gz
primus: add LED behavior
BUG=b:190637023 BRANCH=None TEST=make -j BOARD=primus Signed-off-by: Terry Chen <terry_chen@wistron.corp-partner.google.com> Change-Id: Ifea88e2da7e5db53d9bb561426432ff74153b88d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2944521 Tested-by: Scott Chao <scott_chao@wistron.corp-partner.google.com> Reviewed-by: caveh jalali <caveh@chromium.org>
Diffstat (limited to 'board/primus/ec.tasklist')
-rw-r--r--board/primus/ec.tasklist3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/primus/ec.tasklist b/board/primus/ec.tasklist
index 89511238c0..c0a5194e89 100644
--- a/board/primus/ec.tasklist
+++ b/board/primus/ec.tasklist
@@ -25,4 +25,5 @@
TASK_ALWAYS(PD_C0, pd_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_ALWAYS(PD_C1, pd_task, NULL, VENTI_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)
+ TASK_ALWAYS(PD_INT_C1, pd_interrupt_handler_task, 1, TASK_STACK_SIZE) \
+ TASK_NOTEST(LOGOLED, logoled_task, NULL, LARGER_TASK_STACK_SIZE)