This website requires JavaScript.
Explore
Help
Sign In
len0rd
/
FreeRTOS-Kernel
Watch
1
Star
0
Fork
You've already forked FreeRTOS-Kernel
0
mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced
2025-04-21 22:11:57 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cfa83672ef
FreeRTOS-Kernel
/
FreeRTOS
/
Source
/
portable
/
GCC
/
ARM_CM0
History
Richard Barry
e292c67933
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.
2019-12-30 21:16:09 +00:00
..
port.c
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.
2019-12-30 21:16:09 +00:00
portmacro.h
Cortex M0 GCC/IAR/Keil ports -- tickless support.
2019-12-18 09:55:08 +00:00