Bill Greiman
Well-known member
I have posted new versions of FreeRTOS libraries for Teensy 3.0, Due, and AVR as FreeRTOSBeta20121215.zip http://code.google.com/p/beta-lib/downloads/list.
FreeRTOS is extremely popular, the SourceForge site reports it has been downloaded about 100,000 times in the last year. It is easy to port and already runs on most microcontrollers.
Here is a nice study of FreeRTOS http://stiff.univ-brest.fr/~boukhobza/images/stories/Documents/Teachings/OSM/expo/FreeRTOS_Melot.pdf.
See the FreeRTOS website for more information www.freertos.org.
It is possible to disable preemption and run FreeRTOS as a cooperative scheduler.
FreeRTOS is extremely popular, the SourceForge site reports it has been downloaded about 100,000 times in the last year. It is easy to port and already runs on most microcontrollers.
Here is a nice study of FreeRTOS http://stiff.univ-brest.fr/~boukhobza/images/stories/Documents/Teachings/OSM/expo/FreeRTOS_Melot.pdf.
See the FreeRTOS website for more information www.freertos.org.
It is possible to disable preemption and run FreeRTOS as a cooperative scheduler.
Last edited: