DuinOS

Hello Arduino Team,

Not sure this is the place to post .

I came across this RTOS by name DuinOS and it seems to be compatible with most of the Arduino Boards . has anyone tried on the ARDUINO DUE board ?.

Is the RTOS compatible with ARDUINO DUE ?

Thanks.

DuinoOS is really FreeRTOS for Arduino AVR boards. I don't think there is a version for ARM and I believe DuinOS for AVR is based on an old version of FreeRTOS.

I have configured the latest version of FreeRTOS for AVR and ARM Arduino. It is located here FreeRTOSBeta20121215.zip Google Code Archive - Long-term storage for Google Code Project Hosting..

I will be posting an update in a few days with the 16 examples from the book "Using the FreeRTOS Real Time Kernel - a Practical Guide". The examples run as Arduino sketches.

I also will include four other examples.