9
0
Fork 0

Minor documentation update

This commit is contained in:
Gregory Nutt 2015-04-03 16:44:07 -06:00
parent 1298fd5a04
commit 0256dc8bfd
1 changed files with 6 additions and 3 deletions

View File

@ -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.