OSDN Git Service

SPORT RXの試験。FPGAとの通信に成功した。
[trx-305dsp/dsp.git] / trx305 / test.cfg
1 /*
2  *  @(#) $Id: sample1.cfg,v 1.1 2009/01/31 05:27:37 suikan Exp $
3  */
4
5 /*
6  *  サンプルプログラム(1)のシステムコンフィギュレーションファイル
7  */
8
9 #define _MACRO_ONLY
10 #include "test.h"
11
12 INCLUDE("\"test.h\"");
13 CRE_TSK(MAIN_TASK, { TA_HLNG|TA_ACT, 0, main_task, MAIN_PRIORITY,
14             STACK_SIZE, NULL });
15
16 #include "kernel/systask/timer.cfg"
17 #include "kernel/systask/serial.cfg"
18 #include "kernel/systask/logtask.cfg"