summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-17 23:14:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-17 23:14:42 +0000
commitbee0c89792d84e0c0d39fbed05a0d8ec654140e5 (patch)
treef2e5472866df6a4093af3717f81fba3db18f255d /nuttx/Documentation/NuttX.html
parent0329cc2330adea9d80317f4140cf550161094291 (diff)
downloadpx4-nuttx-bee0c89792d84e0c0d39fbed05a0d8ec654140e5.tar.gz
px4-nuttx-bee0c89792d84e0c0d39fbed05a0d8ec654140e5.tar.bz2
px4-nuttx-bee0c89792d84e0c0d39fbed05a0d8ec654140e5.zip
build lpc2148 ostest config
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@928 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html7
1 files changed, 5 insertions, 2 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;