diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index d2563513de..c41fc66bcd 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1217,10 +1217,10 @@
Atmel SAMA5D3. - 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 SAMA5D3x microprocessors. - Four different SAMA5D3x-EK kits are available -
+ There are ports to two Atmel SAMA5D3 boards: +
Atmel SAMA5D3x-EK development boards + 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 SAMA5D3x 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. + All four boards are supported by NuttX with a simple reconfiguration of the processor type. +
++ STATUS. + Initial support for the SAMA5D3x-EK was released in NuttX-6.29. + That initial support was minimal: + There are simple test configurations that run out of internal SRAM and extended configurations that run out of the on-board NOR FLASH: +
++ The following support was added in Nuttx 6.30: +
++ And drivers for +
++ NuttX-6.30 also introduces full USB support: +
++ With NuttX-6.31, these additional drivers were added: +
+/dev/random
using the SAMA5D3x True Random Number Generator (TRNG),
+ + Additional board configurations were added to test and demonstrate these new drivers including new graphics and NxWM configurations. +
++ These drivers were added in NuttX-6.32: +
++ Refer to the NuttX board README file for further information. +
++ Atmel SAMA5D3 Xplained development board + This is the port of NuttX to the Atmel SAMA5D3 Xplained development board. + The board features the Atmel SAMA5D36 microprocessors. + See the Atmel Website for additional information about this board. +
++ STATUS. + This port is underway as of this writing and not ready for general use. + The basic port is expected to be simple because of the similarity to the SAMAD3x-EK boards and should be available in the NuttX 7.2 release. +
++ Refer to the NuttX board README file for further information. +
+- The each kit consist of an identical base board with different plug-in modules for each CPU. - All four boards are supported by NuttX with a simple reconfiguration of the processor type. -
-- STATUS. - Initial support for the SAMA5D3x-EK was released in NuttX-6.29. - That initial support was minimal: - There are simple test configurations that run out of internal SRAM and extended configurations that run out of the on-board NOR FLASH: -
-- The following support was added in Nuttx 6.30: -
-- And drivers for -
-- NuttX-6.30 also introduces full USB support: -
-- With NuttX-6.31, these additional drivers were added: -
-/dev/random
using the SAMA5D3x True Random Number Generator (TRNG),
- - Additional board configurations were added to test and demonstrate these new drivers including new graphics and NxWM configurations. -
-- These drivers were added in NuttX-6.32: -
-- Develop continues. - Work is underway to provide a Image Sensor Interface (ISI) camera interface. -
-- 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. + 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.
Last Updated: March 10, 2014
+Last Updated: March 28, 2014