summaryrefslogtreecommitdiff
path: root/board/bds/ec.tasklist
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2012-04-06 23:10:19 -0700
committerBill Richardson <wfrichar@chromium.org>2012-04-12 13:40:09 -0700
commitd86ad9916547a3323be8da987ca8a19980a97743 (patch)
tree353d19590e33c88f59c48c1f78e4e0e075f735a3 /board/bds/ec.tasklist
parent20fdc57a351998f4a43731249f57bb262d610f72 (diff)
downloadchrome-ec-d86ad9916547a3323be8da987ca8a19980a97743.tar.gz
Add preliminary lightbar functionality.
I need to clean up the console commands and provide the same functionality via ectool, but this is a good starting point. BUG=chrome-os-partner:7839 TEST=manual Power up the CPU. The lights should blink. Change-Id: Ic05a171d2b647551f1cfc7d6b2fd101088cac137 Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'board/bds/ec.tasklist')
-rw-r--r--board/bds/ec.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/bds/ec.tasklist b/board/bds/ec.tasklist
index 573778f069..744ad19633 100644
--- a/board/bds/ec.tasklist
+++ b/board/bds/ec.tasklist
@@ -15,6 +15,7 @@
*/
#define CONFIG_TASK_LIST \
TASK(WATCHDOG, watchdog_task, NULL) \
+ TASK(LIGHTBAR, lightbar_task, NULL) \
TASK(PWM, pwm_task, NULL) \
TASK(KEYSCAN, keyboard_scan_task, NULL) \
TASK(POWERBTN, power_button_task, NULL) \