summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-28 09:11:19 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-28 09:11:19 -0600
commit5a183426fa67e4784a496fa9cfac18eac3f0e3b9 (patch)
treee2dce4820cfa09d0feeef0125961fe2ee3b9e126
parent41cbdf227289ad349d03657f922777b18b242995 (diff)
downloadnuttx-5a183426fa67e4784a496fa9cfac18eac3f0e3b9.tar.gz
nuttx-5a183426fa67e4784a496fa9cfac18eac3f0e3b9.tar.bz2
nuttx-5a183426fa67e4784a496fa9cfac18eac3f0e3b9.zip
SAMA5D3x-EK: Fix lots of typos in board name
-rw-r--r--nuttx/configs/sama5d3x-ek/README.txt8
-rwxr-xr-xnuttx/configs/sama5d3x-ek/demo/setenv.sh2
-rwxr-xr-xnuttx/configs/sama5d3x-ek/hello/setenv.sh2
-rw-r--r--nuttx/configs/sama5d3x-ek/include/board_384mhz.h2
-rw-r--r--nuttx/configs/sama5d3x-ek/include/board_396mhz.h2
-rw-r--r--nuttx/configs/sama5d3x-ek/include/board_memorymap.h2
-rwxr-xr-xnuttx/configs/sama5d3x-ek/norboot/setenv.sh2
-rwxr-xr-xnuttx/configs/sama5d3x-ek/nsh/setenv.sh2
-rwxr-xr-xnuttx/configs/sama5d3x-ek/nx/setenv.sh2
-rwxr-xr-xnuttx/configs/sama5d3x-ek/nxwm/setenv.sh2
-rwxr-xr-xnuttx/configs/sama5d3x-ek/ov2640/setenv.sh2
-rw-r--r--nuttx/configs/sama5d3x-ek/src/sam_can.c2
-rw-r--r--nuttx/configs/sama5d3x-ek/src/sam_cxxinitialize.c2
-rw-r--r--nuttx/configs/sama5d3x-ek/src/sam_touchscreen.c2
-rw-r--r--nuttx/configs/sama5d3x-ek/src/sama5d3x-ek.h2
15 files changed, 18 insertions, 18 deletions
diff --git a/nuttx/configs/sama5d3x-ek/README.txt b/nuttx/configs/sama5d3x-ek/README.txt
index 8a5435aec..fa9434011 100644
--- a/nuttx/configs/sama5d3x-ek/README.txt
+++ b/nuttx/configs/sama5d3x-ek/README.txt
@@ -695,7 +695,7 @@ Networking
the first time you ping due to the default handling of the ARP
table.
- On the host side, you should also be able to ping the SAMA5D3-EK:
+ On the host side, you should also be able to ping the SAMA5D3x-EK:
$ ping 10.0.0.2
@@ -1930,7 +1930,7 @@ CAN Usage
CAN connectors
--------------
- CAN1 and CAN2 are available via RJ-11 connectors on the SAMA5Dx-EK. Each
+ CAN1 and CAN2 are available via RJ-11 connectors on the SAMA5D3x-EK. Each
is wired as follows. Also shown below is the matching pins if you want connect
the CAN to a device that uses an DB-9 connector (Such as the IXXAT USB-to-CAN
Compact). Both connector types (as well as RJ-45) are common.
@@ -2577,7 +2577,7 @@ Configurations
Information Common to All Configurations
----------------------------------------
- Each SAM3U-EK configuration is maintained in a sub-directory and
+ Each SAMA5D3x-EK configuration is maintained in a sub-directory and
can be selected as follow:
cd tools
@@ -3105,7 +3105,7 @@ To-Do List
7) The NxWM example does not work well. This example was designed to work
with much smaller displays and does not look good or work well with the
- SAMA5Dx-EKs 800x480 display. See above for details.
+ SAMA5D3x-EK's 800x480 display. See above for details.
8) There are lots of LCDC hardware features that are not tested with NuttX.
The simple NuttX graphics system does not have support for all of the
diff --git a/nuttx/configs/sama5d3x-ek/demo/setenv.sh b/nuttx/configs/sama5d3x-ek/demo/setenv.sh
index 8061119a0..1f31bc3d7 100755
--- a/nuttx/configs/sama5d3x-ek/demo/setenv.sh
+++ b/nuttx/configs/sama5d3x-ek/demo/setenv.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# configs/samard3x-ek/demo/setenv.sh
+# configs/sama5d3x-ek/demo/setenv.sh
#
# Copyright (C) 2013 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/configs/sama5d3x-ek/hello/setenv.sh b/nuttx/configs/sama5d3x-ek/hello/setenv.sh
index 3f8d78f8d..9c5d345a3 100755
--- a/nuttx/configs/sama5d3x-ek/hello/setenv.sh
+++ b/nuttx/configs/sama5d3x-ek/hello/setenv.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# configs/samard3x-ek/hello/setenv.sh
+# configs/sama5d3x-ek/hello/setenv.sh
#
# Copyright (C) 2013 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/configs/sama5d3x-ek/include/board_384mhz.h b/nuttx/configs/sama5d3x-ek/include/board_384mhz.h
index c2bc2426b..b5054b63b 100644
--- a/nuttx/configs/sama5d3x-ek/include/board_384mhz.h
+++ b/nuttx/configs/sama5d3x-ek/include/board_384mhz.h
@@ -1,5 +1,5 @@
/************************************************************************************
- * configs/sama5df3x-ek/include/board_384mhz.h
+ * configs/sama5d3x-ek/include/board_384mhz.h
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/configs/sama5d3x-ek/include/board_396mhz.h b/nuttx/configs/sama5d3x-ek/include/board_396mhz.h
index d099a068e..79d136d36 100644
--- a/nuttx/configs/sama5d3x-ek/include/board_396mhz.h
+++ b/nuttx/configs/sama5d3x-ek/include/board_396mhz.h
@@ -1,5 +1,5 @@
/************************************************************************************
- * configs/sama5df3x-ek/include/board_396mhz.h
+ * configs/sama5d3x-ek/include/board_396mhz.h
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/configs/sama5d3x-ek/include/board_memorymap.h b/nuttx/configs/sama5d3x-ek/include/board_memorymap.h
index 6d43ce18b..868c131c9 100644
--- a/nuttx/configs/sama5d3x-ek/include/board_memorymap.h
+++ b/nuttx/configs/sama5d3x-ek/include/board_memorymap.h
@@ -1,5 +1,5 @@
/************************************************************************************
- * configs/sama5df3x-ek/include/board_memorymap.h
+ * configs/sama5d3x-ek/include/board_memorymap.h
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/configs/sama5d3x-ek/norboot/setenv.sh b/nuttx/configs/sama5d3x-ek/norboot/setenv.sh
index bf2e5c0fe..0882927bc 100755
--- a/nuttx/configs/sama5d3x-ek/norboot/setenv.sh
+++ b/nuttx/configs/sama5d3x-ek/norboot/setenv.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# configs/samard3x-ek/norboot/setenv.sh
+# configs/sama5d3x-ek/norboot/setenv.sh
#
# Copyright (C) 2013 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/configs/sama5d3x-ek/nsh/setenv.sh b/nuttx/configs/sama5d3x-ek/nsh/setenv.sh
index ae74c56db..6bf5fd2de 100755
--- a/nuttx/configs/sama5d3x-ek/nsh/setenv.sh
+++ b/nuttx/configs/sama5d3x-ek/nsh/setenv.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# configs/samard3x-ek/nsh/setenv.sh
+# configs/sama5d3x-ek/nsh/setenv.sh
#
# Copyright (C) 2013 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/configs/sama5d3x-ek/nx/setenv.sh b/nuttx/configs/sama5d3x-ek/nx/setenv.sh
index 7642014bf..42fec3961 100755
--- a/nuttx/configs/sama5d3x-ek/nx/setenv.sh
+++ b/nuttx/configs/sama5d3x-ek/nx/setenv.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# configs/samard3x-ek/nx/setenv.sh
+# configs/sama5d3x-ek/nx/setenv.sh
#
# Copyright (C) 2013 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/configs/sama5d3x-ek/nxwm/setenv.sh b/nuttx/configs/sama5d3x-ek/nxwm/setenv.sh
index d14cbedf9..1a3543d06 100755
--- a/nuttx/configs/sama5d3x-ek/nxwm/setenv.sh
+++ b/nuttx/configs/sama5d3x-ek/nxwm/setenv.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# configs/samard3x-ek/nxwm/setenv.sh
+# configs/sama5d3x-ek/nxwm/setenv.sh
#
# Copyright (C) 2013 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/configs/sama5d3x-ek/ov2640/setenv.sh b/nuttx/configs/sama5d3x-ek/ov2640/setenv.sh
index f19f1b921..6ec2be84e 100755
--- a/nuttx/configs/sama5d3x-ek/ov2640/setenv.sh
+++ b/nuttx/configs/sama5d3x-ek/ov2640/setenv.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# configs/samard3x-ek/ov2640/setenv.sh
+# configs/sama5d3x-ek/ov2640/setenv.sh
#
# Copyright (C) 2013 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/configs/sama5d3x-ek/src/sam_can.c b/nuttx/configs/sama5d3x-ek/src/sam_can.c
index 241043e3c..bca055a66 100644
--- a/nuttx/configs/sama5d3x-ek/src/sam_can.c
+++ b/nuttx/configs/sama5d3x-ek/src/sam_can.c
@@ -1,5 +1,5 @@
/************************************************************************************
- * configs/sama5d3-ek/src/up_can.c
+ * configs/sama5d3x-ek/src/up_can.c
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/configs/sama5d3x-ek/src/sam_cxxinitialize.c b/nuttx/configs/sama5d3x-ek/src/sam_cxxinitialize.c
index 563c10d7a..0b21b79bc 100644
--- a/nuttx/configs/sama5d3x-ek/src/sam_cxxinitialize.c
+++ b/nuttx/configs/sama5d3x-ek/src/sam_cxxinitialize.c
@@ -1,5 +1,5 @@
/************************************************************************************
- * configs/sama5dx-ek/src/sam_cxxinitialize.c
+ * configs/sama5d3x-ek/src/sam_cxxinitialize.c
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/configs/sama5d3x-ek/src/sam_touchscreen.c b/nuttx/configs/sama5d3x-ek/src/sam_touchscreen.c
index d09a50d01..4593576eb 100644
--- a/nuttx/configs/sama5d3x-ek/src/sam_touchscreen.c
+++ b/nuttx/configs/sama5d3x-ek/src/sam_touchscreen.c
@@ -1,5 +1,5 @@
/************************************************************************************
- * configs/sama5d3-ek/src/sam_touchscreen.c
+ * configs/sama5d3x-ek/src/sam_touchscreen.c
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/configs/sama5d3x-ek/src/sama5d3x-ek.h b/nuttx/configs/sama5d3x-ek/src/sama5d3x-ek.h
index 4e559ab49..53980e092 100644
--- a/nuttx/configs/sama5d3x-ek/src/sama5d3x-ek.h
+++ b/nuttx/configs/sama5d3x-ek/src/sama5d3x-ek.h
@@ -582,7 +582,7 @@
* Name: sam_spiinitialize
*
* Description:
- * Called to configure SPI chip select PIO pins for the SAMA4D3x-EK board.
+ * Called to configure SPI chip select PIO pins for the SAMA5D3x-EK board.
*
************************************************************************************/