Browse Source

readme and web

pull/1/head
Rafael Zurita 6 years ago
parent
commit
1944a3280c
  1. 5
      README.md
  2. 5
      index.html

5
README.md

@ -1,9 +1,8 @@
<img style="float: right;" src="www/files/placa2.jpg">
xinu-avr is a Xinu operating system subset, modified to run on an AVR atmega328p microcontroller.
Thus, using the major pieces of Xinu from this repository
a multi tasking embedded system can be developed (you will also need
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 a multi tasking embedded system can be developed (you will also need
any bare AVR MCU, or Arduino board, of course).
The source code is comprise of:

5
index.html

@ -39,9 +39,8 @@
<h3>Introduction</h3>
<p><img style="float: right;" src="www/files/placa2.jpg"></p>
<p>xinu-avr is a Xinu operating system subset, modified to run on an AVR atmega328p microcontroller.
Thus, using the major pieces of Xinu from this repository
a multi tasking embedded system can be developed (you will also need
<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 a multi tasking embedded system can be developed (you will also need
any bare AVR MCU, or Arduino board, of course).</p>
<p>The source code is comprise of:</p>
<ol>

Loading…
Cancel
Save