source: autosar_os_training/trunk/program/resources_task_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.7 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: FULL
29 OsTaskResourceRef: /Ecuc/Os/RES_TASK
30 OsTaskResourceRef: /Ecuc/Os/RES_INT_PSW1
31 OsTaskResourceRef: /Ecuc/Os/RES_INT_PSW2
32 OsTaskAutostart:
33 OsTaskAppModeRef: /Ecuc/Os/AppMode1
34 hpri_task:
35 DefinitionRef: OsTask
36 OsTaskActivation: 1U
37 OsTaskPriority: 10
38 OsTaskStackSize: 0x250
39 OsTaskSchedule: NON
40 OsTaskResourceRef: /Ecuc/Os/RES_TASK
41 psw2_int:
42 DefinitionRef: OsIsr
43 OsIsrInterruptNumber: 36
44 OsIsrInterruptPriority: 6
45 OsIsrStackSize: 0x250
46 OsIsrCategory: CATEGORY_2
47 OsIsrResourceRef: RES_INT_PSW2
48 psw1_int:
49 DefinitionRef: OsIsr
50 OsIsrInterruptNumber: 35
51 OsIsrInterruptPriority: 3
52 OsIsrStackSize: 0x250
53 OsIsrCategory: CATEGORY_2
54 OsIsrResourceRef: RES_INT_PSW1
55 RES_TASK:
56 DefinitionRef: OsResource
57 OsResourceProperty: STANDARD
58 RES_INT_PSW1:
59 DefinitionRef: OsResource
60 OsResourceProperty: STANDARD
61 RES_INT_PSW2:
62 DefinitionRef: OsResource
63 OsResourceProperty: STANDARD
Note: See TracBrowser for help on using the repository browser.