Minor documentation update

This commit is contained in:
Gregory Nutt 2015-04-03 16:44:07 -06:00
parent 0cf5088475
commit 7a4a9608a9

View File

@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4"> <tr align="center" bgcolor="#e4e4e4">
<td> <td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1> <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> </td>
</tr> </tr>
</table> </table>
@ -3872,7 +3872,7 @@ Mem: 29232 5920 23312 23312
The first release of the SAMV71-XULT port is expected in NuttX-7.9. The first release of the SAMV71-XULT port is expected in NuttX-7.9.
</p> </p>
<p> <p>
Additional drivers, with status as of 2015-03-29, include: Additional drivers, with status as of 2015-04-03, include:
</p> </p>
<ul> <ul>
<li>PIO configuration, including PIO interrupts,</li> <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>TWIHS/I2C, with the support for the on-board serial EEPROM,</li>
<li>SSC/I2S (not fully tested),</li> <li>SSC/I2S (not fully tested),</li>
<li>Ethernet MAC,</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> </ul>
</p> </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. 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.