]> begriffs open source - freertos/commit
Add configCLEAR_TICK_INTERRUPT() to the IAR and RVDS Cortex-A9 ports.
authorRichard Barry <ribarry@amazon.com>
Tue, 4 Feb 2014 17:02:52 +0000 (17:02 +0000)
committerRichard Barry <ribarry@amazon.com>
Tue, 4 Feb 2014 17:02:52 +0000 (17:02 +0000)
commitd12ec141606ca2118f0e5749ef1f00dbc27b9181
tree6e1ad74d207213788de4b23d6e7b786ba6e4797b
parent9a8da3ff3841d258eccd7333ece1bbfc6dfdfb9e
Add configCLEAR_TICK_INTERRUPT() to the IAR and RVDS Cortex-A9 ports.
Replace LDMFD with POP instructions in IAR and RVDS Cortex-A9 ports.
Replace branch to address with indirect branch and exchange to address in register in the IAR and RVDS Cortex-A9 ports.
FreeRTOS/Source/include/list.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/portable/IAR/ARM_CA9/port.c
FreeRTOS/Source/portable/IAR/ARM_CA9/portASM.h
FreeRTOS/Source/portable/IAR/ARM_CA9/portASM.s
FreeRTOS/Source/portable/RVDS/ARM_CA9/port.c
FreeRTOS/Source/portable/RVDS/ARM_CA9/portASM.s
FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.inc
FreeRTOS/Source/tasks.c