]> begriffs open source - freertos/commit
Add tickless idle support in Cortex-M ports.
authorRichard Barry <ribarry@amazon.com>
Tue, 16 Oct 2012 07:55:40 +0000 (07:55 +0000)
committerRichard Barry <ribarry@amazon.com>
Tue, 16 Oct 2012 07:55:40 +0000 (07:55 +0000)
commite03ab659f36a648ffbbda04d318cb50d42ac3503
treeecde52d7312d0fef441d02bf709d82604bacb1a7
parent6ec4c7cecbbadcdb5f489227b3fa2a961bf4be1b
Add tickless idle support in Cortex-M ports.
Change CCS R4 directory name.
21 files changed:
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c [new file with mode: 0644]
FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portASM.asm [new file with mode: 0644]
FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s
FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h
FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s
FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h
FreeRTOS/Source/portable/MemMang/heap_1.c
FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h
FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h
FreeRTOS/Source/tasks.c