]> begriffs open source - freertos/commit
Force the SysTick clock bit to be set in Cortex-M3 and Cortex-M4F bits if configSYSTI...
authorRichard Barry <ribarry@amazon.com>
Sun, 15 Dec 2013 10:27:37 +0000 (10:27 +0000)
committerRichard Barry <ribarry@amazon.com>
Sun, 15 Dec 2013 10:27:37 +0000 (10:27 +0000)
commit4b2f9dad42eb2a28035e66dba7af9ffa71ad2c43
tree66a53fdd18c38be43b868f328bbc6eeb30820c23
parent040a7c02df758ad3ab727cc469c025458ecfd160
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.
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