Skip to content

Commit

Permalink
CMSIS-RTOS2 requires CMSIS:OS Tick component
Browse files Browse the repository at this point in the history
- OS Tick implementations can be found in CMSIS_6 repository (RTOS2/Source)
  see https://github.com/ARM-software/CMSIS_6/tree/main/CMSIS/RTOS2/Source
  • Loading branch information
VladimirUmek committed Mar 8, 2024
1 parent 4c2983f commit 4978068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 119 deletions.
5 changes: 2 additions & 3 deletions ARM.CMSIS-FreeRTOS.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,7 @@
<description>Components required for CMSIS RTOS2 API on top of FreeRTOS for Cortex-M</description>
<require condition="FreeRTOS Port Cortex-M"/>

<require Cclass="CMSIS" Cgroup="OS Tick"/>
<require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Config" Cvariant="CMSIS RTOS2"/>
<require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Core"/>
<require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Event Groups"/>
Expand All @@ -917,8 +918,8 @@
<description>Components required for CMSIS RTOS2 API on top of FreeRTOS for Cortex-A</description>
<require condition="FreeRTOS Port Cortex-A"/>

<require Cclass="CMSIS" Cgroup="OS Tick"/>
<require Cclass="Device" Cgroup="IRQ Controller"/>
<require Cclass="Device" Cgroup="OS Tick"/>
<require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Config" Cvariant="CMSIS RTOS2"/>
<require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Core"/>
<require Cclass="RTOS" Cbundle="FreeRTOS" Cgroup="Event Groups"/>
Expand Down Expand Up @@ -954,8 +955,6 @@
<file category="source" name="CMSIS/RTOS2/FreeRTOS/Source/cmsis_os2.c"/>
<file category="source" name="CMSIS/RTOS2/FreeRTOS/Source/ARM/clib_arm.c" condition="ARMCC"/>
<file category="source" name="CMSIS/RTOS2/FreeRTOS/Source/ARM/clib_arm.c" condition="ARMCC6"/>

<file category="source" name="CMSIS/RTOS2/FreeRTOS/Source/os_systick.c"/>
</files>
</component>

Expand Down
116 changes: 0 additions & 116 deletions CMSIS/RTOS2/FreeRTOS/Source/os_systick.c

This file was deleted.

0 comments on commit 4978068

Please sign in to comment.