1 <?xml version="1.0" encoding="utf-8"?>
3 <package schemaVersion="1.7.27" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.27/schema/PACK.xsd">
5 <name>CMSIS-FreeRTOS</name>
6 <description>Bundle of FreeRTOS for Cortex-M and Cortex-A</description>
7 <license>LICENSE</license>
9 <licenseSet id="all" default="true" gating="true">
10 <license title="Apache 2.0 for CMSIS extensions" name="./LICENSE" spdx="Apache-2.0"/>
11 <license title="MIT License for FreeRTOS kernel" name="./Source/LICENSE.md" spdx="MIT"/>
14 <url>https://www.keil.com/pack/</url>
17 <release version="0.0.0">
18 Active Development ...
24 <package vendor="ARM" name="CMSIS" version="6.0.0-0"/>
29 <condition id="ARMCC6">
30 <accept Tcompiler="ARMCC" Toptions="AC6"/>
31 <accept Tcompiler="ARMCC" Toptions="AC6LTO"/>
34 <accept Tcompiler="GCC"/>
35 <accept Tcompiler="CLANG"/>
38 <require Tcompiler="IAR"/>
42 <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device</description>
43 <accept Dcore="Cortex-M0"/>
44 <accept Dcore="Cortex-M0+"/>
45 <accept Dcore="SC000"/>
49 <description>Cortex-M3 or SC300 processor based device</description>
50 <accept Dcore="Cortex-M3"/>
51 <accept Dcore="SC300"/>
55 <description>Cortex-M4 processor based device</description>
56 <require Dcore="Cortex-M4" Dfpu="NO_FPU"/>
59 <condition id="CM4_FP">
60 <description>Cortex-M4 processor based device using Floating Point Unit</description>
61 <require Dcore="Cortex-M4" Dfpu="FPU"/>
65 <description>Cortex-M7 processor based device</description>
66 <require Dcore="Cortex-M7" Dfpu="NO_FPU"/>
69 <condition id="CM7_SP">
70 <description>Cortex-M7 processor based device using Floating Point Unit (SP)</description>
71 <require Dcore="Cortex-M7" Dfpu="SP_FPU"/>
74 <condition id="CM7_DP">
75 <description>Cortex-M7 processor based device using Floating Point Unit (DP)</description>
76 <require Dcore="Cortex-M7" Dfpu="DP_FPU"/>
80 <description>Cortex-M23 processor based device</description>
81 <require Dcore="Cortex-M23"/>
84 <condition id="CM23_NoTZ">
85 <description>Cortex-M23 processor based device without TrustZone</description>
86 <require condition="CM23"/>
87 <require Dtz="NO_TZ"/>
90 <condition id="CM23_TZ">
91 <description>Cortex-M23 processor based device with TrustZone</description>
92 <require condition="CM23"/>
97 <description>Cortex-M33 processor based device</description>
98 <require Dcore="Cortex-M33"/>
101 <condition id="CM33_NoTZ">
102 <description>Cortex-M33 processor based device without TrustZone</description>
103 <require condition="CM33"/>
104 <require Dtz="NO_TZ"/>
107 <condition id="CM33_TZ">
108 <description>Cortex-M33 processor based device with TrustZone</description>
109 <require condition="CM33"/>
113 <condition id="CM35P">
114 <description>Cortex-M35P processor based device</description>
115 <require Dcore="Cortex-M35P"/>
118 <condition id="CM35P_NoTZ">
119 <description>Cortex-M35P processor based device without TrustZone</description>
120 <require condition="CM35P"/>
121 <require Dtz="NO_TZ"/>
124 <condition id="CM35P_TZ">
125 <description>Cortex-M35P processor based device with TrustZone</description>
126 <require condition="CM35P"/>
130 <condition id="CM55">
131 <description>Cortex-M55 processor based device</description>
132 <require Dcore="Cortex-M55"/>
135 <condition id="CM55_TZ">
136 <description>Cortex-M55 processor based device with TrustZone</description>
137 <require condition="CM55"/>
141 <condition id="CM85">
142 <description>Cortex-M85 processor based device</description>
143 <require Dcore="Cortex-M85"/>
146 <condition id="CM85_TZ">
147 <description>Cortex-M85 processor based device with TrustZone</description>
148 <require condition="CM85"/>
152 <condition id="CA9_DP">
153 <description>Cortex-A9 processor based device using Floating Point Unit (DP)</description>
154 <require Dcore="Cortex-A9" Dfpu="DP_FPU"/>
157 <!-- ARMCC6 compiler -->
158 <condition id="CM0_ARMCC6">
159 <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device for the ARM Compiler 6</description>
160 <require condition="CM0"/>
161 <require condition="ARMCC6"/>
164 <condition id="CM3_ARMCC6">
165 <description>Cortex-M3 or SC300 processor based device for the ARM Compiler 6</description>
166 <require condition="CM3"/>
167 <require condition="ARMCC6"/>
170 <condition id="CM4_ARMCC6">
171 <description>Cortex-M4 processor based device for the ARM Compiler 6</description>
172 <require condition="CM4"/>
173 <require condition="ARMCC6"/>
175 <condition id="CM4_FP_ARMCC6">
176 <description>Cortex-M4 processor based device using Floating Point Unit for the ARM Compiler 6</description>
177 <require condition="CM4_FP"/>
178 <require condition="ARMCC6"/>
181 <condition id="CM7_ARMCC6">
182 <description>Cortex-M7 processor based device for the ARM Compiler 6</description>
183 <require condition="CM7"/>
184 <require condition="ARMCC6"/>
186 <condition id="CM7_SP_ARMCC6">
187 <description>Cortex-M7 processor based device using Floating Point Unit (SP) for the ARM Compiler 6</description>
188 <require condition="CM7_SP"/>
189 <require condition="ARMCC6"/>
191 <condition id="CM7_DP_ARMCC6">
192 <description>Cortex-M7 processor based device using Floating Point Unit (DP) for the ARM Compiler 6</description>
193 <require condition="CM7_DP"/>
194 <require condition="ARMCC6"/>
197 <condition id="CM23_ARMCC6">
198 <description>Cortex-M23 processor based device for the ARM Compiler 6</description>
199 <require condition="CM23"/>
200 <require condition="ARMCC6"/>
202 <condition id="CM23_NoTZ_ARMCC6">
203 <description>Cortex-M23 processor based device without TrustZone for the ARM Compiler 6</description>
204 <require condition="CM23_NoTZ"/>
205 <require condition="ARMCC6"/>
207 <condition id="CM23_TZ_ARMCC6">
208 <description>Cortex-M23 processor based device with TrustZone for the ARM Compiler 6</description>
209 <require condition="CM23_TZ"/>
210 <require condition="ARMCC6"/>
213 <condition id="CM33_ARMCC6">
214 <description>Cortex-M33 processor based device for the ARM Compiler 6</description>
215 <require condition="CM33"/>
216 <require condition="ARMCC6"/>
218 <condition id="CM33_NoTZ_ARMCC6">
219 <description>Cortex-M33 processor based device without TrustZone for the ARM Compiler 6</description>
220 <require condition="CM33_NoTZ"/>
221 <require condition="ARMCC6"/>
223 <condition id="CM33_TZ_ARMCC6">
224 <description>Cortex-M33 processor based device with TrustZone for the ARM Compiler 6</description>
225 <require condition="CM33_TZ"/>
226 <require condition="ARMCC6"/>
229 <condition id="CM35P_ARMCC6">
230 <description>Cortex-M35P processor based device for the ARM Compiler 6</description>
231 <require condition="CM35P"/>
232 <require condition="ARMCC6"/>
234 <condition id="CM35P_NoTZ_ARMCC6">
235 <description>Cortex-M35P processor based device without TrustZone for the ARM Compiler 6</description>
236 <require condition="CM35P_NoTZ"/>
237 <require condition="ARMCC6"/>
239 <condition id="CM35P_TZ_ARMCC6">
240 <description>Cortex-M35P processor based device with TrustZone for the ARM Compiler 6</description>
241 <require condition="CM35P_TZ"/>
242 <require condition="ARMCC6"/>
245 <condition id="CM55_ARMCC6">
246 <description>Cortex-M55 processor based device for the ARM Compiler 6</description>
247 <require condition="CM55"/>
248 <require condition="ARMCC6"/>
250 <condition id="CM55_TZ_ARMCC6">
251 <description>Cortex-M55 processor based device with TrustZone for the ARM Compiler 6</description>
252 <require condition="CM55_TZ"/>
253 <require condition="ARMCC6"/>
256 <condition id="CM85_ARMCC6">
257 <description>Cortex-M85 processor based device for the ARM Compiler 6</description>
258 <require condition="CM85"/>
259 <require condition="ARMCC6"/>
261 <condition id="CM85_TZ_ARMCC6">
262 <description>Cortex-M85 processor based device with TrustZone for the ARM Compiler 6</description>
263 <require condition="CM85_TZ"/>
264 <require condition="ARMCC6"/>
267 <condition id="CA9_DP_ARMCC6">
268 <description>Cortex-A9 processor based device using Floating Point Unit (DP) for the ARM Compiler 6</description>
269 <require condition="CA9_DP"/>
270 <require condition="ARMCC6"/>
273 <!-- GCC compiler -->
274 <condition id="CM0_GCC">
275 <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device for the GCC Compiler</description>
276 <require condition="CM0"/>
277 <require condition="GCC"/>
280 <condition id="CM3_GCC">
281 <description>Cortex-M3 or SC300 processor based device for the GCC Compiler</description>
282 <require condition="CM3"/>
283 <require condition="GCC"/>
286 <condition id="CM4_GCC">
287 <description>Cortex-M4 processor based device for the GCC Compiler</description>
288 <require condition="CM4"/>
289 <require condition="GCC"/>
291 <condition id="CM4_FP_GCC">
292 <description>Cortex-M4 processor based device using Floating Point Unit for the GCC Compiler</description>
293 <require condition="CM4_FP"/>
294 <require condition="GCC"/>
297 <condition id="CM7_GCC">
298 <description>Cortex-M7 processor based device for the GCC Compiler</description>
299 <require condition="CM7"/>
300 <require condition="GCC"/>
302 <condition id="CM7_SP_GCC">
303 <description>Cortex-M7 processor based device using Floating Point Unit (SP) for the GCC Compiler</description>
304 <require condition="CM7_SP"/>
305 <require condition="GCC"/>
307 <condition id="CM7_DP_GCC">
308 <description>Cortex-M7 processor based device using Floating Point Unit (DP) for the GCC Compiler</description>
309 <require condition="CM7_DP"/>
310 <require condition="GCC"/>
313 <condition id="CM23_GCC">
314 <description>Cortex-M23 processor based device for the GCC Compiler</description>
315 <require condition="CM23"/>
316 <require condition="GCC"/>
318 <condition id="CM23_NoTZ_GCC">
319 <description>Cortex-M23 processor based device without TrustZone for the GCC Compiler</description>
320 <require condition="CM23_NoTZ"/>
321 <require condition="GCC"/>
323 <condition id="CM23_TZ_GCC">
324 <description>Cortex-M23 processor based device with TrustZone for the GCC Compiler</description>
325 <require condition="CM23_TZ"/>
326 <require condition="GCC"/>
329 <condition id="CM33_GCC">
330 <description>Cortex-M33 processor based device for the GCC Compiler</description>
331 <require condition="CM33"/>
332 <require condition="GCC"/>
334 <condition id="CM33_NoTZ_GCC">
335 <description>Cortex-M33 processor based device without TrustZone for the GCC Compiler</description>
336 <require condition="CM33_NoTZ"/>
337 <require condition="GCC"/>
339 <condition id="CM33_TZ_GCC">
340 <description>Cortex-M33 processor based device with TrustZone for the GCC Compiler</description>
341 <require condition="CM33_TZ"/>
342 <require condition="GCC"/>
345 <condition id="CM35P_GCC">
346 <description>Cortex-M35P processor based device for the GCC Compiler</description>
347 <require condition="CM35P"/>
348 <require condition="GCC"/>
350 <condition id="CM35P_NoTZ_GCC">
351 <description>Cortex-M35P processor based device without TrustZone for the GCC Compiler</description>
352 <require condition="CM35P_NoTZ"/>
353 <require condition="GCC"/>
355 <condition id="CM35P_TZ_GCC">
356 <description>Cortex-M35P processor based device with TrustZone for the GCC Compiler</description>
357 <require condition="CM35P_TZ"/>
358 <require condition="GCC"/>
361 <condition id="CM55_GCC">
362 <description>Cortex-M55 processor based device for the GCC Compiler</description>
363 <require condition="CM55"/>
364 <require condition="GCC"/>
366 <condition id="CM55_TZ_GCC">
367 <description>Cortex-M55 processor based device with TrustZone for the GCC Compiler</description>
368 <require condition="CM55_TZ"/>
369 <require condition="GCC"/>
372 <condition id="CM85_GCC">
373 <description>Cortex-M85 processor based device for the GCC Compiler</description>
374 <require condition="CM85"/>
375 <require condition="GCC"/>
377 <condition id="CM85_TZ_GCC">
378 <description>Cortex-M85 processor based device with TrustZone for the GCC Compiler</description>
379 <require condition="CM85_TZ"/>
380 <require condition="GCC"/>
383 <condition id="CA9_DP_GCC">
384 <description>Cortex-A9 processor based device using Floating Point Unit (DP) for the GCC Compiler</description>
385 <require condition="CA9_DP"/>
386 <require condition="GCC"/>
389 <!-- IAR compiler -->
390 <condition id="CM0_IAR">
391 <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device for the IAR Compiler</description>
392 <require condition="CM0"/>
393 <require condition="IAR"/>
396 <condition id="CM3_IAR">
397 <description>Cortex-M3 or SC300 processor based device for the IAR Compiler</description>
398 <require condition="CM3"/>
399 <require condition="IAR"/>
402 <condition id="CM4_IAR">
403 <description>Cortex-M4 processor based device for the IAR Compiler</description>
404 <require condition="CM4"/>
405 <require condition="IAR"/>
407 <condition id="CM4_FP_IAR">
408 <description>Cortex-M4 processor based device using Floating Point Unit for the IAR Compiler</description>
409 <require condition="CM4_FP"/>
410 <require condition="IAR"/>
413 <condition id="CM7_IAR">
414 <description>Cortex-M7 processor based device for the IAR Compiler</description>
415 <require condition="CM7"/>
416 <require condition="IAR"/>
418 <condition id="CM7_SP_IAR">
419 <description>Cortex-M7 processor based device using Floating Point Unit (SP) for the IAR Compiler</description>
420 <require condition="CM7_SP"/>
421 <require condition="IAR"/>
423 <condition id="CM7_DP_IAR">
424 <description>Cortex-M7 processor based device using Floating Point Unit (DP) for the IAR Compiler</description>
425 <require condition="CM7_DP"/>
426 <require condition="IAR"/>
429 <condition id="CM23_IAR">
430 <description>Cortex-M23 processor based device for the IAR Compiler</description>
431 <require condition="CM23"/>
432 <require condition="IAR"/>
434 <condition id="CM23_NoTZ_IAR">
435 <description>Cortex-M23 processor based device without TrustZone for the IAR Compiler</description>
436 <require condition="CM23_NoTZ"/>
437 <require condition="IAR"/>
439 <condition id="CM23_TZ_IAR">
440 <description>Cortex-M23 processor based device with TrustZone for the IAR Compiler</description>
441 <require condition="CM23_TZ"/>
442 <require condition="IAR"/>
445 <condition id="CM33_IAR">
446 <description>Cortex-M33 processor based device for the IAR Compiler</description>
447 <require condition="CM33"/>
448 <require condition="IAR"/>
450 <condition id="CM33_NoTZ_IAR">
451 <description>Cortex-M33 processor based device without TrustZone for the IAR Compiler</description>
452 <require condition="CM33_NoTZ"/>
453 <require condition="IAR"/>
455 <condition id="CM33_TZ_IAR">
456 <description>Cortex-M33 processor based device with TrustZone for the IAR Compiler</description>
457 <require condition="CM33_TZ"/>
458 <require condition="IAR"/>
461 <condition id="CM35P_IAR">
462 <description>Cortex-M35P processor based device for the IAR Compiler</description>
463 <require condition="CM35P"/>
464 <require condition="IAR"/>
466 <condition id="CM35P_NoTZ_IAR">
467 <description>Cortex-M35P processor based device without TrustZone for the IAR Compiler</description>
468 <require condition="CM35P_NoTZ"/>
469 <require condition="IAR"/>
471 <condition id="CM35P_TZ_IAR">
472 <description>Cortex-M35P processor based device with TrustZone for the IAR Compiler</description>
473 <require condition="CM35P_TZ"/>
474 <require condition="IAR"/>
477 <condition id="CM55_IAR">
478 <description>Cortex-M55 processor based device for the IAR Compiler</description>
479 <require condition="CM55"/>
480 <require condition="IAR"/>
482 <condition id="CM55_TZ_IAR">
483 <description>Cortex-M55 processor based device with TrustZone for the IAR Compiler</description>
484 <require condition="CM55_TZ"/>
485 <require condition="IAR"/>
488 <condition id="CM85_IAR">
489 <description>Cortex-M85 processor based device for the IAR Compiler</description>
490 <require condition="CM85"/>
491 <require condition="IAR"/>
493 <condition id="CM85_TZ_IAR">
494 <description>Cortex-M85 processor based device with TrustZone for the IAR Compiler</description>
495 <require condition="CM85_TZ"/>
496 <require condition="IAR"/>
499 <condition id="CA9_DP_IAR">
500 <description>Cortex-A9 processor based device using Floating Point Unit (DP) for the IAR Compiler</description>
501 <require condition="CA9_DP"/>
502 <require condition="IAR"/>
505 <!-- FreeRTOS ports for the Arm Cortex core -->
506 <condition id="FreeRTOS Port Cortex-M0">
507 <description>Requirements for FreeRTOS port for Cortex-M0 and Cortex-M0+</description>
508 <accept condition="CM0_ARMCC6"/>
509 <accept condition="CM0_GCC"/>
510 <accept condition="CM0_IAR"/>
512 <condition id="FreeRTOS Port Cortex-M0 MPU">
513 <description>Requirements for FreeRTOS port for Cortex-M0+ using MPU</description>
514 <accept condition="CM0_ARMCC6"/>
515 <accept condition="CM0_GCC"/>
517 <condition id="FreeRTOS Port Cortex-M3">
518 <description>Requirements for FreeRTOS port for Cortex-M3</description>
519 <accept condition="CM3_ARMCC6"/>
520 <accept condition="CM3_GCC"/>
521 <accept condition="CM3_IAR"/>
523 <condition id="FreeRTOS Port Cortex-M3 MPU">
524 <description>Requirements for FreeRTOS port for Cortex-M3 using MPU</description>
525 <accept condition="CM3_ARMCC6"/>
526 <accept condition="CM3_GCC"/>
528 <condition id="FreeRTOS Port Cortex-M4">
529 <description>Requirements for FreeRTOS port for Cortex-M4</description>
530 <accept condition="CM4_ARMCC6"/>
531 <accept condition="CM4_GCC"/>
532 <accept condition="CM4_IAR"/>
534 <condition id="FreeRTOS Port Cortex-M4 MPU">
535 <description>Requirements for FreeRTOS port for Cortex-M4 using MPU</description>
536 <accept condition="CM4_ARMCC6"/>
537 <accept condition="CM4_GCC"/>
539 <condition id="FreeRTOS Port Cortex-M4 FPU">
540 <description>Requirements for FreeRTOS port for Cortex-M4 using FPU</description>
541 <accept condition="CM4_FP_ARMCC6"/>
542 <accept condition="CM4_FP_GCC"/>
543 <accept condition="CM4_FP_IAR"/>
545 <condition id="FreeRTOS Port Cortex-M4 FPU MPU">
546 <description>Requirements for FreeRTOS port for Cortex-M4 using FPU and MPU</description>
547 <accept condition="CM4_FP_ARMCC6"/>
548 <accept condition="CM4_FP_GCC"/>
549 <accept condition="CM4_FP_IAR"/>
551 <condition id="FreeRTOS Port Cortex-M7">
552 <description>Requirements for FreeRTOS port for Cortex-M7</description>
553 <accept condition="CM7_ARMCC6"/>
554 <accept condition="CM7_GCC"/>
555 <accept condition="CM7_IAR"/>
557 <condition id="FreeRTOS Port Cortex-M7 FPU SP">
558 <description>Requirements for FreeRTOS port for Cortex-M7 using FPU (SP)</description>
559 <accept condition="CM7_SP_ARMCC6"/>
560 <accept condition="CM7_SP_GCC"/>
561 <accept condition="CM7_SP_IAR"/>
563 <condition id="FreeRTOS Port Cortex-M7 FPU DP">
564 <description>Requirements for FreeRTOS port for Cortex-M7 using FPU (DP)</description>
565 <accept condition="CM7_DP_ARMCC6"/>
566 <accept condition="CM7_DP_GCC"/>
567 <accept condition="CM7_DP_IAR"/>
569 <condition id="FreeRTOS Port Cortex-M23">
570 <description>Requirements for FreeRTOS port for Cortex-M23</description>
571 <accept condition="CM23_ARMCC6"/>
572 <accept condition="CM23_GCC"/>
573 <accept condition="CM23_IAR"/>
575 <condition id="FreeRTOS Port Cortex-M23 NoTZ">
576 <description>Requirements for FreeRTOS port for Cortex-M23 without TrustZone</description>
577 <accept condition="CM23_NoTZ_ARMCC6"/>
578 <accept condition="CM23_NoTZ_GCC"/>
579 <accept condition="CM23_NoTZ_IAR"/>
581 <condition id="FreeRTOS Port Cortex-M23 TZ">
582 <description>Requirements for FreeRTOS port for Cortex-M23 with TrustZone</description>
583 <accept condition="CM23_TZ_ARMCC6"/>
584 <accept condition="CM23_TZ_GCC"/>
585 <accept condition="CM23_TZ_IAR"/>
587 <condition id="FreeRTOS Port Cortex-M33">
588 <description>Requirements for FreeRTOS port for Cortex-M33</description>
589 <accept condition="CM33_ARMCC6"/>
590 <accept condition="CM33_GCC"/>
591 <accept condition="CM33_IAR"/>
593 <condition id="FreeRTOS Port Cortex-M33 NoTZ">
594 <description>Requirements for FreeRTOS port for Cortex-M33 without TrustZone</description>
595 <accept condition="CM33_NoTZ_ARMCC6"/>
596 <accept condition="CM33_NoTZ_GCC"/>
597 <accept condition="CM33_NoTZ_IAR"/>
599 <condition id="FreeRTOS Port Cortex-M33 TZ">
600 <description>Requirements for FreeRTOS port for Cortex-M33 with TrustZone</description>
601 <accept condition="CM33_TZ_ARMCC6"/>
602 <accept condition="CM33_TZ_GCC"/>
603 <accept condition="CM33_TZ_IAR"/>
605 <condition id="FreeRTOS Port Cortex-M35P">
606 <description>Requirements for FreeRTOS port for Cortex-M35P</description>
607 <accept condition="CM35P_ARMCC6"/>
608 <accept condition="CM35P_GCC"/>
609 <accept condition="CM35P_IAR"/>
611 <condition id="FreeRTOS Port Cortex-M35P NoTZ">
612 <description>Requirements for FreeRTOS port for Cortex-M35P without TrustZone</description>
613 <accept condition="CM35P_NoTZ_ARMCC6"/>
614 <accept condition="CM35P_NoTZ_GCC"/>
615 <accept condition="CM35P_NoTZ_IAR"/>
617 <condition id="FreeRTOS Port Cortex-M35P TZ">
618 <description>Requirements for FreeRTOS port for Cortex-M35P with TrustZone</description>
619 <accept condition="CM35P_TZ_ARMCC6"/>
620 <accept condition="CM35P_TZ_GCC"/>
621 <accept condition="CM35P_TZ_IAR"/>
623 <condition id="FreeRTOS Port Cortex-M55 TZ">
624 <description>Requirements for FreeRTOS port for Cortex-M55 with TrustZone</description>
625 <accept condition="CM55_TZ_ARMCC6"/>
626 <accept condition="CM55_TZ_GCC"/>
627 <accept condition="CM55_TZ_IAR"/>
629 <condition id="FreeRTOS Port Cortex-M85 TZ">
630 <description>Requirements for FreeRTOS port for Cortex-M85 with TrustZone</description>
631 <accept condition="CM85_TZ_ARMCC6"/>
632 <accept condition="CM85_TZ_GCC"/>
633 <accept condition="CM85_TZ_IAR"/>
635 <condition id="FreeRTOS Port Cortex-A9 FPU DP">
636 <description>Requirements for FreeRTOS port for Cortex-A9 using FPU (DP)</description>
637 <accept condition="CA9_DP_ARMCC6"/>
638 <accept condition="CA9_DP_GCC"/>
639 <accept condition="CA9_DP_IAR"/>
642 <condition id="FreeRTOS Port Cortex-M v6_v7">
643 <description>Requirements for FreeRTOS port for Cortex-M v6 and v7</description>
644 <accept condition="FreeRTOS Port Cortex-M0"/>
645 <accept condition="FreeRTOS Port Cortex-M3"/>
646 <accept condition="FreeRTOS Port Cortex-M4"/>
647 <accept condition="FreeRTOS Port Cortex-M4 FPU"/>
648 <accept condition="FreeRTOS Port Cortex-M7"/>
649 <accept condition="FreeRTOS Port Cortex-M7 FPU SP"/>
650 <accept condition="FreeRTOS Port Cortex-M7 FPU DP"/>
652 <condition id="FreeRTOS Port Cortex-M v6_v7 MPU">
653 <description>Requirements for FreeRTOS port for Cortex-M v6 and v7 using MPU</description>
654 <accept condition="FreeRTOS Port Cortex-M0 MPU"/>
655 <accept condition="FreeRTOS Port Cortex-M3 MPU"/>
656 <accept condition="FreeRTOS Port Cortex-M4 MPU"/>
657 <accept condition="FreeRTOS Port Cortex-M4 FPU MPU"/>
659 <condition id="FreeRTOS Port Cortex-M v8">
660 <description>Requirements for FreeRTOS port for Cortex-M v8</description>
661 <accept condition="FreeRTOS Port Cortex-M23"/>
662 <accept condition="FreeRTOS Port Cortex-M23 NoTZ"/>
663 <accept condition="FreeRTOS Port Cortex-M23 TZ"/>
664 <accept condition="FreeRTOS Port Cortex-M33"/>
665 <accept condition="FreeRTOS Port Cortex-M33 NoTZ"/>
666 <accept condition="FreeRTOS Port Cortex-M33 TZ"/>
667 <accept condition="FreeRTOS Port Cortex-M35P"/>
668 <accept condition="FreeRTOS Port Cortex-M35P NoTZ"/>
669 <accept condition="FreeRTOS Port Cortex-M35P TZ"/>
670 <accept condition="FreeRTOS Port Cortex-M55 TZ"/>
671 <accept condition="FreeRTOS Port Cortex-M85 TZ"/>
673 <condition id="FreeRTOS Port Cortex-M v8 TZ">
674 <description>Requirements for FreeRTOS port for Cortex-M v8 with TrustZone</description>
675 <accept condition="FreeRTOS Port Cortex-M23 TZ"/>
676 <accept condition="FreeRTOS Port Cortex-M33 TZ"/>
677 <accept condition="FreeRTOS Port Cortex-M35P TZ"/>
678 <accept condition="FreeRTOS Port Cortex-M55 TZ"/>
679 <accept condition="FreeRTOS Port Cortex-M85 TZ"/>
681 <condition id="FreeRTOS Port Cortex-A">
682 <description>Requirements for FreeRTOS port for Cortex-A</description>
683 <accept condition="FreeRTOS Port Cortex-A9 FPU DP"/>
685 <condition id="FreeRTOS Port Cortex-M">
686 <description>Requirements for FreeRTOS port for Cortex-M</description>
687 <accept condition="FreeRTOS Port Cortex-M v6_v7"/>
688 <accept condition="FreeRTOS Port Cortex-M v8"/>
690 <condition id="FreeRTOS Port">
691 <description>FreeRTOS ports for Arm Cortex combined</description>
692 <accept condition="FreeRTOS Port Cortex-A"/>
693 <accept condition="FreeRTOS Port Cortex-M"/>
696 <!-- Conditions for RTOS::FreeRTOS components -->
697 <condition id="FreeRTOS Message or Stream Buffer API">
698 <description>FreeRTOS Message or Stream Buffer component</description>
699 <accept Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Message Buffer"/>
700 <accept Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Stream Buffer"/>
703 <condition id="FreeRTOS Core CA">
704 <description>Requirements for FreeRTOS Core for Cortex-A</description>
705 <require condition="FreeRTOS Port Cortex-A"/>
707 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Config"/>
708 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Heap"/>
711 <condition id="FreeRTOS Core CM">
712 <description>Requirements for FreeRTOS Core for Cortex-M</description>
713 <require condition="FreeRTOS Port Cortex-M"/>
715 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Config"/>
716 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Heap"/>
719 <condition id="FreeRTOS Core CM v6_v7 MPU">
720 <description>Requirements for FreeRTOS Core with MPU support for Cortex-M v6 and v7</description>
721 <require condition="FreeRTOS Port Cortex-M v6_v7 MPU"/>
723 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Config"/>
724 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Heap"/>
725 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Event Groups"/>
726 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Timers"/>
727 <require condition="FreeRTOS Message or Stream Buffer API"/>
730 <condition id="FreeRTOS Core TZ">
731 <description>Requirements for FreeRTOS Core with TrustZone support</description>
732 <require condition="FreeRTOS Port Cortex-M v8 TZ"/>
734 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Config"/>
735 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Heap"/>
738 <condition id="FreeRTOS Core TZ MPU">
739 <description>Requirements for FreeRTOS Core with TrustZone and MPU support</description>
740 <require condition="FreeRTOS Port Cortex-M v8 TZ"/>
742 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Config"/>
743 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Heap"/>
744 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Event Groups"/>
745 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Timers"/>
746 <require condition="FreeRTOS Message or Stream Buffer API"/>
749 <condition id="FreeRTOS Config Native">
750 <description>Components required for FreeRTOS Config Native variant</description>
751 <require condition="FreeRTOS Port"/>
753 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Core"/>
756 <condition id="FreeRTOS Config CMSIS RTOS2">
757 <description>Components required for FreeRTOS Config CMSIS RTOS2 variant</description>
758 <require condition="FreeRTOS Port"/>
760 <require Cclass="CMSIS" Cgroup="RTOS2" Csub="FreeRTOS"/>
763 <condition id="FreeRTOS Coroutines">
764 <description>Components required for FreeRTOS Coroutines</description>
765 <require condition="FreeRTOS Port"/>
767 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Core"/>
770 <condition id="FreeRTOS Event Groups">
771 <description>Components required for FreeRTOS Event Groups</description>
772 <require condition="FreeRTOS Port"/>
774 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Core"/>
777 <condition id="FreeRTOS Heap">
778 <description>Components required for FreeRTOS Heap</description>
779 <require condition="FreeRTOS Port"/>
781 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Core"/>
784 <condition id="FreeRTOS Message Buffer">
785 <description>Components required for FreeRTOS Message Buffer</description>
786 <require condition="FreeRTOS Port"/>
788 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Core"/>
791 <condition id="FreeRTOS Stream Buffer">
792 <description>Components required for FreeRTOS Stream Buffer</description>
793 <require condition="FreeRTOS Port"/>
795 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Core"/>
798 <condition id="FreeRTOS Timers">
799 <description>Components required for FreeRTOS Timers</description>
800 <require condition="FreeRTOS Port"/>
802 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Core"/>
805 <condition id="FreeRTOS TrustZone">
806 <description>Components required for FreeRTOS TrustZone</description>
807 <require condition="FreeRTOS Port Cortex-M v8 TZ"/>
809 <!-- TrustZone Secure Context is a standalone component -->
810 <deny Cclass="CMSIS" Cgroup="RTOS" Csub="FreeRTOS"/>
811 <deny Cclass="CMSIS" Cgroup="RTOS2" Csub="FreeRTOS"/>
813 <deny Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Config"/>
814 <deny Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Core"/>
815 <deny Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Coroutines"/>
816 <deny Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Heap"/>
817 <deny Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Event Groups"/>
818 <deny Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Message Buffer"/>
819 <deny Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Stream Buffer"/>
820 <deny Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Timers"/>
823 <condition id="CMSIS RTOS2 FreeRTOS CortexM">
824 <description>Components required for CMSIS RTOS2 API on top of FreeRTOS for Cortex-M</description>
825 <require condition="FreeRTOS Port Cortex-M"/>
827 <require Cclass="CMSIS" Cgroup="OS Tick"/>
828 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Config" Cvariant="CMSIS RTOS2"/>
829 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Core"/>
830 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Event Groups"/>
831 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Timers"/>
834 <condition id="CMSIS RTOS2 FreeRTOS CortexA">
835 <description>Components required for CMSIS RTOS2 API on top of FreeRTOS for Cortex-A</description>
836 <require condition="FreeRTOS Port Cortex-A"/>
838 <require Cclass="CMSIS" Cgroup="OS Tick"/>
839 <require Cclass="Device" Cgroup="IRQ Controller"/>
840 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Config" Cvariant="CMSIS RTOS2"/>
841 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Core"/>
842 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Event Groups"/>
843 <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Timers"/>
849 <!-- CMSIS-RTOS2 FreeRTOS component -->
850 <component Cclass="CMSIS" Cgroup="RTOS2" Csub="FreeRTOS" Cvariant="Cortex-M" Cversion="11.2.0" Capiversion="2.3.0" condition="CMSIS RTOS2 FreeRTOS CortexM">
851 <description>CMSIS-RTOS2 implementation for Cortex-M based on FreeRTOS</description>
853 #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */
854 #define RTE_CMSIS_RTOS2_FreeRTOS /* CMSIS-RTOS2 FreeRTOS */
857 <file category="doc" name="Documentation/html/index.html"/>
858 <file category="header" name="CMSIS/RTOS2/FreeRTOS/Include/freertos_mpool.h"/>
859 <file category="source" name="CMSIS/RTOS2/FreeRTOS/Source/cmsis_os2.c"/>
860 <file category="source" name="CMSIS/RTOS2/FreeRTOS/Source/clib_os.c"/>
864 <component Cclass="CMSIS" Cgroup="RTOS2" Csub="FreeRTOS" Cvariant="Cortex-A" Cversion="11.2.0" Capiversion="2.3.0" condition="CMSIS RTOS2 FreeRTOS CortexA">
865 <description>CMSIS-RTOS2 implementation for Cortex-A based on FreeRTOS</description>
867 #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */
868 #define RTE_CMSIS_RTOS2_FreeRTOS /* CMSIS-RTOS2 FreeRTOS */
871 <file category="doc" name="Documentation/html/index.html"/>
872 <file category="header" name="CMSIS/RTOS2/FreeRTOS/Include/freertos_mpool.h"/>
873 <file category="source" name="CMSIS/RTOS2/FreeRTOS/Source/cmsis_os2.c"/>
874 <file category="source" name="CMSIS/RTOS2/FreeRTOS/Source/clib_os.c"/>
876 <file category="source" attr="config" name="CMSIS/RTOS2/FreeRTOS/Source/handlers.c" version="9.1.0"/>
880 <bundle Cbundle="FreeRTOS" Cclass="RTOS" Cversion="11.2.0">
881 <description>FreeRTOS Real Time Kernel</description>
882 <doc>https://www.freertos.org/RTOS.html</doc>
884 <component Cgroup="Core" Cvariant="Cortex-M" isDefaultVariant="true" condition="FreeRTOS Core CM">
885 <description>Core API (Kernel, Tasks, Semaphores, Mutexes, Queues) for Cortex-M</description>
887 #define RTE_RTOS_FreeRTOS_CORE /* RTOS FreeRTOS Core */
890 <file category="include" name="Source/include/"/>
892 <file category="header" name="Source/include/FreeRTOS.h"/>
893 <file category="header" name="Source/include/queue.h"/>
894 <file category="header" name="Source/include/semphr.h"/>
895 <file category="header" name="Source/include/task.h"/>
897 <file category="source" name="Source/list.c"/>
898 <file category="source" name="Source/queue.c"/>
899 <file category="source" name="Source/tasks.c"/>
901 <file category="include" condition="CM0_ARMCC6" name="Source/portable/GCC/ARM_CM0/"/>
902 <file category="source" condition="CM0_ARMCC6" name="Source/portable/GCC/ARM_CM0/port.c"/>
903 <file category="source" condition="CM0_ARMCC6" name="Source/portable/GCC/ARM_CM0/portasm.c"/>
904 <file category="include" condition="CM3_ARMCC6" name="Source/portable/GCC/ARM_CM3/"/>
905 <file category="source" condition="CM3_ARMCC6" name="Source/portable/GCC/ARM_CM3/port.c"/>
906 <file category="include" condition="CM4_ARMCC6" name="Source/portable/GCC/ARM_CM3/"/>
907 <file category="source" condition="CM4_ARMCC6" name="Source/portable/GCC/ARM_CM3/port.c"/>
908 <file category="include" condition="CM4_FP_ARMCC6" name="Source/portable/GCC/ARM_CM4F/"/>
909 <file category="source" condition="CM4_FP_ARMCC6" name="Source/portable/GCC/ARM_CM4F/port.c"/>
910 <file category="include" condition="CM7_ARMCC6" name="Source/portable/GCC/ARM_CM3/"/>
911 <file category="source" condition="CM7_ARMCC6" name="Source/portable/GCC/ARM_CM3/port.c"/>
912 <file category="include" condition="CM7_DP_ARMCC6" name="Source/portable/GCC/ARM_CM7/r0p1/"/>
913 <file category="source" condition="CM7_DP_ARMCC6" name="Source/portable/GCC/ARM_CM7/r0p1/port.c"/>
914 <file category="include" condition="CM7_SP_ARMCC6" name="Source/portable/GCC/ARM_CM7/r0p1/"/>
915 <file category="source" condition="CM7_SP_ARMCC6" name="Source/portable/GCC/ARM_CM7/r0p1/port.c"/>
916 <file category="include" condition="CM23_ARMCC6" name="Source/portable/GCC/ARM_CM23_NTZ/non_secure/"/>
917 <file category="source" condition="CM23_ARMCC6" name="Source/portable/GCC/ARM_CM23_NTZ/non_secure/port.c"/>
918 <file category="source" condition="CM23_ARMCC6" name="Source/portable/GCC/ARM_CM23_NTZ/non_secure/portasm.c"/>
919 <file category="include" condition="CM33_ARMCC6" name="Source/portable/GCC/ARM_CM33_NTZ/non_secure/"/>
920 <file category="source" condition="CM33_ARMCC6" name="Source/portable/GCC/ARM_CM33_NTZ/non_secure/port.c"/>
921 <file category="source" condition="CM33_ARMCC6" name="Source/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.c"/>
922 <file category="include" condition="CM35P_ARMCC6" name="Source/portable/GCC/ARM_CM35P_NTZ/non_secure/"/>
923 <file category="source" condition="CM35P_ARMCC6" name="Source/portable/GCC/ARM_CM35P_NTZ/non_secure/port.c"/>
924 <file category="source" condition="CM35P_ARMCC6" name="Source/portable/GCC/ARM_CM35P_NTZ/non_secure/portasm.c"/>
925 <file category="include" condition="CM55_ARMCC6" name="Source/portable/GCC/ARM_CM55_NTZ/non_secure/"/>
926 <file category="source" condition="CM55_ARMCC6" name="Source/portable/GCC/ARM_CM55_NTZ/non_secure/port.c"/>
927 <file category="source" condition="CM55_ARMCC6" name="Source/portable/GCC/ARM_CM55_NTZ/non_secure/portasm.c"/>
928 <file category="include" condition="CM85_ARMCC6" name="Source/portable/GCC/ARM_CM85_NTZ/non_secure/"/>
929 <file category="source" condition="CM85_ARMCC6" name="Source/portable/GCC/ARM_CM85_NTZ/non_secure/port.c"/>
930 <file category="source" condition="CM85_ARMCC6" name="Source/portable/GCC/ARM_CM85_NTZ/non_secure/portasm.c"/>
932 <file category="include" condition="CM0_GCC" name="Source/portable/GCC/ARM_CM0/"/>
933 <file category="source" condition="CM0_GCC" name="Source/portable/GCC/ARM_CM0/port.c"/>
934 <file category="source" condition="CM0_GCC" name="Source/portable/GCC/ARM_CM0/portasm.c"/>
935 <file category="include" condition="CM3_GCC" name="Source/portable/GCC/ARM_CM3/"/>
936 <file category="source" condition="CM3_GCC" name="Source/portable/GCC/ARM_CM3/port.c"/>
937 <file category="include" condition="CM4_GCC" name="Source/portable/GCC/ARM_CM3/"/>
938 <file category="source" condition="CM4_GCC" name="Source/portable/GCC/ARM_CM3/port.c"/>
939 <file category="include" condition="CM4_FP_GCC" name="Source/portable/GCC/ARM_CM4F/"/>
940 <file category="source" condition="CM4_FP_GCC" name="Source/portable/GCC/ARM_CM4F/port.c"/>
941 <file category="include" condition="CM7_GCC" name="Source/portable/GCC/ARM_CM3/"/>
942 <file category="source" condition="CM7_GCC" name="Source/portable/GCC/ARM_CM3/port.c"/>
943 <file category="include" condition="CM7_DP_GCC" name="Source/portable/GCC/ARM_CM7/r0p1/"/>
944 <file category="source" condition="CM7_DP_GCC" name="Source/portable/GCC/ARM_CM7/r0p1/port.c"/>
945 <file category="include" condition="CM7_SP_GCC" name="Source/portable/GCC/ARM_CM7/r0p1/"/>
946 <file category="source" condition="CM7_SP_GCC" name="Source/portable/GCC/ARM_CM7/r0p1/port.c"/>
947 <file category="include" condition="CM23_GCC" name="Source/portable/GCC/ARM_CM23_NTZ/non_secure/"/>
948 <file category="source" condition="CM23_GCC" name="Source/portable/GCC/ARM_CM23_NTZ/non_secure/port.c"/>
949 <file category="source" condition="CM23_GCC" name="Source/portable/GCC/ARM_CM23_NTZ/non_secure/portasm.c"/>
950 <file category="include" condition="CM33_GCC" name="Source/portable/GCC/ARM_CM33_NTZ/non_secure/"/>
951 <file category="source" condition="CM33_GCC" name="Source/portable/GCC/ARM_CM33_NTZ/non_secure/port.c"/>
952 <file category="source" condition="CM33_GCC" name="Source/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.c"/>
953 <file category="include" condition="CM35P_GCC" name="Source/portable/GCC/ARM_CM35P_NTZ/non_secure/"/>
954 <file category="source" condition="CM35P_GCC" name="Source/portable/GCC/ARM_CM35P_NTZ/non_secure/port.c"/>
955 <file category="source" condition="CM35P_GCC" name="Source/portable/GCC/ARM_CM35P_NTZ/non_secure/portasm.c"/>
956 <file category="include" condition="CM55_GCC" name="Source/portable/GCC/ARM_CM55_NTZ/non_secure/"/>
957 <file category="source" condition="CM55_GCC" name="Source/portable/GCC/ARM_CM55_NTZ/non_secure/port.c"/>
958 <file category="source" condition="CM55_GCC" name="Source/portable/GCC/ARM_CM55_NTZ/non_secure/portasm.c"/>
959 <file category="include" condition="CM85_GCC" name="Source/portable/GCC/ARM_CM85_NTZ/non_secure/"/>
960 <file category="source" condition="CM85_GCC" name="Source/portable/GCC/ARM_CM85_NTZ/non_secure/port.c"/>
961 <file category="source" condition="CM85_GCC" name="Source/portable/GCC/ARM_CM85_NTZ/non_secure/portasm.c"/>
963 <file category="include" condition="CM0_IAR" name="Source/portable/IAR/ARM_CM0/"/>
964 <file category="source" condition="CM0_IAR" name="Source/portable/IAR/ARM_CM0/port.c"/>
965 <file category="sourceAsm" condition="CM0_IAR" name="Source/portable/IAR/ARM_CM0/portasm.s"/>
966 <file category="include" condition="CM3_IAR" name="Source/portable/IAR/ARM_CM3/"/>
967 <file category="source" condition="CM3_IAR" name="Source/portable/IAR/ARM_CM3/port.c"/>
968 <file category="sourceAsm" condition="CM3_IAR" name="Source/portable/IAR/ARM_CM3/portasm.s"/>
969 <file category="include" condition="CM4_IAR" name="Source/portable/IAR/ARM_CM3/"/>
970 <file category="source" condition="CM4_IAR" name="Source/portable/IAR/ARM_CM3/port.c"/>
971 <file category="sourceAsm" condition="CM4_IAR" name="Source/portable/IAR/ARM_CM3/portasm.s"/>
972 <file category="include" condition="CM4_FP_IAR" name="Source/portable/IAR/ARM_CM4F/"/>
973 <file category="source" condition="CM4_FP_IAR" name="Source/portable/IAR/ARM_CM4F/port.c"/>
974 <file category="sourceAsm" condition="CM4_FP_IAR" name="Source/portable/IAR/ARM_CM4F/portasm.s"/>
975 <file category="include" condition="CM7_IAR" name="Source/portable/IAR/ARM_CM3/"/>
976 <file category="source" condition="CM7_IAR" name="Source/portable/IAR/ARM_CM3/port.c"/>
977 <file category="sourceAsm" condition="CM7_IAR" name="Source/portable/IAR/ARM_CM3/portasm.s"/>
978 <file category="include" condition="CM7_DP_IAR" name="Source/portable/IAR/ARM_CM7/r0p1/"/>
979 <file category="source" condition="CM7_DP_IAR" name="Source/portable/IAR/ARM_CM7/r0p1/port.c"/>
980 <file category="sourceAsm" condition="CM7_DP_IAR" name="Source/portable/IAR/ARM_CM7/r0p1/portasm.s"/>
981 <file category="include" condition="CM7_SP_IAR" name="Source/portable/IAR/ARM_CM7/r0p1/"/>
982 <file category="source" condition="CM7_SP_IAR" name="Source/portable/IAR/ARM_CM7/r0p1/port.c"/>
983 <file category="sourceAsm" condition="CM7_SP_IAR" name="Source/portable/IAR/ARM_CM7/r0p1/portasm.s"/>
984 <file category="include" condition="CM23_IAR" name="Source/portable/IAR/ARM_CM23_NTZ/non_secure/"/>
985 <file category="source" condition="CM23_IAR" name="Source/portable/IAR/ARM_CM23_NTZ/non_secure/port.c"/>
986 <file category="source" condition="CM23_IAR" name="Source/portable/IAR/ARM_CM23_NTZ/non_secure/portasm.s"/>
987 <file category="include" condition="CM33_IAR" name="Source/portable/IAR/ARM_CM33_NTZ/non_secure/"/>
988 <file category="source" condition="CM33_IAR" name="Source/portable/IAR/ARM_CM33_NTZ/non_secure/port.c"/>
989 <file category="source" condition="CM33_IAR" name="Source/portable/IAR/ARM_CM33_NTZ/non_secure/portasm.s"/>
990 <file category="include" condition="CM35P_IAR" name="Source/portable/IAR/ARM_CM35P_NTZ/non_secure/"/>
991 <file category="source" condition="CM35P_IAR" name="Source/portable/IAR/ARM_CM35P_NTZ/non_secure/port.c"/>
992 <file category="source" condition="CM35P_IAR" name="Source/portable/IAR/ARM_CM35P_NTZ/non_secure/portasm.s"/>
993 <file category="include" condition="CM55_IAR" name="Source/portable/IAR/ARM_CM55_NTZ/non_secure/"/>
994 <file category="source" condition="CM55_IAR" name="Source/portable/IAR/ARM_CM55_NTZ/non_secure/port.c"/>
995 <file category="source" condition="CM55_IAR" name="Source/portable/IAR/ARM_CM55_NTZ/non_secure/portasm.s"/>
996 <file category="include" condition="CM85_IAR" name="Source/portable/IAR/ARM_CM85_NTZ/non_secure/"/>
997 <file category="source" condition="CM85_IAR" name="Source/portable/IAR/ARM_CM85_NTZ/non_secure/port.c"/>
998 <file category="source" condition="CM85_IAR" name="Source/portable/IAR/ARM_CM85_NTZ/non_secure/portasm.s"/>
1000 <file category="include" name="CMSIS/RTOS2/FreeRTOS/Include/"/>
1001 <file category="source" name="CMSIS/RTOS2/FreeRTOS/Source/freertos_evr.c"/>
1002 <file category="other" name="CMSIS/RTOS2/FreeRTOS/FreeRTOS.scvd"/>
1006 <component Cgroup="Core" Cvariant="Cortex-M MPU" condition="FreeRTOS Core CM v6_v7 MPU">
1007 <description>Core API (Kernel, Tasks, Semaphores, Mutexes, Queues) for Cortex-M using MPU</description>
1009 #define RTE_RTOS_FreeRTOS_CORE /* RTOS FreeRTOS Core */
1010 #define RTE_RTOS_FreeRTOS_CORE_MPU /* RTOS FreeRTOS Core with MPU support */
1013 <file category="include" name="Source/include/"/>
1015 <file category="header" name="Source/include/FreeRTOS.h"/>
1016 <file category="header" name="Source/include/queue.h"/>
1017 <file category="header" name="Source/include/semphr.h"/>
1018 <file category="header" name="Source/include/task.h"/>
1020 <file category="source" name="Source/list.c"/>
1021 <file category="source" name="Source/queue.c"/>
1022 <file category="source" name="Source/tasks.c"/>
1023 <file category="source" name="Source/portable/Common/mpu_wrappers.c"/>
1024 <file category="source" name="Source/portable/Common/mpu_wrappers_v2.c"/>
1026 <file category="include" condition="CM0_ARMCC6" name="Source/portable/GCC/ARM_CM0/"/>
1027 <file category="source" condition="CM0_ARMCC6" name="Source/portable/GCC/ARM_CM0/port.c"/>
1028 <file category="source" condition="CM0_ARMCC6" name="Source/portable/GCC/ARM_CM0/portasm.c"/>
1029 <file category="source" condition="CM0_ARMCC6" name="Source/portable/GCC/ARM_CM0/mpu_wrappers_v2_asm.c"/>
1030 <file category="include" condition="CM3_ARMCC6" name="Source/portable/GCC/ARM_CM3_MPU/"/>
1031 <file category="source" condition="CM3_ARMCC6" name="Source/portable/GCC/ARM_CM3_MPU/port.c"/>
1032 <file category="source" condition="CM3_ARMCC6" name="Source/portable/GCC/ARM_CM3_MPU/mpu_wrappers_v2_asm.c"/>
1033 <file category="include" condition="CM4_ARMCC6" name="Source/portable/GCC/ARM_CM3_MPU/"/>
1034 <file category="source" condition="CM4_ARMCC6" name="Source/portable/GCC/ARM_CM3_MPU/port.c"/>
1035 <file category="source" condition="CM4_ARMCC6" name="Source/portable/GCC/ARM_CM3_MPU/mpu_wrappers_v2_asm.c"/>
1036 <file category="include" condition="CM4_FP_ARMCC6" name="Source/portable/GCC/ARM_CM4_MPU/"/>
1037 <file category="source" condition="CM4_FP_ARMCC6" name="Source/portable/GCC/ARM_CM4_MPU/port.c"/>
1038 <file category="source" condition="CM4_FP_ARMCC6" name="Source/portable/GCC/ARM_CM4_MPU/mpu_wrappers_v2_asm.c"/>
1040 <file category="include" condition="CM0_GCC" name="Source/portable/GCC/ARM_CM0/"/>
1041 <file category="source" condition="CM0_GCC" name="Source/portable/GCC/ARM_CM0/port.c"/>
1042 <file category="source" condition="CM0_GCC" name="Source/portable/GCC/ARM_CM0/portasm.c"/>
1043 <file category="source" condition="CM0_GCC" name="Source/portable/GCC/ARM_CM0/mpu_wrappers_v2_asm.c"/>
1044 <file category="include" condition="CM3_GCC" name="Source/portable/GCC/ARM_CM3_MPU/"/>
1045 <file category="source" condition="CM3_GCC" name="Source/portable/GCC/ARM_CM3_MPU/port.c"/>
1046 <file category="source" condition="CM3_GCC" name="Source/portable/GCC/ARM_CM3_MPU/mpu_wrappers_v2_asm.c"/>
1047 <file category="include" condition="CM4_GCC" name="Source/portable/GCC/ARM_CM3_MPU/"/>
1048 <file category="source" condition="CM4_GCC" name="Source/portable/GCC/ARM_CM3_MPU/port.c"/>
1049 <file category="source" condition="CM4_GCC" name="Source/portable/GCC/ARM_CM3_MPU/mpu_wrappers_v2_asm.c"/>
1050 <file category="include" condition="CM4_FP_GCC" name="Source/portable/GCC/ARM_CM4_MPU/"/>
1051 <file category="source" condition="CM4_FP_GCC" name="Source/portable/GCC/ARM_CM4_MPU/port.c"/>
1052 <file category="source" condition="CM4_FP_GCC" name="Source/portable/GCC/ARM_CM4_MPU/mpu_wrappers_v2_asm.c"/>
1054 <file category="include" condition="CM4_FP_IAR" name="Source/portable/IAR/ARM_CM4F_MPU/"/>
1055 <file category="source" condition="CM4_FP_IAR" name="Source/portable/IAR/ARM_CM4F_MPU/port.c"/>
1056 <file category="sourceAsm" condition="CM4_FP_IAR" name="Source/portable/IAR/ARM_CM4F_MPU/portasm.s"/>
1057 <file category="sourceAsm" condition="CM4_FP_IAR" name="Source/portable/IAR/ARM_CM4F_MPU/mpu_wrappers_v2_asm.S"/>
1059 <file category="include" name="CMSIS/RTOS2/FreeRTOS/Include/"/>
1060 <file category="source" name="CMSIS/RTOS2/FreeRTOS/Source/freertos_evr.c"/>
1061 <file category="other" name="CMSIS/RTOS2/FreeRTOS/FreeRTOS.scvd"/>
1065 <component Cgroup="Core" Cvariant="Cortex-M Non-Secure" condition="FreeRTOS Core TZ">
1066 <description>Core API (Kernel, Tasks, Semaphores, Mutexes, Queues) for Cortex-M using Non-Secure Domain (TrustZone)</description>
1068 #define RTE_RTOS_FreeRTOS_CORE /* RTOS FreeRTOS Core */
1069 #define RTE_RTOS_FreeRTOS_CORE_TZ_NS /* RTOS FreeRTOS Core with TrustZone Non-Secure Domain */
1072 <file category="include" name="Source/include/"/>
1074 <file category="header" name="Source/include/FreeRTOS.h"/>
1075 <file category="header" name="Source/include/queue.h"/>
1076 <file category="header" name="Source/include/semphr.h"/>
1077 <file category="header" name="Source/include/task.h"/>
1079 <file category="source" name="Source/list.c"/>
1080 <file category="source" name="Source/queue.c"/>
1081 <file category="source" name="Source/tasks.c"/>
1083 <file category="include" condition="CM23_ARMCC6" name="Source/portable/GCC/ARM_CM23/secure/"/>
1084 <file category="include" condition="CM23_ARMCC6" name="Source/portable/GCC/ARM_CM23/non_secure/"/>
1085 <file category="source" condition="CM23_ARMCC6" name="Source/portable/GCC/ARM_CM23/non_secure/port.c"/>
1086 <file category="source" condition="CM23_ARMCC6" name="Source/portable/GCC/ARM_CM23/non_secure/portasm.c"/>
1087 <file category="include" condition="CM33_ARMCC6" name="Source/portable/GCC/ARM_CM33/secure/"/>
1088 <file category="include" condition="CM33_ARMCC6" name="Source/portable/GCC/ARM_CM33/non_secure/"/>
1089 <file category="source" condition="CM33_ARMCC6" name="Source/portable/GCC/ARM_CM33/non_secure/port.c"/>
1090 <file category="source" condition="CM33_ARMCC6" name="Source/portable/GCC/ARM_CM33/non_secure/portasm.c"/>
1091 <file category="include" condition="CM35P_ARMCC6" name="Source/portable/GCC/ARM_CM35P/secure/"/>
1092 <file category="include" condition="CM35P_ARMCC6" name="Source/portable/GCC/ARM_CM35P/non_secure/"/>
1093 <file category="source" condition="CM35P_ARMCC6" name="Source/portable/GCC/ARM_CM35P/non_secure/port.c"/>
1094 <file category="source" condition="CM35P_ARMCC6" name="Source/portable/GCC/ARM_CM35P/non_secure/portasm.c"/>
1095 <file category="include" condition="CM55_ARMCC6" name="Source/portable/GCC/ARM_CM55/secure/"/>
1096 <file category="include" condition="CM55_ARMCC6" name="Source/portable/GCC/ARM_CM55/non_secure/"/>
1097 <file category="source" condition="CM55_ARMCC6" name="Source/portable/GCC/ARM_CM55/non_secure/port.c"/>
1098 <file category="source" condition="CM55_ARMCC6" name="Source/portable/GCC/ARM_CM55/non_secure/portasm.c"/>
1099 <file category="include" condition="CM85_ARMCC6" name="Source/portable/GCC/ARM_CM85/secure/"/>
1100 <file category="include" condition="CM85_ARMCC6" name="Source/portable/GCC/ARM_CM85/non_secure/"/>
1101 <file category="source" condition="CM85_ARMCC6" name="Source/portable/GCC/ARM_CM85/non_secure/port.c"/>
1102 <file category="source" condition="CM85_ARMCC6" name="Source/portable/GCC/ARM_CM85/non_secure/portasm.c"/>
1104 <file category="include" condition="CM23_GCC" name="Source/portable/GCC/ARM_CM23/secure/"/>
1105 <file category="include" condition="CM23_GCC" name="Source/portable/GCC/ARM_CM23/non_secure/"/>
1106 <file category="source" condition="CM23_GCC" name="Source/portable/GCC/ARM_CM23/non_secure/port.c"/>
1107 <file category="source" condition="CM23_GCC" name="Source/portable/GCC/ARM_CM23/non_secure/portasm.c"/>
1108 <file category="include" condition="CM33_GCC" name="Source/portable/GCC/ARM_CM33/secure/"/>
1109 <file category="include" condition="CM33_GCC" name="Source/portable/GCC/ARM_CM33/non_secure/"/>
1110 <file category="source" condition="CM33_GCC" name="Source/portable/GCC/ARM_CM33/non_secure/port.c"/>
1111 <file category="source" condition="CM33_GCC" name="Source/portable/GCC/ARM_CM33/non_secure/portasm.c"/>
1112 <file category="include" condition="CM35P_GCC" name="Source/portable/GCC/ARM_CM35P/secure/"/>
1113 <file category="include" condition="CM35P_GCC" name="Source/portable/GCC/ARM_CM35P/non_secure/"/>
1114 <file category="source" condition="CM35P_GCC" name="Source/portable/GCC/ARM_CM35P/non_secure/port.c"/>
1115 <file category="source" condition="CM35P_GCC" name="Source/portable/GCC/ARM_CM35P/non_secure/portasm.c"/>
1116 <file category="include" condition="CM55_GCC" name="Source/portable/GCC/ARM_CM55/secure/"/>
1117 <file category="include" condition="CM55_GCC" name="Source/portable/GCC/ARM_CM55/non_secure/"/>
1118 <file category="source" condition="CM55_GCC" name="Source/portable/GCC/ARM_CM55/non_secure/port.c"/>
1119 <file category="source" condition="CM55_GCC" name="Source/portable/GCC/ARM_CM55/non_secure/portasm.c"/>
1120 <file category="include" condition="CM85_GCC" name="Source/portable/GCC/ARM_CM85/secure/"/>
1121 <file category="include" condition="CM85_GCC" name="Source/portable/GCC/ARM_CM85/non_secure/"/>
1122 <file category="source" condition="CM85_GCC" name="Source/portable/GCC/ARM_CM85/non_secure/port.c"/>
1123 <file category="source" condition="CM85_GCC" name="Source/portable/GCC/ARM_CM85/non_secure/portasm.c"/>
1125 <file category="include" condition="CM23_IAR" name="Source/portable/IAR/ARM_CM23/secure/"/>
1126 <file category="include" condition="CM23_IAR" name="Source/portable/IAR/ARM_CM23/non_secure/"/>
1127 <file category="source" condition="CM23_IAR" name="Source/portable/IAR/ARM_CM23/non_secure/port.c"/>
1128 <file category="sourceAsm" condition="CM23_IAR" name="Source/portable/IAR/ARM_CM23/non_secure/portasm.s"/>
1129 <file category="include" condition="CM33_IAR" name="Source/portable/IAR/ARM_CM33/secure/"/>
1130 <file category="include" condition="CM33_IAR" name="Source/portable/IAR/ARM_CM33/non_secure/"/>
1131 <file category="source" condition="CM33_IAR" name="Source/portable/IAR/ARM_CM33/non_secure/port.c"/>
1132 <file category="sourceAsm" condition="CM33_IAR" name="Source/portable/IAR/ARM_CM33/non_secure/portasm.s"/>
1133 <file category="include" condition="CM35P_IAR" name="Source/portable/IAR/ARM_CM35P/secure/"/>
1134 <file category="include" condition="CM35P_IAR" name="Source/portable/IAR/ARM_CM35P/non_secure/"/>
1135 <file category="source" condition="CM35P_IAR" name="Source/portable/IAR/ARM_CM35P/non_secure/port.c"/>
1136 <file category="sourceAsm" condition="CM35P_IAR" name="Source/portable/IAR/ARM_CM35P/non_secure/portasm.s"/>
1137 <file category="include" condition="CM55_IAR" name="Source/portable/IAR/ARM_CM55/secure/"/>
1138 <file category="include" condition="CM55_IAR" name="Source/portable/IAR/ARM_CM55/non_secure/"/>
1139 <file category="source" condition="CM55_IAR" name="Source/portable/IAR/ARM_CM55/non_secure/port.c"/>
1140 <file category="sourceAsm" condition="CM55_IAR" name="Source/portable/IAR/ARM_CM55/non_secure/portasm.s"/>
1141 <file category="include" condition="CM85_IAR" name="Source/portable/IAR/ARM_CM85/secure/"/>
1142 <file category="include" condition="CM85_IAR" name="Source/portable/IAR/ARM_CM85/non_secure/"/>
1143 <file category="source" condition="CM85_IAR" name="Source/portable/IAR/ARM_CM85/non_secure/port.c"/>
1144 <file category="sourceAsm" condition="CM85_IAR" name="Source/portable/IAR/ARM_CM85/non_secure/portasm.s"/>
1146 <file category="include" name="CMSIS/RTOS2/FreeRTOS/Include/"/>
1147 <file category="source" name="CMSIS/RTOS2/FreeRTOS/Source/freertos_evr.c"/>
1148 <file category="other" name="CMSIS/RTOS2/FreeRTOS/FreeRTOS.scvd"/>
1152 <component Cgroup="Core" Cvariant="Cortex-M Non-Secure MPU" condition="FreeRTOS Core TZ MPU">
1153 <description>Core API (Kernel, Tasks, Semaphores, Mutexes, Queues) for Cortex-M using Non-Secure Domain (TrustZone) and MPU</description>
1155 #define RTE_RTOS_FreeRTOS_CORE /* RTOS FreeRTOS Core */
1156 #define RTE_RTOS_FreeRTOS_CORE_MPU /* RTOS FreeRTOS Core with MPU support */
1157 #define RTE_RTOS_FreeRTOS_CORE_TZ_NS /* RTOS FreeRTOS Core with TrustZone Non-Secure Domain */
1160 <file category="include" name="Source/include/"/>
1162 <file category="header" name="Source/include/FreeRTOS.h"/>
1163 <file category="header" name="Source/include/queue.h"/>
1164 <file category="header" name="Source/include/semphr.h"/>
1165 <file category="header" name="Source/include/task.h"/>
1167 <file category="source" name="Source/list.c"/>
1168 <file category="source" name="Source/queue.c"/>
1169 <file category="source" name="Source/tasks.c"/>
1170 <file category="source" name="Source/portable/Common/mpu_wrappers.c"/>
1171 <file category="source" name="Source/portable/Common/mpu_wrappers_v2.c"/>
1173 <file category="include" condition="CM23_ARMCC6" name="Source/portable/GCC/ARM_CM23/secure/"/>
1174 <file category="include" condition="CM23_ARMCC6" name="Source/portable/GCC/ARM_CM23/non_secure/"/>
1175 <file category="source" condition="CM23_ARMCC6" name="Source/portable/GCC/ARM_CM23/non_secure/port.c"/>
1176 <file category="source" condition="CM23_ARMCC6" name="Source/portable/GCC/ARM_CM23/non_secure/portasm.c"/>
1177 <file category="source" condition="CM23_ARMCC6" name="Source/portable/GCC/ARM_CM23/non_secure/mpu_wrappers_v2_asm.c"/>
1178 <file category="include" condition="CM33_ARMCC6" name="Source/portable/GCC/ARM_CM33/secure/"/>
1179 <file category="include" condition="CM33_ARMCC6" name="Source/portable/GCC/ARM_CM33/non_secure/"/>
1180 <file category="source" condition="CM33_ARMCC6" name="Source/portable/GCC/ARM_CM33/non_secure/port.c"/>
1181 <file category="source" condition="CM33_ARMCC6" name="Source/portable/GCC/ARM_CM33/non_secure/portasm.c"/>
1182 <file category="source" condition="CM33_ARMCC6" name="Source/portable/GCC/ARM_CM33/non_secure/mpu_wrappers_v2_asm.c"/>
1183 <file category="include" condition="CM35P_ARMCC6" name="Source/portable/GCC/ARM_CM35P/secure/"/>
1184 <file category="include" condition="CM35P_ARMCC6" name="Source/portable/GCC/ARM_CM35P/non_secure/"/>
1185 <file category="source" condition="CM35P_ARMCC6" name="Source/portable/GCC/ARM_CM35P/non_secure/port.c"/>
1186 <file category="source" condition="CM35P_ARMCC6" name="Source/portable/GCC/ARM_CM35P/non_secure/portasm.c"/>
1187 <file category="source" condition="CM35P_ARMCC6" name="Source/portable/GCC/ARM_CM35P/non_secure/mpu_wrappers_v2_asm.c"/>
1188 <file category="include" condition="CM55_ARMCC6" name="Source/portable/GCC/ARM_CM55/secure/"/>
1189 <file category="include" condition="CM55_ARMCC6" name="Source/portable/GCC/ARM_CM55/non_secure/"/>
1190 <file category="source" condition="CM55_ARMCC6" name="Source/portable/GCC/ARM_CM55/non_secure/port.c"/>
1191 <file category="source" condition="CM55_ARMCC6" name="Source/portable/GCC/ARM_CM55/non_secure/portasm.c"/>
1192 <file category="source" condition="CM55_ARMCC6" name="Source/portable/GCC/ARM_CM55/non_secure/mpu_wrappers_v2_asm.c"/>
1193 <file category="include" condition="CM85_ARMCC6" name="Source/portable/GCC/ARM_CM85/secure/"/>
1194 <file category="include" condition="CM85_ARMCC6" name="Source/portable/GCC/ARM_CM85/non_secure/"/>
1195 <file category="source" condition="CM85_ARMCC6" name="Source/portable/GCC/ARM_CM85/non_secure/port.c"/>
1196 <file category="source" condition="CM85_ARMCC6" name="Source/portable/GCC/ARM_CM85/non_secure/portasm.c"/>
1197 <file category="source" condition="CM85_ARMCC6" name="Source/portable/GCC/ARM_CM85/non_secure/mpu_wrappers_v2_asm.c"/>
1199 <file category="include" condition="CM23_GCC" name="Source/portable/GCC/ARM_CM23/secure/"/>
1200 <file category="include" condition="CM23_GCC" name="Source/portable/GCC/ARM_CM23/non_secure/"/>
1201 <file category="source" condition="CM23_GCC" name="Source/portable/GCC/ARM_CM23/non_secure/port.c"/>
1202 <file category="source" condition="CM23_GCC" name="Source/portable/GCC/ARM_CM23/non_secure/portasm.c"/>
1203 <file category="source" condition="CM23_GCC" name="Source/portable/GCC/ARM_CM23/non_secure/mpu_wrappers_v2_asm.c"/>
1204 <file category="include" condition="CM33_GCC" name="Source/portable/GCC/ARM_CM33/secure/"/>
1205 <file category="include" condition="CM33_GCC" name="Source/portable/GCC/ARM_CM33/non_secure/"/>
1206 <file category="source" condition="CM33_GCC" name="Source/portable/GCC/ARM_CM33/non_secure/port.c"/>
1207 <file category="source" condition="CM33_GCC" name="Source/portable/GCC/ARM_CM33/non_secure/portasm.c"/>
1208 <file category="source" condition="CM33_GCC" name="Source/portable/GCC/ARM_CM33/non_secure/mpu_wrappers_v2_asm.c"/>
1209 <file category="include" condition="CM35P_GCC" name="Source/portable/GCC/ARM_CM35P/secure/"/>
1210 <file category="include" condition="CM35P_GCC" name="Source/portable/GCC/ARM_CM35P/non_secure/"/>
1211 <file category="source" condition="CM35P_GCC" name="Source/portable/GCC/ARM_CM35P/non_secure/port.c"/>
1212 <file category="source" condition="CM35P_GCC" name="Source/portable/GCC/ARM_CM35P/non_secure/portasm.c"/>
1213 <file category="source" condition="CM35P_GCC" name="Source/portable/GCC/ARM_CM35P/non_secure/mpu_wrappers_v2_asm.c"/>
1214 <file category="include" condition="CM55_GCC" name="Source/portable/GCC/ARM_CM55/secure/"/>
1215 <file category="include" condition="CM55_GCC" name="Source/portable/GCC/ARM_CM55/non_secure/"/>
1216 <file category="source" condition="CM55_GCC" name="Source/portable/GCC/ARM_CM55/non_secure/port.c"/>
1217 <file category="source" condition="CM55_GCC" name="Source/portable/GCC/ARM_CM55/non_secure/portasm.c"/>
1218 <file category="source" condition="CM55_GCC" name="Source/portable/GCC/ARM_CM55/non_secure/mpu_wrappers_v2_asm.c"/>
1219 <file category="include" condition="CM85_GCC" name="Source/portable/GCC/ARM_CM85/secure/"/>
1220 <file category="include" condition="CM85_GCC" name="Source/portable/GCC/ARM_CM85/non_secure/"/>
1221 <file category="source" condition="CM85_GCC" name="Source/portable/GCC/ARM_CM85/non_secure/port.c"/>
1222 <file category="source" condition="CM85_GCC" name="Source/portable/GCC/ARM_CM85/non_secure/portasm.c"/>
1223 <file category="source" condition="CM85_GCC" name="Source/portable/GCC/ARM_CM85/non_secure/mpu_wrappers_v2_asm.c"/>
1225 <file category="include" condition="CM23_IAR" name="Source/portable/IAR/ARM_CM23/secure/"/>
1226 <file category="include" condition="CM23_IAR" name="Source/portable/IAR/ARM_CM23/non_secure/"/>
1227 <file category="source" condition="CM23_IAR" name="Source/portable/IAR/ARM_CM23/non_secure/port.c"/>
1228 <file category="sourceAsm" condition="CM23_IAR" name="Source/portable/IAR/ARM_CM23/non_secure/portasm.s"/>
1229 <file category="sourceAsm" condition="CM23_IAR" name="Source/portable/IAR/ARM_CM23/non_secure/mpu_wrappers_v2_asm.S"/>
1230 <file category="include" condition="CM33_IAR" name="Source/portable/IAR/ARM_CM33/secure/"/>
1231 <file category="include" condition="CM33_IAR" name="Source/portable/IAR/ARM_CM33/non_secure/"/>
1232 <file category="source" condition="CM33_IAR" name="Source/portable/IAR/ARM_CM33/non_secure/port.c"/>
1233 <file category="sourceAsm" condition="CM33_IAR" name="Source/portable/IAR/ARM_CM33/non_secure/portasm.s"/>
1234 <file category="sourceAsm" condition="CM33_IAR" name="Source/portable/IAR/ARM_CM33/non_secure/mpu_wrappers_v2_asm.S"/>
1235 <file category="include" condition="CM35P_IAR" name="Source/portable/IAR/ARM_CM35P/secure/"/>
1236 <file category="include" condition="CM35P_IAR" name="Source/portable/IAR/ARM_CM35P/non_secure/"/>
1237 <file category="source" condition="CM35P_IAR" name="Source/portable/IAR/ARM_CM35P/non_secure/port.c"/>
1238 <file category="sourceAsm" condition="CM35P_IAR" name="Source/portable/IAR/ARM_CM35P/non_secure/portasm.s"/>
1239 <file category="sourceAsm" condition="CM35P_IAR" name="Source/portable/IAR/ARM_CM35P/non_secure/mpu_wrappers_v2_asm.S"/>
1240 <file category="include" condition="CM55_IAR" name="Source/portable/IAR/ARM_CM55/secure/"/>
1241 <file category="include" condition="CM55_IAR" name="Source/portable/IAR/ARM_CM55/non_secure/"/>
1242 <file category="source" condition="CM55_IAR" name="Source/portable/IAR/ARM_CM55/non_secure/port.c"/>
1243 <file category="sourceAsm" condition="CM55_IAR" name="Source/portable/IAR/ARM_CM55/non_secure/portasm.s"/>
1244 <file category="sourceAsm" condition="CM55_IAR" name="Source/portable/IAR/ARM_CM55/non_secure/mpu_wrappers_v2_asm.S"/>
1245 <file category="include" condition="CM85_IAR" name="Source/portable/IAR/ARM_CM85/secure/"/>
1246 <file category="include" condition="CM85_IAR" name="Source/portable/IAR/ARM_CM85/non_secure/"/>
1247 <file category="source" condition="CM85_IAR" name="Source/portable/IAR/ARM_CM85/non_secure/port.c"/>
1248 <file category="sourceAsm" condition="CM85_IAR" name="Source/portable/IAR/ARM_CM85/non_secure/portasm.s"/>
1249 <file category="sourceAsm" condition="CM85_IAR" name="Source/portable/IAR/ARM_CM85/non_secure/mpu_wrappers_v2_asm.S"/>
1251 <file category="include" name="CMSIS/RTOS2/FreeRTOS/Include/"/>
1252 <file category="source" name="CMSIS/RTOS2/FreeRTOS/Source/freertos_evr.c"/>
1253 <file category="other" name="CMSIS/RTOS2/FreeRTOS/FreeRTOS.scvd"/>
1257 <component Cgroup="Core" Cvariant="Cortex-A" isDefaultVariant="true" condition="FreeRTOS Core CA">
1258 <description>Core API (Kernel, Tasks, Semaphores, Mutexes, Queues) for Cortex-A</description>
1260 #define RTE_RTOS_FreeRTOS_CORE /* RTOS FreeRTOS Core */
1263 <file category="include" name="Source/include/"/>
1265 <file category="header" name="Source/include/FreeRTOS.h"/>
1266 <file category="header" name="Source/include/queue.h"/>
1267 <file category="header" name="Source/include/semphr.h"/>
1268 <file category="header" name="Source/include/task.h"/>
1270 <file category="source" name="Source/list.c"/>
1271 <file category="source" name="Source/queue.c"/>
1272 <file category="source" name="Source/tasks.c"/>
1274 <file category="include" condition="ARMCC6" name="Source/portable/GCC/ARM_CA9/"/>
1275 <file category="source" condition="ARMCC6" name="Source/portable/GCC/ARM_CA9/port.c"/>
1276 <file category="sourceAsm" condition="ARMCC6" name="Source/portable/GCC/ARM_CA9/portASM.S"/>
1278 <file category="include" condition="GCC" name="Source/portable/GCC/ARM_CA9/"/>
1279 <file category="source" condition="GCC" name="Source/portable/GCC/ARM_CA9/port.c"/>
1280 <file category="sourceAsm" condition="GCC" name="Source/portable/GCC/ARM_CA9/portASM.S"/>
1282 <file category="include" condition="IAR" name="Source/portable/IAR/ARM_CA9/"/>
1283 <file category="source" condition="IAR" name="Source/portable/IAR/ARM_CA9/port.c"/>
1284 <file category="sourceAsm" condition="IAR" name="Source/portable/IAR/ARM_CA9/portASM.s"/>
1286 <file category="include" name="CMSIS/RTOS2/FreeRTOS/Include/"/>
1287 <file category="source" name="CMSIS/RTOS2/FreeRTOS/Source/freertos_evr.c"/>
1288 <file category="other" name="CMSIS/RTOS2/FreeRTOS/FreeRTOS.scvd"/>
1292 <component Cgroup="Config" Cvariant="CMSIS RTOS2" condition="FreeRTOS Config CMSIS RTOS2">
1293 <description>FreeRTOS CMSIS-RTOS2 API configuration file</description>
1295 #define RTE_RTOS_FreeRTOS_CONFIG_RTOS2 /* RTOS FreeRTOS Config for CMSIS RTOS2 API */
1298 <file category="doc" name="Documentation/html/page_create_project.html#configure_cmsis_freertos"/>
1299 <file category="header" attr="config" name="CMSIS/RTOS2/FreeRTOS/Config/FreeRTOSConfig.h" version="10.7.0"/>
1303 <component Cgroup="Config" Cvariant="FreeRTOS" condition="FreeRTOS Config Native">
1304 <description>FreeRTOS API configuration file</description>
1306 #define RTE_RTOS_FreeRTOS_CONFIG /* RTOS FreeRTOS Config for FreeRTOS API */
1309 <file category="doc" name="Documentation/html/page_create_project.html#configure_native_freertos"/>
1310 <file category="header" attr="config" name="Source/examples/template_configuration/FreeRTOSConfig.h" version="11.2.0"/>
1314 <component Cgroup="Coroutines" condition="FreeRTOS Coroutines">
1315 <description>Co-routine API</description>
1317 #define RTE_RTOS_FreeRTOS_COROUTINE /* RTOS FreeRTOS Co-routines */
1320 <file category="header" name="Source/include/croutine.h"/>
1321 <file category="source" name="Source/croutine.c"/>
1325 <component Cgroup="Event Groups" condition="FreeRTOS Event Groups">
1326 <description>Event Group API</description>
1328 #define RTE_RTOS_FreeRTOS_EVENTGROUPS /* RTOS FreeRTOS Event Groups */
1331 <file category="header" name="Source/include/event_groups.h"/>
1332 <file category="source" name="Source/event_groups.c"/>
1336 <component Cgroup="Heap" Cvariant="Heap_1" condition="FreeRTOS Heap">
1337 <description>Very simple, does not permit memory to be freed.</description>
1339 #define RTE_RTOS_FreeRTOS_HEAP_1 /* RTOS FreeRTOS Heap 1 */
1342 <file category="source" name="Source/portable/MemMang/heap_1.c"/>
1343 <file category="doc" name="https://www.freertos.org/Documentation/02-Kernel/02-Kernel-features/09-Memory-management/01-Memory-management"/>
1347 <component Cgroup="Heap" Cvariant="Heap_2" condition="FreeRTOS Heap">
1348 <description>Permits memory to be freed, but not does coalescence adjacent free memory blocks.</description>
1350 #define RTE_RTOS_FreeRTOS_HEAP_2 /* RTOS FreeRTOS Heap 2 */
1353 <file category="source" name="Source/portable/MemMang/heap_2.c"/>
1354 <file category="doc" name="https://www.freertos.org/Documentation/02-Kernel/02-Kernel-features/09-Memory-management/01-Memory-management"/>
1358 <component Cgroup="Heap" Cvariant="Heap_3" condition="FreeRTOS Heap">
1359 <description>Wraps the standard malloc() and free() for thread safety.</description>
1361 #define RTE_RTOS_FreeRTOS_HEAP_3 /* RTOS FreeRTOS Heap 3 */
1364 <file category="source" name="Source/portable/MemMang/heap_3.c"/>
1365 <file category="doc" name="https://www.freertos.org/Documentation/02-Kernel/02-Kernel-features/09-Memory-management/01-Memory-management"/>
1369 <component Cgroup="Heap" Cvariant="Heap_4" condition="FreeRTOS Heap" isDefaultVariant="true">
1370 <description>Coalescences adjacent free memory blocks to avoid fragmentation. Includes absolute address placement option.</description>
1372 #define RTE_RTOS_FreeRTOS_HEAP_4 /* RTOS FreeRTOS Heap 4 */
1375 <file category="source" name="Source/portable/MemMang/heap_4.c"/>
1376 <file category="doc" name="https://www.freertos.org/Documentation/02-Kernel/02-Kernel-features/09-Memory-management/01-Memory-management"/>
1380 <component Cgroup="Heap" Cvariant="Heap_5" condition="FreeRTOS Heap">
1381 <description>Same as Heap_4, with the ability to span the heap across multiple non-adjacent memory areas.</description>
1383 #define RTE_RTOS_FreeRTOS_HEAP_5 /* RTOS FreeRTOS Heap 5 */
1386 <file category="source" name="Source/portable/MemMang/heap_5.c"/>
1387 <file category="doc" name="https://www.freertos.org/Documentation/02-Kernel/02-Kernel-features/09-Memory-management/01-Memory-management"/>
1391 <component Cgroup="Message Buffer" condition="FreeRTOS Message Buffer">
1392 <description>Message Buffer API</description>
1394 #define RTE_RTOS_FreeRTOS_MESSAGE_BUFFER /* RTOS FreeRTOS Message Buffers */
1397 <file category="header" name="Source/include/message_buffer.h"/>
1398 <file category="source" name="Source/stream_buffer.c"/>
1402 <component Cgroup="Stream Buffer" condition="FreeRTOS Stream Buffer">
1403 <description>Stream Buffer API</description>
1405 #define RTE_RTOS_FreeRTOS_STREAM_BUFFER /* RTOS FreeRTOS Stream Buffers */
1408 <file category="header" name="Source/include/stream_buffer.h"/>
1409 <file category="source" name="Source/stream_buffer.c"/>
1413 <component Cgroup="Timers" condition="FreeRTOS Timers">
1414 <description>Timer API</description>
1416 #define RTE_RTOS_FreeRTOS_TIMERS /* RTOS FreeRTOS Timers */
1419 <file category="header" name="Source/include/timers.h"/>
1420 <file category="source" name="Source/timers.c"/>
1424 <component Cgroup="TrustZone" condition="FreeRTOS TrustZone">
1425 <description>TrustZone Secure Context API</description>
1427 #define RTE_RTOS_FreeRTOS_TZ
1430 <file category="header" attr="config" name="CMSIS/RTOS2/FreeRTOS/Config/TrustZone/FreeRTOSConfig.h" version="10.2.0"/>
1432 <file category="header" condition="CM23_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM23/secure/secure_port_macros.h"/>
1433 <file category="include" condition="CM23_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM23/secure/"/>
1434 <file category="source" condition="CM23_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM23/secure/secure_context.c"/>
1435 <file category="source" condition="CM23_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM23/secure/secure_context_port.c"/>
1436 <file category="source" condition="CM23_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM23/secure/secure_heap.c"/>
1437 <file category="source" condition="CM23_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM23/secure/secure_init.c"/>
1438 <file category="header" condition="CM33_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM33/secure/secure_port_macros.h"/>
1439 <file category="include" condition="CM33_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM33/secure/"/>
1440 <file category="source" condition="CM33_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM33/secure/secure_context.c"/>
1441 <file category="source" condition="CM33_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM33/secure/secure_context_port.c"/>
1442 <file category="source" condition="CM33_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM33/secure/secure_heap.c"/>
1443 <file category="source" condition="CM33_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM33/secure/secure_init.c"/>
1444 <file category="header" condition="CM35P_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM35P/secure/secure_port_macros.h"/>
1445 <file category="include" condition="CM35P_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM35P/secure/"/>
1446 <file category="source" condition="CM35P_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM35P/secure/secure_context.c"/>
1447 <file category="source" condition="CM35P_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM35P/secure/secure_context_port.c"/>
1448 <file category="source" condition="CM35P_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM35P/secure/secure_heap.c"/>
1449 <file category="source" condition="CM35P_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM35P/secure/secure_init.c"/>
1450 <file category="header" condition="CM55_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM55/secure/secure_port_macros.h"/>
1451 <file category="include" condition="CM55_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM55/secure/"/>
1452 <file category="source" condition="CM55_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM55/secure/secure_context.c"/>
1453 <file category="source" condition="CM55_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM55/secure/secure_context_port.c"/>
1454 <file category="source" condition="CM55_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM55/secure/secure_heap.c"/>
1455 <file category="source" condition="CM55_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM55/secure/secure_init.c"/>
1456 <file category="header" condition="CM85_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM85/secure/secure_port_macros.h"/>
1457 <file category="include" condition="CM85_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM85/secure/"/>
1458 <file category="source" condition="CM85_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM85/secure/secure_context.c"/>
1459 <file category="source" condition="CM85_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM85/secure/secure_context_port.c"/>
1460 <file category="source" condition="CM85_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM85/secure/secure_heap.c"/>
1461 <file category="source" condition="CM85_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM85/secure/secure_init.c"/>
1463 <file category="header" condition="CM23_TZ_GCC" name="Source/portable/GCC/ARM_CM23/secure/secure_port_macros.h"/>
1464 <file category="include" condition="CM23_TZ_GCC" name="Source/portable/GCC/ARM_CM23/secure/"/>
1465 <file category="source" condition="CM23_TZ_GCC" name="Source/portable/GCC/ARM_CM23/secure/secure_context.c"/>
1466 <file category="source" condition="CM23_TZ_GCC" name="Source/portable/GCC/ARM_CM23/secure/secure_context_port.c"/>
1467 <file category="source" condition="CM23_TZ_GCC" name="Source/portable/GCC/ARM_CM23/secure/secure_heap.c"/>
1468 <file category="source" condition="CM23_TZ_GCC" name="Source/portable/GCC/ARM_CM23/secure/secure_init.c"/>
1469 <file category="header" condition="CM33_TZ_GCC" name="Source/portable/GCC/ARM_CM33/secure/secure_port_macros.h"/>
1470 <file category="include" condition="CM33_TZ_GCC" name="Source/portable/GCC/ARM_CM33/secure/"/>
1471 <file category="source" condition="CM33_TZ_GCC" name="Source/portable/GCC/ARM_CM33/secure/secure_context.c"/>
1472 <file category="source" condition="CM33_TZ_GCC" name="Source/portable/GCC/ARM_CM33/secure/secure_context_port.c"/>
1473 <file category="source" condition="CM33_TZ_GCC" name="Source/portable/GCC/ARM_CM33/secure/secure_heap.c"/>
1474 <file category="source" condition="CM33_TZ_GCC" name="Source/portable/GCC/ARM_CM33/secure/secure_init.c"/>
1475 <file category="header" condition="CM35P_TZ_GCC" name="Source/portable/GCC/ARM_CM35P/secure/secure_port_macros.h"/>
1476 <file category="include" condition="CM35P_TZ_GCC" name="Source/portable/GCC/ARM_CM35P/secure/"/>
1477 <file category="source" condition="CM35P_TZ_GCC" name="Source/portable/GCC/ARM_CM35P/secure/secure_context.c"/>
1478 <file category="source" condition="CM35P_TZ_GCC" name="Source/portable/GCC/ARM_CM35P/secure/secure_context_port.c"/>
1479 <file category="source" condition="CM35P_TZ_GCC" name="Source/portable/GCC/ARM_CM35P/secure/secure_heap.c"/>
1480 <file category="source" condition="CM35P_TZ_GCC" name="Source/portable/GCC/ARM_CM35P/secure/secure_init.c"/>
1481 <file category="header" condition="CM55_TZ_GCC" name="Source/portable/GCC/ARM_CM55/secure/secure_port_macros.h"/>
1482 <file category="include" condition="CM55_TZ_GCC" name="Source/portable/GCC/ARM_CM55/secure/"/>
1483 <file category="source" condition="CM55_TZ_GCC" name="Source/portable/GCC/ARM_CM55/secure/secure_context.c"/>
1484 <file category="source" condition="CM55_TZ_GCC" name="Source/portable/GCC/ARM_CM55/secure/secure_context_port.c"/>
1485 <file category="source" condition="CM55_TZ_GCC" name="Source/portable/GCC/ARM_CM55/secure/secure_heap.c"/>
1486 <file category="source" condition="CM55_TZ_GCC" name="Source/portable/GCC/ARM_CM55/secure/secure_init.c"/>
1487 <file category="header" condition="CM85_TZ_GCC" name="Source/portable/GCC/ARM_CM85/secure/secure_port_macros.h"/>
1488 <file category="include" condition="CM85_TZ_GCC" name="Source/portable/GCC/ARM_CM85/secure/"/>
1489 <file category="source" condition="CM85_TZ_GCC" name="Source/portable/GCC/ARM_CM85/secure/secure_context.c"/>
1490 <file category="source" condition="CM85_TZ_GCC" name="Source/portable/GCC/ARM_CM85/secure/secure_context_port.c"/>
1491 <file category="source" condition="CM85_TZ_GCC" name="Source/portable/GCC/ARM_CM85/secure/secure_heap.c"/>
1492 <file category="source" condition="CM85_TZ_GCC" name="Source/portable/GCC/ARM_CM85/secure/secure_init.c"/>
1494 <file category="header" condition="CM23_TZ_IAR" name="Source/portable/IAR/ARM_CM23/secure/secure_port_macros.h"/>
1495 <file category="include" condition="CM23_TZ_IAR" name="Source/portable/IAR/ARM_CM23/secure/"/>
1496 <file category="source" condition="CM23_TZ_IAR" name="Source/portable/IAR/ARM_CM23/secure/secure_context.c"/>
1497 <file category="sourceAsm" condition="CM23_TZ_IAR" name="Source/portable/IAR/ARM_CM23/secure/secure_context_port_asm.s"/>
1498 <file category="source" condition="CM23_TZ_IAR" name="Source/portable/IAR/ARM_CM23/secure/secure_heap.c"/>
1499 <file category="source" condition="CM23_TZ_IAR" name="Source/portable/IAR/ARM_CM23/secure/secure_init.c"/>
1500 <file category="header" condition="CM33_TZ_IAR" name="Source/portable/IAR/ARM_CM33/secure/secure_port_macros.h"/>
1501 <file category="include" condition="CM33_TZ_IAR" name="Source/portable/IAR/ARM_CM33/secure/"/>
1502 <file category="source" condition="CM33_TZ_IAR" name="Source/portable/IAR/ARM_CM33/secure/secure_context.c"/>
1503 <file category="sourceAsm" condition="CM33_TZ_IAR" name="Source/portable/IAR/ARM_CM33/secure/secure_context_port_asm.s"/>
1504 <file category="source" condition="CM33_TZ_IAR" name="Source/portable/IAR/ARM_CM33/secure/secure_heap.c"/>
1505 <file category="source" condition="CM33_TZ_IAR" name="Source/portable/IAR/ARM_CM33/secure/secure_init.c"/>
1506 <file category="header" condition="CM35P_TZ_IAR" name="Source/portable/IAR/ARM_CM35P/secure/secure_port_macros.h"/>
1507 <file category="include" condition="CM35P_TZ_IAR" name="Source/portable/IAR/ARM_CM35P/secure/"/>
1508 <file category="source" condition="CM35P_TZ_IAR" name="Source/portable/IAR/ARM_CM35P/secure/secure_context.c"/>
1509 <file category="sourceAsm" condition="CM35P_TZ_IAR" name="Source/portable/IAR/ARM_CM35P/secure/secure_context_port_asm.s"/>
1510 <file category="source" condition="CM35P_TZ_IAR" name="Source/portable/IAR/ARM_CM35P/secure/secure_heap.c"/>
1511 <file category="source" condition="CM35P_TZ_IAR" name="Source/portable/IAR/ARM_CM35P/secure/secure_init.c"/>
1512 <file category="header" condition="CM55_TZ_IAR" name="Source/portable/IAR/ARM_CM55/secure/secure_port_macros.h"/>
1513 <file category="include" condition="CM55_TZ_IAR" name="Source/portable/IAR/ARM_CM55/secure/"/>
1514 <file category="source" condition="CM55_TZ_IAR" name="Source/portable/IAR/ARM_CM55/secure/secure_context.c"/>
1515 <file category="sourceAsm" condition="CM55_TZ_IAR" name="Source/portable/IAR/ARM_CM55/secure/secure_context_port_asm.s"/>
1516 <file category="source" condition="CM55_TZ_IAR" name="Source/portable/IAR/ARM_CM55/secure/secure_heap.c"/>
1517 <file category="source" condition="CM55_TZ_IAR" name="Source/portable/IAR/ARM_CM55/secure/secure_init.c"/>
1518 <file category="header" condition="CM85_TZ_IAR" name="Source/portable/IAR/ARM_CM85/secure/secure_port_macros.h"/>
1519 <file category="include" condition="CM85_TZ_IAR" name="Source/portable/IAR/ARM_CM85/secure/"/>
1520 <file category="source" condition="CM85_TZ_IAR" name="Source/portable/IAR/ARM_CM85/secure/secure_context.c"/>
1521 <file category="sourceAsm" condition="CM85_TZ_IAR" name="Source/portable/IAR/ARM_CM85/secure/secure_context_port_asm.s"/>
1522 <file category="source" condition="CM85_TZ_IAR" name="Source/portable/IAR/ARM_CM85/secure/secure_heap.c"/>
1523 <file category="source" condition="CM85_TZ_IAR" name="Source/portable/IAR/ARM_CM85/secure/secure_init.c"/>
1530 <example name="Hello World" folder="CMSIS/RTOS2/FreeRTOS/Examples" doc="./App/Hello/README.md">
1531 <description>Hello World example using FreeRTOS and CMSIS-RTOS2 for Arm Virtual Hardware</description>
1532 <board name="uVision Simulator" vendor="Keil"/>
1534 <environment name="csolution" load="Examples.csolution.yml"/>
1537 <component Cclass="CMSIS" Cgroup="CORE"/>
1538 <component Cclass="CMSIS" Cgroup="RTOS2"/>
1539 <category>Getting Started</category>
1543 <example name="TrustZone for ARMv8-M" folder="CMSIS/RTOS2/FreeRTOS/Examples" doc="./App/TrustZone/README.md">
1544 <description>CMSIS-RTOS2 example with secure/non-secure thread context management using FreeRTOS for Arm Virtual Hardware</description>
1545 <board name="uVision Simulator" vendor="Keil"/>
1547 <environment name="csolution" load="Examples.csolution.yml"/>
1550 <component Cclass="CMSIS" Cgroup="CORE"/>
1551 <component Cclass="CMSIS" Cgroup="RTOS2"/>
1552 <category>Getting Started</category>