]> git.sur5r.net Git - freertos/commit - FreeRTOS/Source/timers.c
Force the SysTick clock bit to be set in Cortex-M3 and Cortex-M4F bits if configSYSTI...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 15 Dec 2013 10:27:37 +0000 (10:27 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 15 Dec 2013 10:27:37 +0000 (10:27 +0000)
commit0ed9f20288711a2f38fac733bab950efd2dc9744
tree66a53fdd18c38be43b868f328bbc6eeb30820c23
parentc3b62eb53ace4d18851a5fb6edb572f260795581
Force the SysTick clock bit to be set in Cortex-M3 and Cortex-M4F bits if configSYSTICK_CLOCK_HZ is not defined, otherwise leave the bit as it is found as the SysTick may use a divided clock.

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