source: asp_ewarm/asp-1.7.0/target/fs_k70f120m_EWARM2/sample_workspace/kernel_cfg.h@ 61

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

ASP for EWARM のコミット.

File size: 504 bytes
Line 
1/* kernel_cfg.h */
2#ifndef TOPPERS_KERNEL_CFG_H
3#define TOPPERS_KERNEL_CFG_H
4
5#define TNUM_TSKID 5
6#define TNUM_SEMID 2
7#define TNUM_FLGID 0
8#define TNUM_DTQID 0
9#define TNUM_PDQID 0
10#define TNUM_MBXID 0
11#define TNUM_MPFID 0
12#define TNUM_CYCID 1
13#define TNUM_ALMID 1
14
15#define LOGTASK 1
16#define TASK1 2
17#define TASK2 3
18#define TASK3 4
19#define MAIN_TASK 5
20#define SERIAL_RCV_SEM1 1
21#define SERIAL_SND_SEM1 2
22#define CYCHDR1 1
23#define ALMHDR1 1
24
25#endif /* TOPPERS_KERNEL_CFG_H */
26
Note: See TracBrowser for help on using the repository browser.