KleOS
KleOS brings together Arduino, FreeRTOS and Arduino-mk to you.
....
---
KleOS project is here to help you create real time applications for the Arduino platform.
* Arduino. Your preferred electronics platform.
* FreeRTOS. The real time operating system for embedded systems.
* Arduino-mk. The tool to compile your Arduino projects from the command line.
Arduino is the opposite to real time; however, so many real world applications need to react to internal and external events in real time, e.g. as fast as possible, even seizing the CPU from the code that is currently executing. FreeRTOS is the glorious tool behind getting such behaviour.
...