summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-18 16:19:14 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-18 16:19:14 -0600
commit98d61e21dfc54f968cf79c2890e522ec60599c55 (patch)
tree6a40c7a3c5b2797534744fae7971d0c9fdade49e /nuttx/Documentation/NuttX.html
parentbc9802573b60e53b2e60fa3531448a77559b4bb8 (diff)
downloadnuttx-98d61e21dfc54f968cf79c2890e522ec60599c55.tar.gz
nuttx-98d61e21dfc54f968cf79c2890e522ec60599c55.tar.bz2
nuttx-98d61e21dfc54f968cf79c2890e522ec60599c55.zip
Documentation update
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html31
1 files changed, 28 insertions, 3 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 78864a2cc..95050becc 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: February 10, 2014</p>
+ <p>Last Updated: February 28, 2014</p>
</td>
</tr>
</table>
@@ -1202,7 +1202,7 @@
<li><a href="#arm926ejs">ARM926EJS</a> (4) </li>
<li><a href="#armcortexa5">ARM Cortex-A5</a> (1) </li>
<li><a href="#armcortexa8">ARM Cortex-A8</a> (1) </li>
- <li><a href="#armcortexm0">ARM Cortex-M0/M0+</a> (2)</li>
+ <li><a href="#armcortexm0">ARM Cortex-M0/M0+</a> (3)</li>
<li><a href="#armcortexm3">ARM Cortex-M3</a> (25)</li>
<li><a href="#armcortexm4">ARM Cortex-M4</a> (10)</li>
</ul>
@@ -1270,6 +1270,7 @@
<li><a href="#avratmega128">AVR ATMega128</a> <small>(8-bit AVR)</small></li>
<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="#at91samd20">Atmel SAMD20</a> <small>(ARM Cortex-M0+)</small></li>
<li><a href="#at91sam3u">Atmel SAM3U</a> <small>(ARM Cortex-M3)</small></li>
<li><a href="#at91sam3x">Atmel SAM3X</a> <small>(ARM Cortex-M3)</small></li>
<li><a href="#at91sam4l">Atmel SAM4L</a> <small>(ARM Cortex-M4)</small></li>
@@ -1882,7 +1883,7 @@
<tr>
<td valign="top"><img height="20" width="20" src="favicon.ico"></td>
<td bgcolor="#5eaee1">
- <a name="armcortexm0"><b>ARM Cortex-M0</b>.</a>
+ <a name="armcortexm0"><b>ARM Cortex-M0/M0+</b>.</a>
</td>
</tr>
<tr>
@@ -1966,6 +1967,30 @@ nsh>
</td>
</tr>
<tr>
+ <td><br></td>
+ <td><hr></td>
+</tr>
+<tr>
+ <td><br></td>
+ <td>
+ <p>
+ <a name="at91samd20"><b>Atmel SAMD20</b>.</a>
+ The port of NuttX to the Atmel SAMD20-Xplained Pro development board.
+ This board features the ATSAMD20J18A MCU (Cortex-M0+ with 256KB of FLASH and 32KB of SRAM).
+ </p>
+ <ul>
+ <p>
+ This is a work-in-progress.
+ As of this writing (2014-2-18), there is a functional NuttShell (NSH) configuration.
+ An SPI driver to support the the added on OLED1 and I/O1 modules is in-work.
+ <b>STATUS</b>.
+ Refer to the SAMD20 Explained Pro board <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/samd20-xplained/README.txt">README</a> file for further information.
+ </p>
+ </ul>
+ </td>
+</tr>
+
+<tr>
<td valign="top"><img height="20" width="20" src="favicon.ico"></td>
<td bgcolor="#5eaee1">
<a name="armcortexm3"><b>ARM Cortex-M3</b>.</a>