diff --git a/ChangeLog b/ChangeLog index 4159aa0235..d1f19ac01d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10037,3 +10037,6 @@ reliably. (4) Attempt to apply some consistency in the tiva arch/ level's interface to the config/board/ level driver configuration. From Calvin Maguranis (2015-03-23). + * arch/mips/src/pic32mz: Various fixes for Ethernet support. Still + not fully functional. From Kristopher Tate (2015-030-29). + diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 3ea6ddad45..7e1de15eae 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@
Last Updated: March 9, 2014
+Last Updated: March 29, 2014
STATUS: - As of this writing (2015-03-09), this is a work in progress. - The basic port is code complete and just entering into the test phase. - The basic port includes a configuration for the NuttShell (NSH) and a serial console. - Additional drivers are expected. + The basic port is complete and there are several different, verified configurations available. + All configurations use the the NuttShell (NSH) and a serial console. The first release of the SAMV71-XULT port is expected in NuttX-7.9. +
++ Additional drivers, with status as of 2015-03-29, include: +
++ PIC32MZEC Family. + A port is in available for the PIC32MZ Embedded Connectivity (EC) Starter Kit. + There are two configurations of the Microchip PIC32MZ EC Starter Kit: +
++ See the Microchip website for further information. +
++ STATUS: + This is a collaborative effort between Kristopher Tate, David Sidrane and myself. + The basic port is functional and a NuttShell (NSH) configurqation is available. + The first official is expected in NuttX-7.9. + Current efforts are focused on driver development. + Many drivers port simply from the PIC32MX; others require more extensive efforts. + Driver status as of (2015-03-29) is provided below: +
+
+ Development Environment: + Same as for the PIC32MZ. +
+