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