OSDN Git Service

Update samples to nxtOSEK_v212.zip (I did not check their licenses.)
[nxt-jsp/etrobo-atk.git] / nxtOSEK / samples_jsp_c++ / Clock / sample.cfg
1 #define _MACRO_ONLY\r
2 #include "../../toppers_jsp/systask/cxxrt.cfg"\r
3 INCLUDE("\"sample.h\"");\r
4 \r
5 CRE_TSK(INIT, { TA_HLNG | TA_ACT, INIT, tsk_ini, 1, 1024, NULL });\r
6 CRE_TSK(TSK1, { TA_HLNG, TSK1, tsk1, 1, 1024, NULL });\r
7 CRE_TSK(TSK2, { TA_HLNG, TSK2, tsk2, 2, 1024, NULL });\r
8 CRE_TSK(TSK3, { TA_HLNG, TSK3, tsk3, 3, 1024, NULL });\r
9 CRE_TSK(IDLE, { TA_HLNG | TA_ACT, IDLE, tsk_idl, 16, 1024, NULL });\r
10 \r
11 INCLUDE("\"at91sam7s.h\"");\r
12 DEF_INH(IRQ_PWM_PID, { TA_HLNG, jsp_systick_low_priority });\r