Skip to content

Commit a74ee40

Browse files
committed
Revert patched Cortex-M0 port for ArmClang
1 parent 2809926 commit a74ee40

3 files changed

Lines changed: 3 additions & 857 deletions

File tree

ARM.CMSIS-FreeRTOS.pdsc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -898,8 +898,9 @@
898898
<file category="source" name="Source/queue.c"/>
899899
<file category="source" name="Source/tasks.c"/>
900900

901-
<file category="include" condition="CM0_ARMCC6" name="Source/portable/GCC/ARM_CM0_AC6/"/>
902-
<file category="source" condition="CM0_ARMCC6" name="Source/portable/GCC/ARM_CM0_AC6/port.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"/>
903904
<file category="include" condition="CM3_ARMCC6" name="Source/portable/GCC/ARM_CM3/"/>
904905
<file category="source" condition="CM3_ARMCC6" name="Source/portable/GCC/ARM_CM3/port.c"/>
905906
<file category="include" condition="CM4_ARMCC6" name="Source/portable/GCC/ARM_CM3/"/>

0 commit comments

Comments
 (0)