]> begriffs open source - freertos/commit
Update Cortex-M3 and Cortex-M4F ports to allow the SysTick to be clocked at a differe...
authorRichard Barry <ribarry@amazon.com>
Thu, 12 Dec 2013 14:07:20 +0000 (14:07 +0000)
committerRichard Barry <ribarry@amazon.com>
Thu, 12 Dec 2013 14:07:20 +0000 (14:07 +0000)
commit0d1e12522b1a6cb5697771da0324a5d101d6768d
treebdd7bb97719253d92e9bb3dfdf88f6c98fd4efea
parent6b3393b4b65fa5a18003992d2de768266404b085
Update Cortex-M3 and Cortex-M4F ports to allow the SysTick to be clocked at a different speed than the system clock (as is done in the recent STM32L demo. ).
Add additional asserts and isb instructions into the Cortex-M3 and Cortex-M4F ports.
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_CM3/portasm.s
FreeRTOS/Source/portable/IAR/ARM_CM4F/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
FreeRTOS/Source/portable/Tasking/ARM_CM4F/port_asm.asm
FreeRTOS/Source/timers.c