summaryrefslogtreecommitdiff
path: root/board/coral
diff options
context:
space:
mode:
Diffstat (limited to 'board/coral')
-rw-r--r--board/coral/ec.tasklist15
1 files changed, 1 insertions, 14 deletions
diff --git a/board/coral/ec.tasklist b/board/coral/ec.tasklist
index 29668ea536..cd4e0e708a 100644
--- a/board/coral/ec.tasklist
+++ b/board/coral/ec.tasklist
@@ -4,20 +4,7 @@
*/
/*
- * List of enabled tasks in the priority order
- *
- * The first one has the lowest priority.
- *
- * For each task, use the macro TASK_ALWAYS(n, r, d, s) for base tasks and
- * TASK_NOTEST(n, r, d, s) for tasks that can be excluded in test binaries,
- * where :
- * 'n' in the name of the task
- * 'r' in the main routine of the task
- * 'd' in an opaque parameter passed to the routine at startup
- * 's' is the stack size in bytes; must be a multiple of 8
- *
- * For USB PD tasks, IDs must be in consecutive order and correspond to
- * the port which they are for. See TASK_ID_TO_PD_PORT() macro.
+ * See CONFIG_TASK_LIST in config.h for details.
*/
#define CONFIG_TASK_LIST \