summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-31 10:46:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-31 10:46:13 -0600
commit70ba6a34a5e524b918403074f6332cf8e1e13940 (patch)
tree339ba05d61c5c7f8914a8d4cd750ec41b20fc706 /nuttx/configs/README.txt
parent0129369fb0a18310f44dd6ff039c33d61c519532 (diff)
downloadnuttx-70ba6a34a5e524b918403074f6332cf8e1e13940.tar.gz
nuttx-70ba6a34a5e524b918403074f6332cf8e1e13940.tar.bz2
nuttx-70ba6a34a5e524b918403074f6332cf8e1e13940.zip
SAMA5: Add an NSH configuration of the SAMA5D3x-EK board
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt18
1 files changed, 16 insertions, 2 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 17cfed5c0..c8237de02 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -1964,8 +1964,22 @@ configs/rgmp
information about RGMP.
configs/sama5d3x-ek
- The port of NuttX to the Atmel SAMA5D3x-EK development board (where
- x=1,3,4, or 5).
+ 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
+
+ - SAMA5D31-EK with the ATSAMA5D1 (http://www.atmel.com/devices/sama5d31.aspx)
+ - SAMA5D33-EK with the ATSAMA5D3 (http://www.atmel.com/devices/sama5d33.aspx)
+ - SAMA5D34-EK with the ATSAMA5D4 (http://www.atmel.com/devices/sama5d34.aspx)
+ - SAMA5D35-EK with the ATSAMA5D5 (http://www.atmel.com/devices/sama5d35.aspx)
+
+ The each 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.
configs/sam3u-ek
The port of NuttX to the Atmel SAM3U-EK development board.