summaryrefslogtreecommitdiff
path: root/board/max32660-eval/ec.tasklist
diff options
context:
space:
mode:
authorJerry Bradshaw <jerry.bradshaw@maximintegrated.com>2019-07-24 10:40:03 -0500
committerCommit Bot <commit-bot@chromium.org>2019-09-26 21:56:08 +0000
commit23932a57f30994297b9749f432b46d6f267e890d (patch)
treecc4d7a2b636f9c465651144841b9dda4138fced0 /board/max32660-eval/ec.tasklist
parentd7d7224a85160389d235cfd3ba2dca9b8ae47c8c (diff)
downloadchrome-ec-23932a57f30994297b9749f432b46d6f267e890d.tar.gz
max32660: add I2C master and slave
BRANCH=none BUG=none TEST=slave tested with EC CMDs sent from a custom written EC HOST using another MAX32660 device as an I2C Master Change-Id: Icdd3ac4bacbc6536a4165f63d155760d4013a8cc Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1716928 Reviewed-by: Scott Collyer <scollyer@chromium.org> Reviewed-by: Harry Cutts <hcutts@chromium.org> Tested-by: Harry Cutts <hcutts@chromium.org> Commit-Queue: Harry Cutts <hcutts@chromium.org>
Diffstat (limited to 'board/max32660-eval/ec.tasklist')
-rw-r--r--board/max32660-eval/ec.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/max32660-eval/ec.tasklist b/board/max32660-eval/ec.tasklist
index 3f546f98ae..5e58b9dea8 100644
--- a/board/max32660-eval/ec.tasklist
+++ b/board/max32660-eval/ec.tasklist
@@ -19,4 +19,5 @@
*/
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, TASK_STACK_SIZE) \
+ TASK_NOTEST(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, TASK_STACK_SIZE)