OSDN Git Service

リファクタリング
[uzume/uzume_bfin.git] / uzume_prototype / uzume_prototype.cfg
1 /*
2  *  @(#) $Id: sample1.cfg,v 1.1 2009/01/31 05:27:37 suikan Exp $
3  */
4
5
6 #define _MACRO_ONLY
7 #include "uzume_prototype.h"
8
9 INCLUDE("\"uzume_prototype.h\"");
10 CRE_TSK(MAIN_TASK, { TA_HLNG|TA_ACT, 0, main_task, MAIN_PRIORITY,
11             STACK_SIZE, NULL });
12
13 #include "kernel/systask/timer.cfg"
14 #include "kernel/systask/serial.cfg"
15 #include "kernel/systask/logtask.cfg"
16 #include "i2c0_m.cfg"
17 #include "uzume.cfg"