summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
new file mode 100644
index 000000000..4487471b9
--- /dev/null
+++ b/nuttx/Documentation/NuttX.html
@@ -0,0 +1,37 @@
+<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>
+