]> begriffs open source - freertos/commit
Introduce the prvTaskExitError() function for all ARM_CMn ports.
authorRichard Barry <ribarry@amazon.com>
Tue, 8 Oct 2013 11:30:40 +0000 (11:30 +0000)
committerRichard Barry <ribarry@amazon.com>
Tue, 8 Oct 2013 11:30:40 +0000 (11:30 +0000)
commitaedf7824cb023a59cfae316f9ccdaf1d176db73e
tree07930a031ca5222d4eb28b62130bf215b62649ea
parent81e141ad86505f0d78e6cdbd6ceea7f742a30a62
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.
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