]> git.sur5r.net Git - freertos/commit
Rename ARM_CAx_No_GIC ARM_CA5_No_GIC and add FreeRTOSConfig setting to specify the...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 12 Jul 2014 20:39:22 +0000 (20:39 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 12 Jul 2014 20:39:22 +0000 (20:39 +0000)
commitdef85bceba26725dc3840cdd63d33ec19823dd25
treebe71ef0417e6bcc2695d630e670881f1cb024e07
parent9033f130e2b0eae0824550a26587384395793a71
Rename ARM_CAx_No_GIC ARM_CA5_No_GIC and add FreeRTOSConfig setting to specify the number of registers in the FPU unit.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2275 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/port.c [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portASM.h [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portASM.s [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portmacro.h [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CAx_No_GIC/port.c [deleted file]
FreeRTOS/Source/portable/IAR/ARM_CAx_No_GIC/portASM.h [deleted file]
FreeRTOS/Source/portable/IAR/ARM_CAx_No_GIC/portASM.s [deleted file]
FreeRTOS/Source/portable/IAR/ARM_CAx_No_GIC/portmacro.h [deleted file]