]> begriffs open source - freertos/commit
Replace the static prvSetupTimerInterrupt() function in the Cortex-M port layers...
authorRichard Barry <ribarry@amazon.com>
Mon, 30 Dec 2019 21:16:09 +0000 (21:16 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 30 Dec 2019 21:16:09 +0000 (21:16 +0000)
commite292c6793340ddede2700861316cf77eeb24a574
tree1f730e130b3bb1f9399a68904a6eac1c46f1f30d
parente23d638afd0b01f2ce73f9e8297b38a34922988a
Replace the static prvSetupTimerInterrupt() function in the Cortex-M port layers that still used it (other than MPU ports so far) with a weakly defined function call vPortSetupTimerInterrupt() - which allows application writers to override the function with one that uses a different clock.
FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
FreeRTOS/Source/portable/IAR/ARM_CM0/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM0/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/port.c