source: atk2-sc3-1.4.0-ntisr/arch/ccrh/sample/sample1.yaml@ 172

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

ATK2-SC3 1.4.0 RH850依存部 非信頼C2ISR対応を追加

  • Property svn:executable set to *
File size: 22.3 KB
Line 
1#
2# TOPPERS ATK2
3# Toyohashi Open Platform for Embedded Real-Time Systems
4# Automotive Kernel Version 2
5#
6# Copyright (C) 2013-2014 by Center for Embedded Computing Systems
7# Graduate School of Information Science, Nagoya Univ., JAPAN
8# Copyright (C) 2013-2014 by FUJI SOFT INCORPORATED, JAPAN
9# Copyright (C) 2013-2014 by Panasonic Advanced Technology Development Co., Ltd., JAPAN
10# Copyright (C) 2013-2014 by Renesas Electronics Corporation, JAPAN
11# Copyright (C) 2013-2014 by Sunny Giken Inc., JAPAN
12# Copyright (C) 2013-2014 by TOSHIBA CORPORATION, JAPAN
13# Copyright (C) 2013-2014 by Witz Corporation, JAPAN
14#
15# 上記著作権者
16は,以下の(1)~(4)の条件を満たす場合に限り,本ソフトウェ
17# ア(本ソフトウェアを改変したものを含む.以下同じ)を使用・複製・改
18# 変・再é…
19å¸ƒï¼ˆä»¥ä¸‹ï¼Œåˆ©ç”¨ã¨å‘¼ã¶ï¼‰ã™ã‚‹ã“とを無償で許諾する.
20# (1) 本ソフトウェアをソースコードの形で利用する場合には,上記の著作
21# 権表示,この利用条件および下記の無保証規定が,そのままの形でソー
22# スコード中に含まれていること.
23# (2) 本ソフトウェアを,ライブラリ形式など,他のソフトウェア開発に使
24# 用できる形で再é…
25å¸ƒã™ã‚‹å ´åˆã«ã¯ï¼Œå†é…
26å¸ƒã«ä¼´ã†ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆï¼ˆåˆ©ç”¨
27# 者
28マニュアルなど)に,上記の著作権表示,この利用条件および下記
29# の無保証規定を掲載すること.
30# (3) 本ソフトウェアを,機器に組み込むなど,他のソフトウェア開発に使
31# 用できない形で再é…
32å¸ƒã™ã‚‹å ´åˆã«ã¯ï¼Œæ¬¡ã®ã„ずれかの条件を満たすこ
33# と.
34# (a) 再é…
35å¸ƒã«ä¼´ã†ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆï¼ˆåˆ©ç”¨è€…
36マニュアルなど)に,上記の著
37# 作権表示,この利用条件および下記の無保証規定を掲載すること.
38# (b) 再é…
39å¸ƒã®å½¢æ…
40‹ã‚’,別に定める方法によって,TOPPERSプロジェクトに
41# 報告すること.
42# (4) 本ソフトウェアの利用により直接的または間接的に生じるいかなる損
43# 害からも,上記著作権者
44およびTOPPERSプロジェクトをå…
45è²¬ã™ã‚‹ã“と.
46# また,本ソフトウェアのユーザまたはエンドユーザからのいかなる理
47# 由に基づく請求からも,上記著作権者
48およびTOPPERSプロジェクトを
49# å…
50è²¬ã™ã‚‹ã“と.
51#
52# 本ソフトウェアは,AUTOSAR(AUTomotive Open System ARchitecture)仕
53# 様に基づいている.上記の許諾は,AUTOSARの知的財産権を許諾するもので
54# はない.AUTOSARは,AUTOSAR仕様に基づいたソフトウェアを商用目的で利
55# 用する者
56に対して,AUTOSARパートナーになることを求めている.
57#
58# 本ソフトウェアは,無保証で提供されているものである.上記著作権者
59お
60# よびTOPPERSプロジェクトは,本ソフトウェアに関して,特定の使用目的
61# に対する適合性も含めて,いかなる保証も行わない.また,本ソフトウェ
62# アの利用により直接的または間接的に生じたいかなる損害に関しても,そ
63# の責任を負わない.
64#
65# $Id: sample1.yaml 170 2015-06-04 08:23:01Z t_ishikawa $
66#
67
68Ecuc:
69 Os:
70 OsInclude1:
71 DefinitionRef: OsInclude
72 OsIncludeFileName: sample1.h
73 OsInclude2:
74 DefinitionRef: OsInclude
75 OsIncludeFileName: sample2.h
76 OsOS:
77 OsStackMonitoring: true
78 OsUseGetServiceId: true
79 OsUseParameterAccess: true
80 OsScalabilityClass: SC3
81 OsStatus: EXTENDED
82 OsHooks:
83 OsErrorHook: true
84 OsPostTaskHook: true
85 OsPreTaskHook: true
86 OsProtectionHook: true
87 OsShutdownHook: true
88 OsStartupHook: true
89 OsHookStack:
90 OsHookStackSize: 0x200
91 TskLevelRes:
92 DefinitionRef: OsResource
93 OsResourceProperty: STANDARD
94 OsResourceAccessingApplication: /Ecuc/Os/NT_osap1
95 CntRes:
96 DefinitionRef: OsResource
97 OsResourceProperty: STANDARD
98 OsResourceAccessingApplication: /Ecuc/Os/NT_osap1
99 GroupRes:
100 DefinitionRef: OsResource
101 OsResourceProperty: INTERNAL
102 OsResourceAccessingApplication: /Ecuc/Os/NT_osap1
103 SampleCnt:
104 DefinitionRef: OsCounter
105 OsCounterMaxAllowedValue: 99
106 OsCounterMinCycle: 10
107 OsCounterTicksPerBase: 10
108 OsCounterType: SOFTWARE
109 SampleCnt2:
110 DefinitionRef: OsCounter
111 OsCounterMaxAllowedValue: 99
112 OsCounterMinCycle: 10
113 OsCounterTicksPerBase: 10
114 OsCounterType: SOFTWARE
115 SampleCnt3:
116 DefinitionRef: OsCounter
117 OsCounterMaxAllowedValue: 99
118 OsCounterMinCycle: 10
119 OsCounterTicksPerBase: 10
120 OsCounterType: SOFTWARE
121 NonPriTask:
122 DefinitionRef: OsTask
123 OsTaskActivation: 8
124 OsTaskPriority: 1
125 OsTaskStackSize: 0x200
126 OsTaskSystemStackSize: 0x200
127 OsTaskSchedule: NON
128 Task6:
129 DefinitionRef: OsTask
130 OsTaskActivation: 5
131 OsTaskPriority: 9
132 OsTaskStackSize: 0x200
133 OsTaskStackStartAddress: stack_00
134 OsTaskSchedule: FULL
135 Task7:
136 DefinitionRef: OsTask
137 OsTaskActivation: 5
138 OsTaskPriority: 8
139 OsTaskStackSize: 0x200
140 OsTaskStackStartAddress: stack_00
141 OsTaskSchedule: FULL
142 OsTaskAccessingApplication: /Ecuc/Os/NT_osap1
143 MainTask:
144 DefinitionRef: OsTask
145 OsTaskActivation: 1
146 OsTaskPriority: 14
147 OsTaskStackSize: 0x200
148 OsTaskSystemStackSize: 0x200
149 OsTaskSchedule: NON
150 OsTaskEventRef: /Ecuc/Os/MainEvt
151 OsTaskAutostart:
152 OsTaskAppModeRef:
153 - /Ecuc/Os/AppMode1
154 - /Ecuc/Os/AppMode2
155 - /Ecuc/Os/AppMode3
156 OsTaskAccessingApplication: /Ecuc/Os/NT_osap1
157 HighPriorityTask:
158 DefinitionRef: OsTask
159 OsTaskActivation: 1
160 OsTaskPriority: 15
161 OsTaskStackSize: 0x200
162 OsTaskSystemStackSize: 0x200
163 OsTaskSchedule: FULL
164 Task1:
165 DefinitionRef: OsTask
166 OsTaskActivation: 8
167 OsTaskPriority: 4
168 OsTaskStackSize: 0x200
169 OsTaskSystemStackSize: 0x200
170 OsTaskSchedule: FULL
171 OsTaskResourceRef:
172 - /Ecuc/Os/CntRes
173 - /Ecuc/Os/TskLevelRes
174 OsTaskAutostart:
175 OsTaskAppModeRef: /Ecuc/Os/AppMode2
176 Task2:
177 DefinitionRef: OsTask
178 OsTaskActivation: 1
179 OsTaskPriority: 7
180 OsTaskStackSize: 0x200
181 OsTaskSystemStackSize: 0x200
182 OsTaskSchedule: FULL
183 OsTaskAccessingApplication: /Ecuc/Os/NT_osap2
184 OsTaskResourceRef:
185 - /Ecuc/Os/CntRes
186 - /Ecuc/Os/TskLevelRes
187 OsTaskEventRef: /Ecuc/Os/T2Evt
188 MainCycArm:
189 DefinitionRef: OsAlarm
190 OsAlarmCounterRef: /Ecuc/Os/MAIN_HW_COUNTER
191 OsAlarmAction:
192 OsAlarmSetEvent:
193 OsAlarmSetEventTaskRef: /Ecuc/Os/MainTask
194 OsAlarmSetEventRef: /Ecuc/Os/MainEvt
195 ActTskArm:
196 DefinitionRef: OsAlarm
197 OsAlarmCounterRef: /Ecuc/Os/MAIN_HW_COUNTER
198 OsAlarmAction:
199 OsAlarmActivateTask:
200 OsAlarmActivateTaskRef: /Ecuc/Os/Task1
201 Task3:
202 DefinitionRef: OsTask
203 OsTaskActivation: 1
204 OsTaskPriority: 12
205 OsTaskStackSize: 0x200
206 OsTaskSystemStackSize: 0x200
207 OsTaskSchedule: FULL
208 OsTaskResourceRef: /Ecuc/Os/CntRes
209 OsTaskEventRef: /Ecuc/Os/T3Evt
210 OsTaskAutostart:
211 OsTaskAppModeRef: /Ecuc/Os/AppMode3
212 Task4:
213 DefinitionRef: OsTask
214 OsTaskActivation: 5
215 OsTaskPriority: 6
216 OsTaskStackSize: 0x200
217 OsTaskSystemStackSize: 0x200
218 OsTaskSchedule: FULL
219 OsTaskAccessingApplication: /Ecuc/Os/NT_osap2
220 OsTaskResourceRef:
221 - /Ecuc/Os/GroupRes
222 - /Ecuc/Os/CntRes
223 - /Ecuc/Os/TskLevelRes
224 scheduletable1:
225 DefinitionRef: OsScheduleTable
226 OsScheduleTableDuration: 60
227 OsScheduleTableRepeating: true
228 OsScheduleTableCounterRef: /Ecuc/Os/SchtblSampleCnt
229 OsScheduleTableExpiryPoint_0:
230 DefinitionRef: OsScheduleTableExpiryPoint
231 OsScheduleTblExpPointOffset: 10
232 OsScheduleTableTaskActivation_0:
233 DefinitionRef: OsScheduleTableTaskActivation
234 OsScheduleTableActivateTaskRef: /Ecuc/Os/Task10
235 OsScheduleTableTaskActivation_1:
236 DefinitionRef: OsScheduleTableTaskActivation
237 OsScheduleTableActivateTaskRef: /Ecuc/Os/Task11
238 OsScheduleTableTaskActivation_2:
239 DefinitionRef: OsScheduleTableTaskActivation
240 OsScheduleTableActivateTaskRef: /Ecuc/Os/Task12
241 OsScheduleTableExpiryPoint_1:
242 DefinitionRef: OsScheduleTableExpiryPoint
243 OsScheduleTblExpPointOffset: 20
244 OsScheduleTableEventSetting_0:
245 DefinitionRef: OsScheduleTableEventSetting
246 OsScheduleTableSetEventRef: /Ecuc/Os/T10Evt
247 OsScheduleTableSetEventTaskRef: /Ecuc/Os/Task10
248 OsScheduleTableEventSetting_1:
249 DefinitionRef: OsScheduleTableEventSetting
250 OsScheduleTableSetEventRef: /Ecuc/Os/T11Evt
251 OsScheduleTableSetEventTaskRef: /Ecuc/Os/Task11
252 OsScheduleTableEventSetting_2:
253 DefinitionRef: OsScheduleTableEventSetting
254 OsScheduleTableSetEventRef: /Ecuc/Os/T12Evt
255 OsScheduleTableSetEventTaskRef: /Ecuc/Os/Task12
256 OsScheduleTableSync:
257 OsScheduleTblSyncStrategy: NONE
258 Task5:
259 DefinitionRef: OsTask
260 OsTaskActivation: 5
261 OsTaskPriority: 9
262 OsTaskStackSize: 0x200
263 OsTaskSystemStackSize: 0x200
264 OsTaskSchedule: FULL
265 OsTaskResourceRef:
266 - /Ecuc/Os/GroupRes
267 - /Ecuc/Os/CntRes
268 - /Ecuc/Os/TskLevelRes
269 scheduletable2:
270 DefinitionRef: OsScheduleTable
271 OsScheduleTableDuration: 50
272 OsScheduleTableRepeating: true
273 OsScheduleTableCounterRef: /Ecuc/Os/SchtblSampleCnt
274 OsScheduleTableExpiryPoint_0:
275 DefinitionRef: OsScheduleTableExpiryPoint
276 OsScheduleTblExpPointOffset: 20
277 OsScheduleTableTaskActivation_0:
278 DefinitionRef: OsScheduleTableTaskActivation
279 OsScheduleTableActivateTaskRef: /Ecuc/Os/Task12
280 OsScheduleTableTaskActivation_1:
281 DefinitionRef: OsScheduleTableTaskActivation
282 OsScheduleTableActivateTaskRef: /Ecuc/Os/Task11
283 OsScheduleTableExpiryPoint_1:
284 DefinitionRef: OsScheduleTableExpiryPoint
285 OsScheduleTblExpPointOffset: 30
286 OsScheduleTableEventSetting_0:
287 DefinitionRef: OsScheduleTableEventSetting
288 OsScheduleTableSetEventRef: /Ecuc/Os/T12Evt
289 OsScheduleTableSetEventTaskRef: /Ecuc/Os/Task12
290 OsScheduleTableExpiryPoint_2:
291 DefinitionRef: OsScheduleTableExpiryPoint
292 OsScheduleTblExpPointOffset: 40
293 OsScheduleTableEventSetting_0:
294 DefinitionRef: OsScheduleTableEventSetting
295 OsScheduleTableSetEventRef: /Ecuc/Os/T11Evt
296 OsScheduleTableSetEventTaskRef: /Ecuc/Os/Task11
297 OsScheduleTableSync:
298 OsScheduleTblSyncStrategy: NONE
299 SetEvtArm:
300 DefinitionRef: OsAlarm
301 OsAlarmCounterRef: /Ecuc/Os/MAIN_HW_COUNTER
302 OsAlarmAction:
303 OsAlarmSetEvent:
304 OsAlarmSetEventTaskRef: /Ecuc/Os/Task3
305 OsAlarmSetEventRef: /Ecuc/Os/T3Evt
306 SampleAlm1:
307 DefinitionRef: OsAlarm
308 OsAlarmCounterRef: /Ecuc/Os/SampleCnt2
309 OsAlarmAction:
310 OsAlarmIncrementCounter:
311 OsAlarmIncrementCounterRef: /Ecuc/Os/SampleCnt3
312 OsAlarmAutostart:
313 OsAlarmAlarmTime: 10
314 OsAlarmCycleTime: 10
315 OsAlarmAutostartType: ABSOLUTE
316 OsAlarmAppModeRef:
317 - /Ecuc/Os/AppMode1
318 - /Ecuc/Os/AppMode2
319 - /Ecuc/Os/AppMode3
320 SchtblSampleCnt:
321 DefinitionRef: OsCounter
322 OsCounterMaxAllowedValue: 99
323 OsCounterMinCycle: 10
324 OsCounterTicksPerBase: 10
325 OsCounterType: SOFTWARE
326 SampleAlm2:
327 DefinitionRef: OsAlarm
328 OsAlarmCounterRef: /Ecuc/Os/SampleCnt3
329 OsAlarmAction:
330 OsAlarmSetEvent:
331 OsAlarmSetEventTaskRef: /Ecuc/Os/MainTask
332 OsAlarmSetEventRef: /Ecuc/Os/MainEvt
333 OsAlarmAutostart:
334 OsAlarmAlarmTime: 10
335 OsAlarmCycleTime: 10
336 OsAlarmAutostartType: ABSOLUTE
337 OsAlarmAppModeRef:
338 - /Ecuc/Os/AppMode1
339 - /Ecuc/Os/AppMode2
340 - /Ecuc/Os/AppMode3
341 Task10:
342 DefinitionRef: OsTask
343 OsTaskActivation: 1
344 OsTaskPriority: 13
345 OsTaskStackSize: 0x200
346 OsTaskSystemStackSize: 0x200
347 OsTaskSchedule: NON
348 OsTaskEventRef: /Ecuc/Os/T10Evt
349 Task11:
350 DefinitionRef: OsTask
351 OsTaskActivation: 1
352 OsTaskPriority: 13
353 OsTaskStackSize: 0x200
354 OsTaskSystemStackSize: 0x200
355 OsTaskSchedule: NON
356 OsTaskEventRef: /Ecuc/Os/T11Evt
357 Task12:
358 DefinitionRef: OsTask
359 OsTaskActivation: 1
360 OsTaskPriority: 13
361 OsTaskStackSize: 0x200
362 OsTaskSystemStackSize: 0x200
363 OsTaskSchedule: NON
364 OsTaskEventRef: /Ecuc/Os/T12Evt
365 Task13:
366 DefinitionRef: OsTask
367 OsTaskActivation: 5
368 OsTaskPriority: 9
369 OsTaskStackSize: 0x200
370 OsTaskStackStartAddress: stack_1
371 OsTaskSystemStackSize: 0x200
372 OsTaskSystemStackStartAddress: stack_2
373 OsTaskSchedule: FULL
374 Task14:
375 DefinitionRef: OsTask
376 OsTaskActivation: 5
377 OsTaskPriority: 8
378 OsTaskStackSize: 0x200
379 OsTaskStackStartAddress: stack_1
380 OsTaskSystemStackSize: 0x200
381 OsTaskSystemStackStartAddress: stack_2
382 OsTaskSchedule: FULL
383 IocTask1:
384 DefinitionRef: OsTask
385 OsTaskActivation: 1
386 OsTaskPriority: 9
387 OsTaskStackSize: 0x200
388 OsTaskSystemStackSize: 0x200
389 OsTaskSchedule: FULL
390 OsTaskAccessingApplication: /Ecuc/Os/NT_osap2
391 IocTask2:
392 DefinitionRef: OsTask
393 OsTaskActivation: 1
394 OsTaskPriority: 9
395 OsTaskStackSize: 0x200
396 OsTaskSystemStackSize: 0x200
397 OsTaskSchedule: FULL
398 OsTaskAccessingApplication: /Ecuc/Os/NT_osap1
399 IocTask3:
400 DefinitionRef: OsTask
401 OsTaskActivation: 1
402 OsTaskPriority: 9
403 OsTaskStackSize: 0x200
404 OsTaskSystemStackSize: 0x200
405 OsTaskSchedule: FULL
406 IocTask4:
407 DefinitionRef: OsTask
408 OsTaskActivation: 1
409 OsTaskPriority: 9
410 OsTaskStackSize: 0x200
411 OsTaskSystemStackSize: 0x200
412 OsTaskSchedule: FULL
413 AppMode1:
414 DefinitionRef: OsAppMode
415 AppMode2:
416 DefinitionRef: OsAppMode
417 AppMode3:
418 DefinitionRef: OsAppMode
419 MainEvt:
420 DefinitionRef: OsEvent
421 T2Evt:
422 DefinitionRef: OsEvent
423 T3Evt:
424 DefinitionRef: OsEvent
425 OsEventMask: 0x00010000
426 T10Evt:
427 DefinitionRef: OsEvent
428 T11Evt:
429 DefinitionRef: OsEvent
430 T12Evt:
431 DefinitionRef: OsEvent
432 KT_osap1:
433 DefinitionRef: OsApplication
434 OsTrusted: true
435 OsAppTaskRef:
436 - /Ecuc/Os/MainTask
437 - /Ecuc/Os/NonPriTask
438 - /Ecuc/Os/Task6
439 - /Ecuc/Os/Task7
440 - /Ecuc/Os/IocTask3
441 tfnt1:
442 DefinitionRef: OsApplicationTrustedFunction
443 OsTrustedFunctionStackSize: 32
444 OsTrustedFunctionName: TRUSTED_tfnt1
445 tfnt2:
446 DefinitionRef: OsApplicationTrustedFunction
447 OsTrustedFunctionStackSize: 32
448 OsTrustedFunctionName: TRUSTED_tfnt2
449 tfnt3:
450 DefinitionRef: OsApplicationTrustedFunction
451 OsTrustedFunctionStackSize: 32
452 OsTrustedFunctionName: TRUSTED_tfnt3
453 tfnt4:
454 DefinitionRef: OsApplicationTrustedFunction
455 OsTrustedFunctionStackSize: 32
456 OsTrustedFunctionName: TRUSTED_tfnt4
457 actioctask3:
458 DefinitionRef: OsApplicationTrustedFunction
459 OsTrustedFunctionStackSize: 32
460 OsTrustedFunctionName: TRUSTED_actioctask3
461 KT_osap2:
462 DefinitionRef: OsApplication
463 OsTrusted: true
464 OsAppTaskRef: /Ecuc/Os/IocTask4
465 OsAppMemorySectionRef: /Ecu/Os/sdata_trusted
466 actioctask4:
467 DefinitionRef: OsApplicationTrustedFunction
468 OsTrustedFunctionStackSize: 32
469 OsTrustedFunctionName: TRUSTED_actioctask4
470 NT_osap1:
471 DefinitionRef: OsApplication
472 OsTrusted: false
473 OsAppCounterRef:
474 - /Ecuc/Os/SampleCnt
475 - /Ecuc/Os/SchtblSampleCnt
476 - /Ecuc/Os/SampleCnt2
477 - /Ecuc/Os/SampleCnt3
478 OsAppTaskRef:
479 - /Ecuc/Os/HighPriorityTask
480 - /Ecuc/Os/Task1
481 - /Ecuc/Os/Task2
482 - /Ecuc/Os/Task3
483 - /Ecuc/Os/Task4
484 - /Ecuc/Os/Task5
485 - /Ecuc/Os/Task10
486 - /Ecuc/Os/Task11
487 - /Ecuc/Os/Task12
488 - /Ecuc/Os/Task13
489 - /Ecuc/Os/Task14
490 - /Ecuc/Os/IocTask1
491 OsAppAlarmRef:
492 - /Ecuc/Os/MainCycArm
493 - /Ecuc/Os/ActTskArm
494 - /Ecuc/Os/SetEvtArm
495 - /Ecuc/Os/SampleAlm1
496 - /Ecuc/Os/SampleAlm2
497 OsAppScheduleTableRef:
498 - /Ecuc/Os/scheduletable1
499 - /Ecuc/Os/scheduletable2
500 OsAppMemorySectionRef: /Ecu/Os/sbss_nt
501 OsLinkSection:
502 OsLinkSectionName: .stack_section
503 OsLinkSectionMemoryRegionRef: /Ecuc/Os/RAM
504 text_shared:
505 DefinitionRef: OsMemorySection
506 OsMemorySectionName: ".text"
507 OsMemorySectionMemoryRegionRef: /Ecuc/Os/FLASH
508 OsMemorySectionWriteable: false
509 OsMemorySectionReadable: true
510 OsMemorySectionExecutable: true
511 OsMemorySectionShort: false
512 OsMemorySectionCacheable: true
513 OsMemorySectionDevice: false
514 OsMemorySectionExport: false
515 const_shared:
516 DefinitionRef: OsMemorySection
517 OsMemorySectionName: ".const"
518 OsMemorySectionMemoryRegionRef: /Ecuc/Os/FLASH
519 OsMemorySectionWriteable: false
520 OsMemorySectionReadable: true
521 OsMemorySectionExecutable: true
522 OsMemorySectionShort: false
523 OsMemorySectionCacheable: true
524 OsMemorySectionDevice: false
525 OsMemorySectionExport: false
526 data_shared:
527 DefinitionRef: OsMemorySection
528 OsMemorySectionName: ".data"
529 OsMemorySectionMemoryRegionRef: /Ecuc/Os/RAM
530 OsMemorySectionWriteable: true
531 OsMemorySectionReadable: true
532 OsMemorySectionExecutable: false
533 OsMemorySectionShort: false
534 OsMemorySectionInitialize: DATA
535 OsMemorySectionCacheable: true
536 OsMemorySectionDevice: false
537 OsMemorySectionExport: true
538 sdata_trusted:
539 DefinitionRef: OsMemorySection
540 OsMemorySectionName: ".sdata"
541 OsMemorySectionMemoryRegionRef: /Ecuc/Os/RAM
542 OsMemorySectionWriteable: true
543 OsMemorySectionReadable: true
544 OsMemorySectionExecutable: false
545 OsMemorySectionShort: true
546 OsMemorySectionInitialize: DATA
547 OsMemorySectionCacheable: true
548 OsMemorySectionDevice: false
549 OsMemorySectionExport: true
550 bss_shared:
551 DefinitionRef: OsMemorySection
552 OsMemorySectionName: ".bss"
553 OsMemorySectionMemoryRegionRef: /Ecuc/Os/RAM
554 OsMemorySectionWriteable: true
555 OsMemorySectionReadable: true
556 OsMemorySectionExecutable: false
557 OsMemorySectionShort: false
558 OsMemorySectionInitialize: BSS
559 OsMemorySectionCacheable: true
560 OsMemorySectionDevice: false
561 OsMemorySectionExport: true
562 sbss_nt:
563 DefinitionRef: OsMemorySection
564 OsMemorySectionName: ".sbss"
565 OsMemorySectionMemoryRegionRef: /Ecuc/Os/RAM
566 OsMemorySectionWriteable: true
567 OsMemorySectionReadable: true
568 OsMemorySectionExecutable: false
569 OsMemorySectionShort: true
570 OsMemorySectionInitialize: BSS
571 OsMemorySectionCacheable: true
572 OsMemorySectionDevice: false
573 OsMemorySectionExport: true
574 Task8:
575 DefinitionRef: OsTask
576 OsTaskActivation: 5
577 OsTaskPriority: 8
578 OsTaskStackSize: 0x250
579 OsTaskSystemStackSize: 0x200
580 OsTaskSchedule: FULL
581 Task9:
582 DefinitionRef: OsTask
583 OsTaskActivation: 5
584 OsTaskPriority: 8
585 OsTaskStackSize: 0x300
586 OsTaskSystemStackSize: 0x200
587 OsTaskSchedule: FULL
588 ActOtherOSAPTskArmCnt:
589 DefinitionRef: OsCounter
590 OsCounterMaxAllowedValue: 99
591 OsCounterMinCycle: 10
592 OsCounterTicksPerBase: 10
593 OsCounterType: SOFTWARE
594 ActOtherOSAPTskArm:
595 DefinitionRef: OsAlarm
596 OsAlarmCounterRef: /Ecuc/Os/ActOtherOSAPTskArmCnt
597 OsAlarmAction:
598 OsAlarmActivateTask:
599 OsAlarmActivateTaskRef: /Ecuc/Os/Task4
600 OsAlarmAutostart:
601 OsAlarmAlarmTime: 5
602 OsAlarmCycleTime: 0
603 OsAlarmAutostartType: ABSOLUTE
604 OsAlarmAppModeRef:
605 - /Ecuc/Os/AppMode1
606 - /Ecuc/Os/AppMode2
607 - /Ecuc/Os/AppMode3
608 NT_osap2:
609 DefinitionRef: OsApplication
610 OsTrusted: false
611 OsAppTaskRef:
612 - /Ecuc/Os/Task8
613 - /Ecuc/Os/Task9
614 - /Ecuc/Os/IocTask2
615 OsAppCounterRef: /Ecuc/Os/ActOtherOSAPTskArmCnt
616 OsAppAlarmRef: /Ecuc/Os/ActOtherOSAPTskArm
617 IOC:
618 DefinitionRef: OsIoc
619 IOC_QUE:
620 DefinitionRef: OsIocCommunication
621 OsIocBufferLength: 3
622 IOC_QUE_DATA:
623 DefinitionRef: OsIocDataProperties
624 OsIocInitValue: 1
625 OsIocDataTypeRef: /ImplementationDataTypes/uint8
626 IOC_QUE_RCV:
627 DefinitionRef: OsIocReceiverProperties
628 OsIocFunctionImplementationKind: FUNCTION
629 OsIocReceivingOsApplicationRef: /Ecuc/Os/NT_osap2
630 IOC_QUE_SND0:
631 DefinitionRef: OsIocSenderProperties
632 OsIocSenderId: 0
633 OsIocFunctionImplementationKind: FUNCTION
634 OsIocSendingOsApplicationRef: /Ecuc/Os/NT_osap1
635 IOC_QUE_SND1:
636 DefinitionRef: OsIocSenderProperties
637 OsIocSenderId: 1
638 OsIocFunctionImplementationKind: FUNCTION
639 OsIocSendingOsApplicationRef: /Ecuc/Os/KT_osap1
640 IOC_DEQUE:
641 DefinitionRef: OsIocCommunication
642 IOC_DEQUE_DATA0:
643 DefinitionRef: OsIocDataProperties
644 OsIocDataPropertyIndex: 0
645 OsIocInitValue: 0
646 OsIocDataTypeRef: /ImplementationDataTypes/uint8
647 IOC_DEQUE_DATA1:
648 DefinitionRef: OsIocDataProperties
649 OsIocDataPropertyIndex: 1
650 OsIocInitValue: 10
651 OsIocDataTypeRef: /ImplementationDataTypes/uint8
652 IOC_DEQUE_DATA2:
653 DefinitionRef: OsIocDataProperties
654 OsIocDataPropertyIndex: 2
655 OsIocInitValue: 20
656 OsIocDataTypeRef: /ImplementationDataTypes/uint8
657 IOC_DEQUE_RCV:
658 DefinitionRef: OsIocReceiverProperties
659 OsIocFunctionImplementationKind: FUNCTION
660 OsIocReceivingOsApplicationRef: /Ecuc/Os/KT_osap2
661 IOC_DEQUE_SND:
662 DefinitionRef: OsIocSenderProperties
663 OsIocFunctionImplementationKind: FUNCTION
664 OsIocSendingOsApplicationRef: /Ecuc/Os/KT_osap1
665
666IMPLEMENTATION-DATA-TYPE:
667 uint8:
668 CATEGORY: VALUE
Note: See TracBrowser for help on using the repository browser.