summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-27 14:33:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-27 14:33:10 -0600
commit4b07028b4641062a3d42428982c9a26c58078450 (patch)
treee39d61c5e71a90fe3d9deb2815ee2a27c45e4ba2 /nuttx/Documentation
parent3739d5f33e73675fc0bdd0dc600bb39ed30b23b8 (diff)
downloadpx4-nuttx-4b07028b4641062a3d42428982c9a26c58078450.tar.gz
px4-nuttx-4b07028b4641062a3d42428982c9a26c58078450.tar.bz2
px4-nuttx-4b07028b4641062a3d42428982c9a26c58078450.zip
Update documentation to include references to the Arduino Due board
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html30
-rw-r--r--nuttx/Documentation/README.html4
2 files changed, 31 insertions, 3 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 4321c3375..a0adc8113 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 14, 2013</p>
+ <p>Last Updated: June 27, 2013</p>
</td>
</tr>
</table>
@@ -1625,7 +1625,7 @@
<li><a href="#arm920t">ARM920T</a> (1) </li>
<li><a href="#arm926ejs">ARM926EJS</a> (3) </li>
<li><a href="#armcortexm0">ARM Cortex-M0/M0+</a> (2)</li>
- <li><a href="#armcortexm3">ARM Cortex-M3</a> (19)</li>
+ <li><a href="#armcortexm3">ARM Cortex-M3</a> (20)</li>
<li><a href="#armcortexm4">ARM Cortex-M4</a> (9)</li>
</ul>
<li>Atmel AVR
@@ -1688,6 +1688,7 @@
<li><a href="#avrat90usbxxx">AVR AT90USB64x and AT90USB6128x</a> <small>(8-bit AVR)</small></li>
<li><a href="#at32uc3bxxx">AVR32 AT32UC3BXXX</a> <small>(32-bit AVR32)</small></li>
<li><a href="#at91sam3u">Atmel AT91SAM3U</a> <small>(ARM Cortex-M3)</small></li>
+ <li><a href="#at91sam3x">Atmel AT91SAM3X</a> <small>(ARM Cortex-M3)</small></li>
<li><a href="#at91sam4l">Atmel AT91SAM4L</a> <small>(ARM Cortex-M4)</small></li>
<li><a href="#at91sam4s">Atmel AT91SAM4S</a> <small>(ARM Cortex-M4)</small></li>
</ul>
@@ -2575,6 +2576,31 @@ nsh>
<td><br></td>
<td>
<p>
+ <a name="at91sam3x"><b>Atmel AT91SAM3X</b>.</a>
+ This port uses the <a href="http://arduino.cc//">Arduino</a> Due development board that features the ATSAM3X8E MCU running at 84MHz.
+ See the <a href="http://arduino.cc/en/Main/arduinoBoardDue">Arduino Due</a> page for more information.
+ </p>
+ <ul>
+ <p>
+ <b>STATUS:</b>
+ This is very much a work in progress.
+ Basic NuttX is expected to be availabled in NuttX-6.29.
+ </p>
+ </ul>
+ <p>
+ <b>Development Environments:</b>
+ See the Atmel AT91SAM3U discussion <a href="#at91sam3u">above.</a>
+ </p>
+ </td>
+</tr>
+<tr>
+ <td><br></td>
+ <td><hr></td>
+</tr>
+<tr>
+ <td><br></td>
+ <td>
+ <p>
<a name="nxplpc176x"><b>NXP LPC1766, LPC1768, and LPC1769</b>.</a>
Drivers are available for CAN, DAC, Ethernet, GPIO, GPIO interrupts, I2C, UARTs, SPI, SSP, USB host, and USB device.
Verified LPC17xx onfigurations are available for three boards.
diff --git a/nuttx/Documentation/README.html b/nuttx/Documentation/README.html
index 5879339c9..e96de9053 100644
--- a/nuttx/Documentation/README.html
+++ b/nuttx/Documentation/README.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX README Files</i></font></big></h1>
- <p>Last Updated: June 10, 2013</p>
+ <p>Last Updated: June 27, 2013</p>
</td>
</tr>
</table>
@@ -55,6 +55,8 @@
| |- configs/
| | |- amber/
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/amber/README.txt"><b><i>README.txt</i></b></a>
+ | | |- arduino-due/
+ | | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/arduino-due/README.txt"><b><i>README.txt</i></b></a>
| | |- avr32dev1/
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/avr32dev1/README.txt"><b><i>README.txt</i></b></a>
| | |- c5471evm/