source: autosar_os_training/trunk/program/event_int/toppers_atk2.yaml@ 149

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

yamlファイルの追加

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1
2Ecuc:
3 Os:
4 OsInclude:
5 OsIncludeFileName: toppers_atk2.h
6 AppMode1:
7 DefinitionRef: OsAppMode
8 OsOS:
9 OsStackMonitoring: true
10 OsUseGetServiceId: true
11 OsUseParameterAccess: true
12 OsScalabilityClass: SC1
13 OsStatus: EXTENDED
14 OsHooks:
15 OsErrorHook: false
16 OsPostTaskHook: false
17 OsPreTaskHook: false
18 OsProtectionHook: false
19 OsShutdownHook: false
20 OsStartupHook: true
21 OsHookStack:
22 OsHookStackSize: 0x200
23 main_task:
24 DefinitionRef: OsTask
25 OsTaskActivation: 1U
26 OsTaskPriority: 5
27 OsTaskStackSize: 0x250
28 OsTaskSchedule: NON
29 OsTaskEventRef:
30 - /Ecuc/Os/EVENT_PSW1
31 - /Ecuc/Os/EVENT_PSW2
32 OsTaskAutostart:
33 OsTaskAppModeRef: /Ecuc/Os/AppMode1
34 EVENT_PSW1:
35 DefinitionRef: OsEvent
36 EVENT_PSW2:
37 DefinitionRef: OsEvent
38 psw2_int:
39 DefinitionRef: OsIsr
40 OsIsrInterruptNumber: 36
41 OsIsrInterruptPriority: 5
42 OsIsrCategory: CATEGORY_2
43 psw1_int:
44 DefinitionRef: OsIsr
45 OsIsrInterruptNumber: 35
46 OsIsrInterruptPriority: 3
47 OsIsrStackSize: 0x250
48 OsIsrCategory: CATEGORY_2
Note: See TracBrowser for help on using the repository browser.