From fed3c04fcb12b41f5fc3123e42bd00ffd72ee5fa Mon Sep 17 00:00:00 2001
From: Gregory Nutt
Date: Fri, 3 Apr 2015 16:44:07 -0600
Subject: [PATCH] Minor documentation update
---
Documentation/NuttX.html | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 5cbd96a4ed..c8a1a79193 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: March 29, 2014
+ Last Updated: April 3, 2014
|
@@ -3872,7 +3872,7 @@ Mem: 29232 5920 23312 23312
The first release of the SAMV71-XULT port is expected in NuttX-7.9.
- Additional drivers, with status as of 2015-03-29, include:
+ Additional drivers, with status as of 2015-04-03, include:
- PIO configuration, including PIO interrupts,
@@ -3885,7 +3885,10 @@ Mem: 29232 5920 23312 23312
- TWIHS/I2C, with the support for the on-board serial EEPROM,
- SSC/I2S (not fully tested),
- Ethernet MAC,
- - USB device controller driver (not yet functional).
+ - USB device controller driver (complete but not yet functional).
+ - On-board AT24 I2C EEPROM.
+ - On-board WM8904 Audio CODEC with CS2100-CP Fractional-N Multipier (not yet tested).
+ - Support for the (optional) maXTouch Xplained Pro LCD module (still a work in progress).
Refer to the NuttX board README file for further information.