summaryrefslogtreecommitdiff
path: root/board/servo_micro/ec.tasklist
diff options
context:
space:
mode:
authorNick Sanders <nsanders@chromium.org>2016-07-19 15:33:47 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-07-21 17:33:04 -0700
commit08aebf624ca1b8bed94cb5b4378ed058e9d9c007 (patch)
treeec83a814b5545e863b99c364dc9c735145a88e20 /board/servo_micro/ec.tasklist
parentf623eaf077a4050cd7ae6dd3c96525325060d647 (diff)
downloadchrome-ec-08aebf624ca1b8bed94cb5b4378ed058e9d9c007.tar.gz
servo_micro: add USB updater
This adds a Google FW update endpoint to servo micro in place of a GPIO enpoint. BUG=chromium:571477 TEST=successfully update servo micro via usb BRANCH=None Signed-off-by: Nick Sanders <nsanders@chromium.org> Change-Id: I3d6c501d515b3f1db6e8259fbb829abe18f72e00 Reviewed-on: https://chromium-review.googlesource.com/361834 Commit-Ready: Nick Sanders <nsanders@chromium.org> Tested-by: Nick Sanders <nsanders@chromium.org> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'board/servo_micro/ec.tasklist')
-rw-r--r--board/servo_micro/ec.tasklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/servo_micro/ec.tasklist b/board/servo_micro/ec.tasklist
index 1944ef3874..cd197cfd36 100644
--- a/board/servo_micro/ec.tasklist
+++ b/board/servo_micro/ec.tasklist
@@ -17,5 +17,5 @@
* 's' is the stack size in bytes; must be a multiple of 8
*/
#define CONFIG_TASK_LIST \
- TASK_ALWAYS(HOOKS, hook_task, NULL, TASK_STACK_SIZE) \
+ TASK_ALWAYS(HOOKS, hook_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, TASK_STACK_SIZE)