]> begriffs open source - freertos/commit
Ensure the definition of prvTaskExitError()does not result in a compiler warning...
authorRichard Barry <ribarry@amazon.com>
Thu, 7 Nov 2013 16:43:54 +0000 (16:43 +0000)
committerRichard Barry <ribarry@amazon.com>
Thu, 7 Nov 2013 16:43:54 +0000 (16:43 +0000)
commitb181a3af9948d4c570df053cd8fc1c469e573ab7
tree77ea1efba893308a06efe058274bb0512152a6b8
parent20eb03ed7d43dae65192dd493295e636fd45ad81
Ensure the definition of prvTaskExitError()does not result in a compiler warning in ports where its use can be overridden (GCC Cortex-M ports).
Remove duplicate save/restore of r14 in Cortex-M4F ports.
FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s
FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
FreeRTOS/Source/portable/Tasking/ARM_CM4F/port_asm.asm