OSDN Git Service

aac5fa3d3da0b41a4a00a780434c2309ad347bdd
[uzume/uzume_bfin.git] / uzume_prototype / uzume_prototype.cfg
1 /*
2  */
3
4
5 #define _MACRO_ONLY
6 #include "uzume_prototype.h"
7
8 INCLUDE("\"uzume_prototype.h\"");
9 CRE_TSK(MAIN_TASK, { TA_HLNG|TA_ACT, 0, main_task, MAIN_PRIORITY,
10             STACK_SIZE, NULL });
11
12 #include "kernel/systask/timer.cfg"
13 #include "kernel/systask/serial.cfg"
14 #include "kernel/systask/logtask.cfg"
15 #include "kernel/uzume/bsp_amakusa592.cfg"