source: autosar_os_training/trunk/program/multi_task_actqueu/toppers_atk2.yaml@ 258

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

ATK2-SC1_1.4.0に対応

  • Property svn:executable set to *
File size: 877 bytes
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: NON
29 OsTaskAutostart:
30 OsTaskAppModeRef: /Ecuc/Os/AppMode1
31 hpri_task:
32 DefinitionRef: OsTask
33 OsTaskActivation: 2
34 OsTaskPriority: 10
35 OsTaskStackSize: 0x250
36 OsTaskSchedule: FULL
Note: See TracBrowser for help on using the repository browser.