Browse Source

web

pull/1/head
Rafael Zurita 6 years ago
parent
commit
fae14d8365
  1. 2
      README.md
  2. 5
      index.html
  3. 38
      www/w1.html

2
README.md

@ -4,7 +4,7 @@
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)
2. Basic examples (**apps**) of how to use Xinu

5
index.html

@ -22,9 +22,8 @@
<h4>
[<a href="https://se.fi.uncoma.edu.ar/xinu-avr/index.html#code">code for download</a>]
[<a href="http://se.fi.uncoma.edu.ar/xinu-avr/index.html#whatisxinu">What is Xinu?</a>]
[<a href="https://se.fi.uncoma.edu.ar/xinu-avr/index.html#code">source code</a>]
[<a href="https://se.fi.uncoma.edu.ar/xinu-avr/index.html#code">code for download</a>]
[<a href="https://se.fi.uncoma.edu.ar/xinu-avr/index.html#douglas">Douglas Comer</a>]
[<a href="https://se.fi.uncoma.edu.ar/xinu-avr/index.html#lab">getting started</a>]
[<a href="mailto:rafa@fi.uncoma.edu.ar">contact us</a>]
@ -41,7 +40,7 @@
<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. 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 (<a href="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>

38
www/w1.html

@ -1,39 +1,31 @@
<!-- saved from url=(0027)https://xinu.cs.purdue.edu/ -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>xinu-avr: The Xinu OS for AVR atmega328p</title>
<link rel="stylesheet" type="text/css" href="./www/files/mainpage.css">
<script language="JavaScript" type="text/javascript">
</script>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<title>xinu-avr: The Xinu OS for AVR atmega328p</title>
<!--link rel="stylesheet" type="text/css" href="./www/files/mainpage.css"-->
<link rel="stylesheet" media="(orientation: portrait)" href="./www/files/page_p.css">
<link rel="stylesheet" media="(orientation: landscape)" href="./www/files/page_l.css">
<script language="JavaScript" type="text/javascript">
</script>
</head>
<body>
<style>
@media (max-width: 540px) {
body {
/*font-size:18px !important; */
font-size:20pt !important;
}
}
</style>
<!--center>
<img src="./www/files/xinu_web_page_heading.jpeg">
</center-->
<h2><strong>xinu-avr</strong>: Xinu OS for AVR atmega328p devices (e.g. Arduino)</h2>
<h2><strong>xinu-avr</strong>: the Xinu OS for AVR atmega328p devices (e.g. Arduino)</h2>
<center>
<h4>
[<a href="https://se.fi.uncoma.edu.ar/xinu-avr/index.html#description">description</a>]
[<a href="http://se.fi.uncoma.edu.ar/index.html#whatisxinu">What is Xinu?</a>]
[<a href="https://se.fi.uncoma.edu.ar/index.html#lab">getting started</a>]
[<a href="https://se.fi.uncoma.edu.ar/index.html#experimenting">experimenting with xinu</a>]
[<a href="https://se.fi.uncoma.edu.ar/index.html#code">code for download</a>]
[<a href="https://se.fi.uncoma.edu.ar/index.html#universities">xinu in universities</a>]
[<a href="http://se.fi.uncoma.edu.ar/xinu-avr/index.html#whatisxinu">What is Xinu?</a>]
[<a href="https://se.fi.uncoma.edu.ar/xinu-avr/index.html#code">code for download</a>]
[<a href="https://se.fi.uncoma.edu.ar/xinu-avr/index.html#douglas">Douglas Comer</a>]
[<a href="https://se.fi.uncoma.edu.ar/xinu-avr/index.html#lab">getting started</a>]
[<a href="mailto:rafa@fi.uncoma.edu.ar">contact us</a>]
</h4>
</center>

Loading…
Cancel
Save