|
704 | 704 | <description>Requirements for FreeRTOS Core for Cortex-A</description> |
705 | 705 | <require condition="FreeRTOS Port Cortex-A"/> |
706 | 706 |
|
707 | | - <require Cclass="Device" Cgroup="Startup"/> |
708 | 707 | <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Config"/> |
709 | 708 | <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Heap"/> |
710 | 709 | </condition> |
|
713 | 712 | <description>Requirements for FreeRTOS Core for Cortex-M</description> |
714 | 713 | <require condition="FreeRTOS Port Cortex-M"/> |
715 | 714 |
|
716 | | - <require Cclass="Device" Cgroup="Startup"/> |
717 | 715 | <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Config"/> |
718 | 716 | <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Heap"/> |
719 | 717 | </condition> |
|
722 | 720 | <description>Requirements for FreeRTOS Core with MPU support for Cortex-M v6 and v7</description> |
723 | 721 | <require condition="FreeRTOS Port Cortex-M v6_v7 MPU"/> |
724 | 722 |
|
725 | | - <require Cclass="Device" Cgroup="Startup"/> |
726 | 723 | <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Config"/> |
727 | 724 | <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Heap"/> |
728 | 725 | <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Event Groups"/> |
|
734 | 731 | <description>Requirements for FreeRTOS Core with TrustZone support</description> |
735 | 732 | <require condition="FreeRTOS Port Cortex-M v8 TZ"/> |
736 | 733 |
|
737 | | - <require Cclass="Device" Cgroup="Startup"/> |
738 | 734 | <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Config"/> |
739 | 735 | <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Heap"/> |
740 | 736 | </condition> |
|
743 | 739 | <description>Requirements for FreeRTOS Core with TrustZone and MPU support</description> |
744 | 740 | <require condition="FreeRTOS Port Cortex-M v8 TZ"/> |
745 | 741 |
|
746 | | - <require Cclass="Device" Cgroup="Startup"/> |
747 | 742 | <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Config"/> |
748 | 743 | <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Heap"/> |
749 | 744 | <require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Event Groups"/> |
|
1540 | 1535 | <attributes> |
1541 | 1536 | <component Cclass="CMSIS" Cgroup="CORE"/> |
1542 | 1537 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
1543 | | - <component Cclass="Device" Cgroup="Startup"/> |
1544 | 1538 | <category>Getting Started</category> |
1545 | 1539 | </attributes> |
1546 | 1540 | </example> |
|
1554 | 1548 | <attributes> |
1555 | 1549 | <component Cclass="CMSIS" Cgroup="CORE"/> |
1556 | 1550 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
1557 | | - <component Cclass="Device" Cgroup="Startup"/> |
1558 | 1551 | <category>Getting Started</category> |
1559 | 1552 | </attributes> |
1560 | 1553 | </example> |
|
0 commit comments