summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-03 16:44:07 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-03 16:44:07 -0600
commit0256dc8bfd7219e08ad544e59599c61ecb4b80df (patch)
tree93b7fe5ea62faa7a9f8c6ed3122e65c3d4852d53
parent1298fd5a049921ccc4800742254a9e2188274418 (diff)
downloadpx4-nuttx-0256dc8bfd7219e08ad544e59599c61ecb4b80df.tar.gz
px4-nuttx-0256dc8bfd7219e08ad544e59599c61ecb4b80df.tar.bz2
px4-nuttx-0256dc8bfd7219e08ad544e59599c61ecb4b80df.zip
Minor documentation update
-rw-r--r--nuttx/Documentation/NuttX.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 5cbd96a4e..c8a1a7919 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: March 29, 2014</p>
+ <p>Last Updated: April 3, 2014</p>
</td>
</tr>
</table>
@@ -3872,7 +3872,7 @@ Mem: 29232 5920 23312 23312
The first release of the SAMV71-XULT port is expected in NuttX-7.9.
</p>
<p>
- Additional drivers, with status as of 2015-03-29, include:
+ Additional drivers, with status as of 2015-04-03, include:
</p>
<ul>
<li>PIO configuration, including PIO interrupts,</li>
@@ -3885,7 +3885,10 @@ Mem: 29232 5920 23312 23312
<li>TWIHS/I2C, with the support for the on-board serial EEPROM,</li>
<li>SSC/I2S (not fully tested),</li>
<li>Ethernet MAC,</li>
- <li>USB device controller driver (not yet functional).</li>
+ <li>USB device controller driver (complete but not yet functional).</li>
+ <li>On-board AT24 I2C EEPROM.</li>
+ <li>On-board WM8904 Audio CODEC with CS2100-CP Fractional-N Multipier (not yet tested).</li>
+ <li>Support for the (optional) maXTouch Xplained Pro LCD module (still a work in progress).</li>
</ul>
</p>
Refer to the NuttX board <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/samv71-xult/README.txt">README</a> file for further information.