]> git.sur5r.net Git - freertos/commit - FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
Introduce the prvTaskExitError() function for all ARM_CMn ports.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 8 Oct 2013 11:30:40 +0000 (11:30 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 8 Oct 2013 11:30:40 +0000 (11:30 +0000)
commitfb561a0a4a30f530d549ae0c619ff8fa59d06ed4
tree07930a031ca5222d4eb28b62130bf215b62649ea
parent7119fa15944b6ddb84ee58dcf78c01b889047943
Introduce the prvTaskExitError() function for all ARM_CMn ports.
Introduce the configTASK_RETURN_ADDRESS macro for the GCC ARM_CMn ports.
Improve time slippage penalty when entering tickless mode is abandoned.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2056 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
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_CM3/port.c
FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s
FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c