]> begriffs open source - freertos/commit
Re-jig some of the new functions to correctly assign them public or private linkage...
authorRichard Barry <ribarry@amazon.com>
Mon, 22 Oct 2012 16:40:45 +0000 (16:40 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 22 Oct 2012 16:40:45 +0000 (16:40 +0000)
commitf5c52bdb1d48a42cef3a00e9c18301082ab86257
treeb96107f2f50b37d17cfc67620a30b71d219bfd90
parentf06a94544425a6130d9742d80b23133ace2b5707
Re-jig some of the new functions to correctly assign them public or private linkage, and remove some functions that were added in but never used.
16 files changed:
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portASM.asm
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/portmacro.h
FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h
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