diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 8ec9de6526..196405c831 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@
Last Updated: February 11, 2014
+Last Updated: March 9, 2014
+ Atmel SAMV71. + This port uses Atmel SAM V71 Xplained Ultra Evaluation Kit (SAMV71-XULT). + This board features the ATSAMV71Q21 Cortex-M7 microcontroller. + Refer to the Atmel web site for further information about this board. +
++ 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 first release of the SAMV71-XULT port is expected in NuttX-7.9. + Refer to the NuttX board README file for further information. +
++ Development Environments: + The same basic development environment is recommended for the Cortex-M7 as for the Cortex-M4. + It would be wise to use the last GNU toolchains for this part because as of this writing (2015-02-09), support for the Cortex-M7 is a very new GCC feature.