summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-07 04:20:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-07 04:20:12 +0000
commit56651d825a6651d0f70ec59d798c5d7f584786d1 (patch)
treea59be9c5a61b7708f77341b6e824da48dfff5d4a /nuttx/Documentation/NuttX.html
parent8c171192c2de60763a079d0abdba19694eb7a76a (diff)
downloadpx4-nuttx-56651d825a6651d0f70ec59d798c5d7f584786d1.tar.gz
px4-nuttx-56651d825a6651d0f70ec59d798c5d7f584786d1.tar.bz2
px4-nuttx-56651d825a6651d0f70ec59d798c5d7f584786d1.zip
Add LM3S6965 configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2655 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html31
1 files changed, 29 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 349cf84c8..58afda7b5 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: May 4, 2010</p>
+ <p>Last Updated: May 6, 2010</p>
</td>
</tr>
</table>
@@ -998,7 +998,7 @@
<td><br></td>
<td>
<p>
- <b>Luminary LM3S6918</b>.
+ <b>Luminary/TI LM3S6918</b>.
This port uses the <a href=" http://www.micromint.com/">Micromint</a> Eagle-100 development
board with a GNU arm-elf toolchain* under either Linux or Cygwin.
</p>
@@ -1029,6 +1029,29 @@
<td><br></td>
<td>
<p>
+ <b>Luminary/TI LM3S6965</b>.
+ This port uses the Stellaris LM3S6965 Evalution Kit with a GNU arm-elf toolchain*
+ under either Linux or Cygwin.
+ </p>
+ <ul>
+ <p>
+ <b>STATUS:</b>
+ This port is available in the source tree, but is still under development.
+ </p>
+ <p>
+ <b>Development Environments:</b> See the Eagle-100 above.
+ </p>
+ </ul>
+ </td>
+</tr>
+<tr>
+ <td><br></td>
+ <td><hr></td>
+</tr>
+<tr>
+ <td><br></td>
+ <td>
+ <p>
<b>STMicro STM32F103x</b>.
This port uses the <a href=" http://www.st.com/">STMicro</a> STM3210E-EVAL
development board that features the STM32F103ZET6 MCU.
@@ -1695,6 +1718,10 @@ nuttx-5.5 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
for ENC28J60.
* arch/arm/src/str7x/str7x_xti.c - Add basic XTI support (external
interrupts).
+ * arch/arm/src/lm3s and arch/arm/include/lm3s - Add definitions for
+ LM3S6965
+ * configs/lm3s6965-ek - Add configuration for Stellaris LM3S6965
+ Evaluation Kit.
pascal-2.1 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;