RTOS2: Added Blinky and MsgQueue examples for IAR
This is a strainght port of the corresponding ARM examples.
The projects are setup to run on the simulator and teh default is an M3
target, but that can easily been changed after the example has been
imported.
The projects has been setup to use a simulated SysTick interrupt and the
thread viewer plugin.
Signed-off-by: TTornblom <thomas.tornblom@iar.com>
diff --git a/ARM.CMSIS.pdsc b/ARM.CMSIS.pdsc
index 341d90d..f8ef4ee 100644
--- a/ARM.CMSIS.pdsc
+++ b/ARM.CMSIS.pdsc
@@ -4369,6 +4369,34 @@
</attributes>
</example>
+ <example name="CMSIS-RTOS2 Blinky" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples_IAR/Blinky">
+ <description>CMSIS-RTOS2 Blinky example</description>
+ <board name="EWARM Simulator" vendor="iar"/>
+ <project>
+ <environment name="iar" load="Blinky/Blinky.ewp"/>
+ </project>
+ <attributes>
+ <component Cclass="CMSIS" Cgroup="CORE"/>
+ <component Cclass="CMSIS" Cgroup="RTOS2"/>
+ <component Cclass="Device" Cgroup="Startup"/>
+ <category>Getting Started</category>
+ </attributes>
+ </example>
+
+ <example name="CMSIS-RTOS2 RTX5 Message Queue" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples_IAR/MsgQueue">
+ <description>CMSIS-RTOS2 Message Queue Example</description>
+ <board name="EWARM Simulator" vendor="iar"/>
+ <project>
+ <environment name="iar" load="MsgQueue/MsgQueue.ewp"/>
+ </project>
+ <attributes>
+ <component Cclass="CMSIS" Cgroup="CORE"/>
+ <component Cclass="CMSIS" Cgroup="RTOS2"/>
+ <component Cclass="Device" Cgroup="Startup"/>
+ <category>Getting Started</category>
+ </attributes>
+ </example>
+
</examples>
</package>