summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-02-22 01:50:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-02-22 01:50:30 +0000
commitf6b81a790c28d7d36d9de33810df5270c1ebbfd7 (patch)
treee0c9d3e634a6632202edc44480ef3fa922a01938 /nuttx
parentefc2cf23a849f7be1d65c4cdd7767f88917c46a7 (diff)
downloadpx4-nuttx-f6b81a790c28d7d36d9de33810df5270c1ebbfd7.tar.gz
px4-nuttx-f6b81a790c28d7d36d9de33810df5270c1ebbfd7.tar.bz2
px4-nuttx-f6b81a790c28d7d36d9de33810df5270c1ebbfd7.zip
Updated docs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@19 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/Documentation/NuttX.html37
-rw-r--r--nuttx/Documentation/NuttXBanner.html20
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html3
-rw-r--r--nuttx/Documentation/backgd.gifbin0 -> 1097 bytes
-rw-r--r--nuttx/Documentation/index.html14
5 files changed, 74 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>
+
diff --git a/nuttx/Documentation/NuttXBanner.html b/nuttx/Documentation/NuttXBanner.html
new file mode 100644
index 000000000..fa49d7db7
--- /dev/null
+++ b/nuttx/Documentation/NuttXBanner.html
@@ -0,0 +1,20 @@
+<html>
+<head>
+<title>XFLAT Banner</title>
+</head>
+<body background="backgd.gif">
+<table width="100%">
+ <tr>
+ <td width="210">
+ <a href="http://sourceforge.net/">
+ <img src="http://sflogo.sourceforge.net/sflogo.php?group_id=235&amp;type=5" width="210" height="62" border="0" alt="SourceForge"/>
+ </a>
+ </td>
+ <td>
+ <big><b>NuttX RTOS</b></big><br>
+ <a href="http://sourceforge.net/projects/nuttx" target="_top">Project</a><br>
+ <a href="http://nuttx.sourceforge.net" target="_top">Home</a>
+ </td>
+ </tr>
+</body>
+</html> \ No newline at end of file
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 576e2c86d..9898b7b1a 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -6,6 +6,9 @@
</head>
<body>
+<hr>
+<center><h1><i>Under Construction</i></h1></center>
+<hr>
<center>
<big><b>
<p>Nuttx Operating System</p>
diff --git a/nuttx/Documentation/backgd.gif b/nuttx/Documentation/backgd.gif
new file mode 100644
index 000000000..e81f153aa
--- /dev/null
+++ b/nuttx/Documentation/backgd.gif
Binary files differ
diff --git a/nuttx/Documentation/index.html b/nuttx/Documentation/index.html
new file mode 100644
index 000000000..8404c7f5f
--- /dev/null
+++ b/nuttx/Documentation/index.html
@@ -0,0 +1,14 @@
+<html>
+<head>
+<title>eXtended FLAT</title>
+</head>
+<frameset rows="75,*" framespacing="0" border="0" frameborder="0">
+ <frame name="header" scrolling="no" target="main" src="NuttXBanner.html" marginwidth="0" marginheight="0">
+ <frame name="main" src="NuttX.html">
+ <noframes>
+ <body>
+ <p>This page uses frames, but your browser doesn't support them.</p>
+ </body>
+ </noframes>
+</frameset>
+</html>