summaryrefslogtreecommitdiff
path: root/board/fusb307bgevb/ec.tasklist
diff options
context:
space:
mode:
authorYun-chieh, Lee <lyunjie@google.com>2020-09-10 17:15:18 +0800
committerCommit Bot <commit-bot@chromium.org>2020-09-21 17:34:13 +0000
commitb7dc125ebb97fcc87ff606696f4fb5315b767c45 (patch)
treed02938a264020f1c5ac4ddd8b55a53201636c68f /board/fusb307bgevb/ec.tasklist
parentad51c9b74af8b2675916e64a38f45261eff67df6 (diff)
downloadchrome-ec-b7dc125ebb97fcc87ff606696f4fb5315b767c45.tar.gz
ucsa: initial board setup
USB-C Sink Advertiser. Implement TCPM (STM32F072CB) + TCPC (FUSB307B) with adding a display module and control buttons. So a user is able to select different voltage output from choosing different PDO within a comprehensive U/I shown by display. BUG=b:162057390 TEST=make buildall BRANCH=master Signed-off-by: Yun-Chieh Lee <lyunjie@google.com> Change-Id: I41d896f9c3c8fb96dd75d4c88cf1c0052eb488f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2402844 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
Diffstat (limited to 'board/fusb307bgevb/ec.tasklist')
-rw-r--r--board/fusb307bgevb/ec.tasklist11
1 files changed, 11 insertions, 0 deletions
diff --git a/board/fusb307bgevb/ec.tasklist b/board/fusb307bgevb/ec.tasklist
new file mode 100644
index 0000000000..0c2a274a1f
--- /dev/null
+++ b/board/fusb307bgevb/ec.tasklist
@@ -0,0 +1,11 @@
+/* Copyright 2020 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+/**
+ * See CONFIG_TASK_LIST in config.h for details.
+ */
+#define CONFIG_TASK_LIST \
+ TASK_ALWAYS(HOOKS, hook_task, NULL, TASK_STACK_SIZE) \
+ TASK_ALWAYS(CONSOLE, console_task, NULL, TASK_STACK_SIZE)