nuttx/Documentation/NuttX.html
patacongo ff0207cf9a Updated docs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@19 42af7a65-404d-4744-a932-0658087f49c3
2007-02-22 01:50:30 +00:00

38 lines
882 B
HTML

<html>
<head>
<title>NuttX</title>
</head>
<body background="backgd.gif">
<hr>
<hr>
<center><h1><i>Under Construction</i></h1></center>
<hr>
<hr>
<h1>Overview</h1>
<p>
Nuttx is a real timed embedded operating system (RTOS).
Its goals are:
<p>
<ol>
<li>A very small footprint usable in all but the tightest micro-controller environments,</li>
<li>Fully scalable from tiny (8-bit) to moderate embedded (32-bit),</li>
<li>High degree of standards compliance.</li>
<li>Totally open.</li>
</ol>
<h1>Supported Platforms</h1>
<li>x86 Linux Simulation. Fully functional.</li>
<li>ARM7 (TI C5471). In progress -- my board is dead at the moment</li>
<li>8051. In progress</li>
<li>Freescale M68. Next in the queue</li>
<h1>Other Documentation</h1>
<li><a href="NuttxUserGuide.html">User Guide</li>
<li><a href="NuttxPortingGuide.html">Porting Guide</li>
</body>
</html>