FreeRTOS-Kernel/FreeRTOS/Source/portable/RVDS/ARM_CM0
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