diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index f522cd43dab..658f86b9b93 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@
Last Updated: July 16, 2013
+Last Updated: July 31, 2013
+ Atmel SAMA5D. + This is the port of NuttX to the Atmel SAMA5D3x-EK development boards (where x=1,3,4, or 5). + These boards feature the Atmel SAMA5D3 microprocessors. + Four different SAMA5D3x-EK kits are available +
++ The each kit consist of an identical base board with different plug-in modules for each CPU. + An option 7 inch LCD is also available. + All four boards are supported by NuttX with a simple reconfiguration of the processor type. +
++ There is also the SAMA5D3FAE-EK bundle includes everything: The base board, all four CPU modules, and the LCD. +
++ STATUS. + Initial support for the NUC120 was released in NuttX-6.29. + This initial support is very minimal: + There are simple test configurations that run out of internal SRAM and two configurations that run out of the on-boar NOR FLASH: + (1) An OS test configuration that verifies the correct port of NuttX to the part and + (2) a NuttShell (NSH) configuration that might be the basis for further application development. + As of this writing, more device drivers are needed to make this a more complete port. + Refer to the NuttX board README file for further information. +
+ Development Environments: + 1) Linux with native Linux GNU toolchain, 2) Cygwin/MSYS with Cygwin GNU toolchain, 3) Cygwin/MSYS with Windows native toolchain, or 4) Native Windows. + All testing has been perfomed with the CodeSourcery toolchain (GCC version 4.7.3) in the Cygwin environment under Windows. + +