summaryrefslogtreecommitdiff
path: root/board/hadoken/ec.tasklist
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@chromium.org>2015-02-02 14:44:27 -0800
committerchrome-bot <chrome-bot@chromium.org>2016-08-08 01:48:43 -0700
commit9ee1b4a767daaf23b278c9f33b0fe30bf9d91adf (patch)
treebbcce34eeaaecbd2de74636c526d33226a8bc828 /board/hadoken/ec.tasklist
parent73701c46370cd562d311feeb80b2de8ea696935c (diff)
downloadchrome-ec-9ee1b4a767daaf23b278c9f33b0fe30bf9d91adf.tar.gz
btle: Add common link layer code
BUG=None BRANCH=None TEST=make BOARD=hadoken Add a task that is responsible for the state of the link layer. Change-Id: Ifc79bf1e4c57f5de448ab05b3a8d3a1aca5a58e2 Signed-off-by: Myles Watson <mylesgw@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/362144 Commit-Ready: Dan Shi <dshi@google.com> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'board/hadoken/ec.tasklist')
-rw-r--r--board/hadoken/ec.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/hadoken/ec.tasklist b/board/hadoken/ec.tasklist
index 684f22b716..3c5b72d44b 100644
--- a/board/hadoken/ec.tasklist
+++ b/board/hadoken/ec.tasklist
@@ -17,4 +17,5 @@
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, TASK_STACK_SIZE) \
+ TASK_ALWAYS(BLE_LL, bluetooth_ll_task, NULL, TASK_STACK_SIZE)