summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-08-05 16:21:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-08-05 16:21:24 -0600
commitf959801dada491a15db46b48bc9d86408e31e915 (patch)
treed8d71040a786ba20edc9329a459972adacc276a4 /nuttx/Documentation/NuttX.html
parent5bf5e918c77fb5ba2e5cf6f5c2f2c472d806c854 (diff)
downloadpx4-nuttx-f959801dada491a15db46b48bc9d86408e31e915.tar.gz
px4-nuttx-f959801dada491a15db46b48bc9d86408e31e915.tar.bz2
px4-nuttx-f959801dada491a15db46b48bc9d86408e31e915.zip
SAMA5: Add HSMCI memory card driver support
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 00246d025..246fdef3c 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: July 31, 2013</p>
+ <p>Last Updated: August 5, 2013</p>
</td>
</tr>
</table>
@@ -1992,12 +1992,14 @@
<ul>
<p>
<b>STATUS</b>.
- Initial support for the NUC120 was released in NuttX-6.29.
+ Initial support for the SAMA5D3x-EK was released in NuttX-6.29.
This initial support is very minimal:
There are simple test configurations that run out of internal SRAM and two configurations that run out of the on-boar NOR FLASH:
(1) An OS test configuration that verifies the correct port of NuttX to the part and
(2) a NuttShell (<a href="NuttShell.html">NSH</a>) configuration that might be the basis for further application development.
- As of this writing, more device drivers are needed to make this a more complete port.
+ Develop continues.
+ Drivers for DMA, SPI, AT25 Serial Flash, and HSMCI memory cards included in NuttX-6.30.
+ More device drivers are needed to make this a more complete port, particularly USB and networking.
Refer to the NuttX board <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/sama5d3x-ek/README.txt">README</a> file for further information.
</p>
<b>Development Environments:</b>