source: asp_ewarm/asp-1.7.0/extension/rstr_task/test/test_rstr1.cfg@ 61

Last change on this file since 61 was 61, checked in by ertl-honda, 11 years ago

ASP for EWARM のコミット.

File size: 644 bytes
Line 
1/*
2 * $Id: test_rstr1.cfg 1887 2010-08-06 06:15:19Z ertl-hiro $
3 */
4
5/*
6 * §–ñƒ^ƒXƒN‚̃eƒXƒg(1)‚̃VƒXƒeƒ€ƒRƒ“ƒtƒBƒMƒ…
7ƒŒ[ƒVƒ‡ƒ“ƒtƒ@ƒCƒ‹
8 */
9INCLUDE("target_timer.cfg");
10INCLUDE("syssvc/syslog.cfg");
11INCLUDE("syssvc/banner.cfg");
12INCLUDE("syssvc/serial.cfg");
13
14#include "test_rstr1.h"
15
16CRE_TSK(TASK1, { TA_ACT, 1, task1, MID_PRIORITY, STACK_SIZE, NULL });
17CRE_TSK(TASK2, { TA_RSTR, 2, task2, HIGH_PRIORITY, STACK_SIZE, NULL });
18CRE_TSK(TASK3, { TA_RSTR, 3, task3, MID_PRIORITY, STACK_SIZE + 256, NULL });
19CRE_TSK(TASK4, { TA_RSTR, 4, task4, MID_PRIORITY, STACK_SIZE, NULL });
20CRE_ALM(ALM1, { TA_NULL, 1, alarm1_handler });
Note: See TracBrowser for help on using the repository browser.