summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-14 18:55:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-14 18:55:22 +0000
commitee00fd9d222a61ca9a36197a0bd618f4ac36e7fd (patch)
tree65cf0925abffaf13aa9d17f2406092aa8f90578e /nuttx/Documentation
parent2fc7c368483da2c5a2310734447dcf299915aff9 (diff)
downloadpx4-nuttx-ee00fd9d222a61ca9a36197a0bd618f4ac36e7fd.tar.gz
px4-nuttx-ee00fd9d222a61ca9a36197a0bd618f4ac36e7fd.tar.bz2
px4-nuttx-ee00fd9d222a61ca9a36197a0bd618f4ac36e7fd.zip
Add basic lm3s6918 gpio support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1778 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html27
1 files changed, 25 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 4909faec8..268184ee6 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -827,7 +827,8 @@
<p>
<b>STATUS:</b>
This port is in progress. Coding is complete on the basic port (timer, serial console, SPI).
- Verified support for the i.MX1 will be announced in a future release of NuttX.
+ Verified support for the i.MX1 will be announced in a future release of NuttX (work has
+ been temporarily stopped to support the Luminary LM3S6918).
</p>
</td>
</tr>
@@ -851,13 +852,35 @@
<b>STATUS:</b>
The basic port (timer interrupts, serial ports, network, framebuffer, etc.) is complete.
All implemented features have been verified with the exception of the USB device-side
- driver; that implementation is complete but completely untested.
+ driver; that implementation is complete but untested.
</p>
</td>
</tr>
<tr>
<td valign="top"><img height="20" width="20" src="favicon.ico"></td>
<td bgcolor="#5eaee1">
+ <b>ARM Cortex-M3</b>.
+ </td>
+</tr>
+<tr>
+ <td><br></td>
+ <td>
+ <p>
+ <b>Luminary LM3S6918</b>.
+ This port uses theMicromint Eagle-10 development board with a GNU arm-elf toolchain*
+ under either Linux or Cygwin.
+ </p>
+ <p>
+ <b>STATUS:</b>
+ This port is in progress. Coding is complete on the basic port (timer, serial console, SPI).
+ Verified support for the Cortex-M3 will be announced in a future release of NuttX.
+ </p>
+ </td>
+</tr>
+
+<tr>
+ <td valign="top"><img height="20" width="20" src="favicon.ico"></td>
+ <td bgcolor="#5eaee1">
<b>8052 Microcontroller</b>
</td>
</tr>