xinu-avr is a Xinu operating system subset, modified to run on an AVR atmega328p microcontroller. At present, the core pieces of Xinu are working,
and thus intended to be integrated in the development of multi tasking embedded systems (you will also need any bare AVR MCU, or Arduino board, of course).
The source code is comprise of ([xinu-avr git](http://github.com/zrafa/xinu-avr)):
The source code is comprise of:
1. The **Xinu OS** for AVR atmega328p (microkernel)
<p>xinu-avr is a Xinu operating system subset, modified to run on an AVR atmega328p microcontroller. At present, the core pieces of Xinu are working,
and thus intended to be integrated in the development of multi tasking embedded systems (you will also need any bare AVR MCU, or Arduino board, of course).</p>
<p>The source code is comprise of (<ahref="http://github.com/zrafa/xinu-avr">xinu-avr git</a>):</p>
<p>The source code is comprise of:</p>
<ol>
<li>The <strong>Xinu OS</strong> for AVR atmega328p (microkernel)</li>
<li>Basic examples (<strong>apps</strong>) of how to use Xinu</li>