summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/Documentation/NuttX.html38
-rw-r--r--nuttx/Documentation/NuttXBanner.html2
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html4
-rw-r--r--nuttx/Documentation/NuttxUserGuide.html9
-rw-r--r--nuttx/Documentation/index.html2
5 files changed, 45 insertions, 10 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 4487471b9..4802c9e6d 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -22,10 +22,40 @@
<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>
+<ul>
+<li><b>x86 Linux Simulation</b>. Fully functional.</li>
+<li>TI <b>TMS320C5471</b> (also called <b>TMS320DM180</b>).
+ NuttX operates on the ARM7 of this dual core processor.
+ This port uses the <a href="http://www.spectrumdigital.com/">Spectrum Digital</a>
+ evaluation board with a GNU arm-elf toolchain*.
+ This port is in progress and partially functional (However,
+ my board is dead at the moment so it will be awhile before I fix it)</li>
+<li><b>8051 Microcontroller</b>.
+ This port uses the <a href="http://www.pjrc.com/">PJRC</a> 87C52 development system
+ and the <a href="http://sdcc.sourceforge.net/">SDCC</a> toolchain.
+ This port will require a few more weeks before it is ready for time prime.</li>
+<li><b>Motorola (Freescale) MC68HC908GP32 Microcontroller</b>.
+ Using the Axiom CMS8GP32 development board.
+ This is next in the queue.</li?
+<li><b>Other ports</b>.
+ I also have partial ports for the TI TMS320DM270 and for MIPS.
+</ul>
+
+<blockquote>* A highly modified <a href="http://buildroot.uclibc.org/">buildroot</a>
+is available that be used to build a NuttX-compatible arm-elf toolchain.</blockquote>
+
+<h1>Memory Footprint</h1>
+
+<p>To be provided</p>
+
+<h1>Licensing</h1>
+
+<p>NuttX is available under the highly permissive
+ <a href="http://en.wikipedia.org/wiki/BSD_license">BSD license</a>.
+ Other than some fine print that you agree to respect my copyright
+ you should feel absolutely free to use NuttX in any environment and
+ without any concern for jeopardizing any proprietary software that
+ you may link with it.</p>
<h1>Other Documentation</h1>
diff --git a/nuttx/Documentation/NuttXBanner.html b/nuttx/Documentation/NuttXBanner.html
index fa49d7db7..42a6018d6 100644
--- a/nuttx/Documentation/NuttXBanner.html
+++ b/nuttx/Documentation/NuttXBanner.html
@@ -1,6 +1,6 @@
<html>
<head>
-<title>XFLAT Banner</title>
+<title>NuttX Banner</title>
</head>
<body background="backgd.gif">
<table width="100%">
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 9898b7b1a..1065d0097 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -1,11 +1,11 @@
<html>
<head>
-<title>Nuttx Porting Manual</title>
+<title>NuttX Porting Manual</title>
<meta name="author" content="Gregory Nutt">
</head>
-<body>
+<body background="backgd.gif">
<hr>
<center><h1><i>Under Construction</i></h1></center>
<hr>
diff --git a/nuttx/Documentation/NuttxUserGuide.html b/nuttx/Documentation/NuttxUserGuide.html
index 8396651c6..6894d8460 100644
--- a/nuttx/Documentation/NuttxUserGuide.html
+++ b/nuttx/Documentation/NuttxUserGuide.html
@@ -1,11 +1,16 @@
<HTML>
<HEAD>
-<TITLE>Nuttx Users Manual</TITLE>
+<TITLE>NuttX Users Manual</TITLE>
<META NAME="AUTHOR" CONTENT="Gregory Nutt">
</HEAD>
-<BODY>
+<body background="backgd.gif">
+<hr>
+<hr>
+<center><h1><i>Under Construction</i></h1></center>
+<hr>
+<hr>
<CENTER><BIG><B>
Nuttx Operating System
<P>
diff --git a/nuttx/Documentation/index.html b/nuttx/Documentation/index.html
index 8404c7f5f..7320bb5aa 100644
--- a/nuttx/Documentation/index.html
+++ b/nuttx/Documentation/index.html
@@ -1,6 +1,6 @@
<html>
<head>
-<title>eXtended FLAT</title>
+<title>NuttX</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">