Revision 660686830 of "DuinOS" on enwiki

{{multiple issues|
{{orphan|date=January 2012}}
{{Primary sources|date=November 2010}}
}}

{{Infobox OS
| name                   = DuinOS
| logo                   =
| screenshot             =
| caption                =
| developer              =
 Julián U. da Silva Gillig
| source_model           = [[Open source]]
| kernel_type            = [[Microkernel]]
| supported_platforms    = [[Atmel AVR]], [[AVR32]]
| ui                     =
| family                 = [[Real-time operating system]]s
| latest_release_version = Arduino 1.5.3+, FreeRTOS 1.5.2+
| latest_release_date    = September 30, 2013
| marketing_target       = [[Embedded devices]]
| programmed_in          =
| prog_language          =C
| language               =
| updatemodel            =
| package_manager        =
| working_state          = Current
| license                = Modified [[GNU General Public License|GPL]]
| website                = {{URL|github.com/DuinOS}}
<!--http://www.robotgroup.com.ar/duinos/wiki {{dead link|date=September 2013}}-->
}}

'''DuinOS''' is a [[real-time operating system]] with a [[preemption (computing)|preemptive]] [[Computer multitasking|multitasking system]] for [[Arduino]] and [[Atmel AVR]] based boards. It is developed by RobotGroup. It is based on a robust kernel that is [[FreeRTOS]] and that is fully [[open source]]. This system can plug in the [[Arduino]]'s [[integrated development environment]] (IDE).

==Supported Processors==
This is a list of Supported AVR Microcontollers for DuinOS:
* ATmega168
* ATMega328
* ATMega644
* ATMega1280
* ATMega1284

== Changelog ==

* 0.1.0 Alpha / 2009.11.02
- Arduino IDE updated to version 0017 (?) <br />
- FreeRTOS updated to version 5.4.2 <br />
- Add example MoreComplexBlinking (Blinks two LEDs)

* 0.2.0 Alpha / 2010.06.30
- Arduino IDE updated to version 0018 <br />
- FreeRTOS updated to version 6.0.5 <br />
- Add new example MoreComplexBlinkingAndSound (Blinks two LEDs and play sound)

== See also ==

* [[Arduino]]
* [[FreeRTOS]]
* [[Comparison of open-source operating systems]]

== External links ==
*{{Official website|github.com/duinos}} new repository, with related projects
*[http://www.robotgroup.com.ar/duinos/wiki DuinOS] {{dead link|date=September 2013}}
*[http://www.multiplo.org/ Newest product from same company, including the DuinOS]
*[http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1256745982 Arduino English Forum discussion thread]
*[http://code.google.com/p/duinos/ Duinos Source code repository at Google code]
*[http://www.freertos.org FreeRTOS.org]
*[http://sourceforge.net/projects/avrfreertos/ AVRfreeRTOS freeRTOS for AVR and Arduino devices]

{{Real-time operating systems}}

{{DEFAULTSORT:Duinos}}
[[Category:Real-time operating systems]]
[[Category:Embedded operating systems]]
[[Category:Free software operating systems]]
[[Category:Microkernel-based operating systems]]


{{operating-system-stub}}