]> git.sur5r.net Git - freertos/commit - FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
Add tickless idle support in Cortex-M ports.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 16 Oct 2012 07:55:40 +0000 (07:55 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 16 Oct 2012 07:55:40 +0000 (07:55 +0000)
commit07d92105bfcab648a269af097da5196738186a6d
treeecde52d7312d0fef441d02bf709d82604bacb1a7
parentaaf689d1a4a1e85f15c188be1817ed67c9afb0d3
Add tickless idle support in Cortex-M ports.
Change CCS R4 directory name.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1795 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
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