Skip to content
Snippets Groups Projects
Commit c7e7f4f2 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Update documentation to include references to the Arduino Due board

parent e0310e2c
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......@@ -2571,6 +2572,31 @@ nsh>
<td><br></td>
<td><hr></td>
</tr>
<tr>
<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>
......
......@@ -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/
......
......@@ -984,6 +984,8 @@ nuttx
|- configs/
| |- amber/
| | `- README.txt
| |- arduino-due/
| | `- README.txt
| |- avr32dev1/
| | `- README.txt
| |- c5471evm/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment