summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html7
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html9
2 files changed, 11 insertions, 5 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index bf0082c43..e93eb5bcb 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
- <p>Last Updated: September 12, 2008</p>
+ <p>Last Updated: September 17, 2008</p>
</td>
</tr>
</table>
@@ -609,7 +609,7 @@
</p>
<p>
<b>STATUS:</b>
- Initial coding of this port code complete but has not yet been verified.
+ A basic port that boots and supports a serial console is in place.
</p>
</td>
</tr>
@@ -1108,6 +1108,9 @@ nuttx-0.3.15 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* Add mmap() API with restricted capability (only for XIP support)
* Extend ROMFS test at /examples/romfs to verify mmap() and XIP support.
* Add support for Intel Hex format output using objcopy
+ * Complete the basic port of the NXP LPC2148 on the mcu123.com board.
+ The basic port includes successful booting, serial console and succesfully
+ passing the examples/ostest.
pascal-0.1.3 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 2693f1941..a2773bcde 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -16,7 +16,7 @@
</b></big></h1>
<p><small>by</small></p>
<p>Gregory Nutt</p>
- <p><small>Last Update: September 1, 2008</small></p>
+ <p><small>Last Update: September 17, 2008</small></p>
</center>
<center><h1>Table of Contents</h1></center>
@@ -1338,8 +1338,11 @@ The system can be re-made subsequently by just typing <code>make</code>.
using the <code>tools/mkimage.sh</code> script.</li>
<li><code>CONFIG_INTELHEX_BINARY</code>:
Make the Intel HEX binary format used with many different loaders using the GNU objcopy program
- Should not be selected if you are not using the GNU toolchain.</li>
- <li><code>CONFIG_HAVE_LIBM</code>:
+ This option hould not be selected if you are not using the GNU toolchain.</li>
+ <li><code>CONFIG_RAW_BINARY</code>:
+ mmke a raw binary format file used with many different loaders using the GNU objcopy program.
+ This option should not be selected if you are not using the GNU toolchain.</li>
+ <li><code>CONFIG_HAVE_LIBM</code>:
Toolchain supports libm.a</li>
</ul>