summaryrefslogtreecommitdiff
path: root/board/it8380dev/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/it8380dev/ec.tasklist')
-rw-r--r--board/it8380dev/ec.tasklist7
1 files changed, 5 insertions, 2 deletions
diff --git a/board/it8380dev/ec.tasklist b/board/it8380dev/ec.tasklist
index d3ac489b42..6db02cfa8a 100644
--- a/board/it8380dev/ec.tasklist
+++ b/board/it8380dev/ec.tasklist
@@ -17,5 +17,8 @@
* '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(CONSOLE, console_task, NULL, TASK_STACK_SIZE)
+ TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
+ TASK_ALWAYS(CONSOLE, console_task, NULL, LARGER_TASK_STACK_SIZE) \
+ TASK_ALWAYS(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \
+ TASK_NOTEST(KEYPROTO, keyboard_protocol_task, NULL, TASK_STACK_SIZE) \
+ TASK_NOTEST(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE)