source: autosar_os_training/trunk/program/internal_resources/toppers_atk2.yaml

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

ATK2-SC1_1.4.0に対応

  • 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: 1
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: 1
35 OsTaskPriority: 10
36 OsTaskStackSize: 0x250
37 OsTaskSchedule: NON
38 mpri_task:
39 DefinitionRef: OsTask
40 OsTaskActivation: 1
41 OsTaskPriority: 8
42 OsTaskStackSize: 0x250
43 OsTaskSchedule: FULL
44 OsTaskResourceRef: /Ecuc/Os/INTERNAL_RES
45 lpri_task:
46 DefinitionRef: OsTask
47 OsTaskActivation: 1
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 OsIsrInterruptSource: ENABLE
58 psw1_int:
59 DefinitionRef: OsIsr
60 OsIsrInterruptNumber: 35
61 OsIsrInterruptPriority: 3
62 OsIsrStackSize: 0x250
63 OsIsrCategory: CATEGORY_2
64 OsIsrInterruptSource: ENABLE
65 INTERNAL_RES:
66 DefinitionRef: OsResource
67 OsResourceProperty: INTERNAL
Note: See TracBrowser for help on using the repository browser.