summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-06 14:50:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-06 14:50:43 +0000
commite82fa8182eef943a9a85d1f5d39a6917eda6d13a (patch)
treec5922722d43c8821b6acef355dbebe138de754c8 /nuttx/Documentation/NuttX.html
parent731439099b56dea8ffdcbecb5657ce327bd7252a (diff)
downloadpx4-nuttx-e82fa8182eef943a9a85d1f5d39a6917eda6d13a.tar.gz
px4-nuttx-e82fa8182eef943a9a85d1f5d39a6917eda6d13a.tar.bz2
px4-nuttx-e82fa8182eef943a9a85d1f5d39a6917eda6d13a.zip
Add LPC43 GPIO configurtion logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4912 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html26
1 files changed, 24 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 701c746b2..c20bbe9f6 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: June 22, 2012</p>
+ <p>Last Updated: July 6, 2012</p>
</td>
</tr>
</table>
@@ -1093,7 +1093,7 @@ nfsmount &lt;server-address&gt; &lt;mount-point&gt; &lt;remote-path&gt;
<li><a href="#arm920t">ARM920T</a> (1) </li>
<li><a href="#arm926ejs">ARM926EJS</a> (3) </li>
<li><a href="#armcortexm3">ARM Cortex-M3</a> (15)</li>
- <li><a href="#armcortexm4">ARM Cortex-M4</a> (4)</li>
+ <li><a href="#armcortexm4">ARM Cortex-M4</a> (5)</li>
</ul>
<li>Atmel AVR
<ul>
@@ -1921,6 +1921,28 @@ nfsmount &lt;server-address&gt; &lt;mount-point&gt; &lt;remote-path&gt;
<tr>
<td><br></td>
<td>
+ <p>
+ <b>NXG Technologies LPC4330-Xplorer</b>.
+ This NuttX port is for the LPC4330-Xplorer board from NGX Technologies featuring the NXP LPC4330FET100 MCU.
+ See the <a href="http://shop.ngxtechnologies.com/product_info.php?cPath=21_37&products_id=104">NXG website</a> for further information about this board.
+ </p>
+ <ul>
+ <p>
+ <b>STATUS:</b>
+ This port is in progress.
+ It is nearly code-complete and almost ready to begin test.
+ I hope to have the basic port to this board complete and available in the NuttX-6.20 release.
+ </p>
+ </ul>
+ </td>
+</tr>
+<tr>
+ <td><br></td>
+ <td><hr></td>
+</tr>
+<tr>
+ <td><br></td>
+ <td>
<p>
<b>Development Environments:</b>
1) Linux with native Linux GNU toolchain, 2) Cygwin with Cygwin GNU Cortex-M3 or 4toolchain, or 3) Cygwin with Windows native GNU Cortex-M3 or M4 toolchain (CodeSourcery or devkitARM). A DIY toolchain for Linux or Cygwin is provided by the NuttX