Cortex M0+ tickless support

rtel wrote on Tuesday, March 04, 2014:

I’ve just compared version 7.5.2 of Source/Portable/GCC/ARM_CM0/port.c with version 8 of the same file and, while there have been many improvements between the two versions, I cannot see the change you are commenting on. The CM0 port never had built in tickless support, although (as per the thread above) it should be simple enough to add in (probably just by copying the functions out of the CM3/CM4 port layer).

Is your post related to the official FreeRTOS distribution or to Erich’s slightly modified version?

Regards.