Skip to content

Commit 69cc61c

Browse files
committed
Patch Cortex-M0 port for ArmClang
1 parent 2d423f4 commit 69cc61c

3 files changed

Lines changed: 857 additions & 3 deletions

File tree

ARM.CMSIS-FreeRTOS.pdsc

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

906-
<file category="include" condition="CM0_ARMCC6" name="Source/portable/GCC/ARM_CM0/"/>
907-
<file category="source" condition="CM0_ARMCC6" name="Source/portable/GCC/ARM_CM0/port.c"/>
908-
<file category="source" condition="CM0_ARMCC6" name="Source/portable/GCC/ARM_CM0/portasm.c"/>
906+
<file category="include" condition="CM0_ARMCC6" name="Source/portable/GCC/ARM_CM0_AC6/"/>
907+
<file category="source" condition="CM0_ARMCC6" name="Source/portable/GCC/ARM_CM0_AC6/port.c"/>
909908
<file category="include" condition="CM3_ARMCC6" name="Source/portable/GCC/ARM_CM3/"/>
910909
<file category="source" condition="CM3_ARMCC6" name="Source/portable/GCC/ARM_CM3/port.c"/>
911910
<file category="include" condition="CM4_ARMCC6" name="Source/portable/GCC/ARM_CM3/"/>

0 commit comments

Comments
 (0)