]> begriffs open source - freertos/commit
Use configSYSTICK_CLOCK_HZ to configure SysTick (#103)
authorGaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Fri, 24 Jul 2020 16:45:42 +0000 (09:45 -0700)
committerGitHub <noreply@github.com>
Fri, 24 Jul 2020 16:45:42 +0000 (09:45 -0700)
commit676d99e302e75342a0645232eef16ed536c98434
treeefe34c5df6e22a75e23c998b6ce45eb021676162
parent7dd6b760119a3463e8f109ae69717ae6415033c2
Use configSYSTICK_CLOCK_HZ to configure SysTick (#103)

configSYSTICK_CLOCK_HZ should be used to configure SysTick to support
the use case when the clock for SysTick timer is scaled from the main
CPU clock.

configSYSTICK_CLOCK_HZ is defined to configCPU_CLOCK_HZ when it is not
defined in FreeRTOSConfig.h.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
portable/ARMv8M/non_secure/port.c
portable/GCC/ARM_CM23/non_secure/port.c
portable/GCC/ARM_CM23_NTZ/non_secure/port.c
portable/GCC/ARM_CM33/non_secure/port.c
portable/GCC/ARM_CM33_NTZ/non_secure/port.c
portable/IAR/ARM_CM23/non_secure/port.c
portable/IAR/ARM_CM23_NTZ/non_secure/port.c
portable/IAR/ARM_CM33/non_secure/port.c
portable/IAR/ARM_CM33_NTZ/non_secure/port.c