summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-03 16:38:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-03 16:38:36 -0600
commit8a819fb547f3211c2adc95504e2e9875b2978b0c (patch)
tree34d1357a8083a19454d30aba782345e615eb8995
parentd294e9247498850a9dc28672f570c441d800ef18 (diff)
downloadnuttx-8a819fb547f3211c2adc95504e2e9875b2978b0c.tar.gz
nuttx-8a819fb547f3211c2adc95504e2e9875b2978b0c.tar.bz2
nuttx-8a819fb547f3211c2adc95504e2e9875b2978b0c.zip
SAMA5D3 Xplained: Delay loop calibrated
-rw-r--r--nuttx/configs/sama5d3-xplained/README.txt2
-rw-r--r--nuttx/configs/sama5d3-xplained/nsh/defconfig6
2 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/sama5d3-xplained/README.txt b/nuttx/configs/sama5d3-xplained/README.txt
index 279f874cb..2f6206dd3 100644
--- a/nuttx/configs/sama5d3-xplained/README.txt
+++ b/nuttx/configs/sama5d3-xplained/README.txt
@@ -2733,6 +2733,8 @@ Configurations
STATUS:
See the To-Do list below
+ 2014-4-3: Delay loop calibrated: CONFIG_BOARD_LOOPSPERMSEC=65775
+
To-Do List
==========
diff --git a/nuttx/configs/sama5d3-xplained/nsh/defconfig b/nuttx/configs/sama5d3-xplained/nsh/defconfig
index 05365a61e..fb7ac43c6 100644
--- a/nuttx/configs/sama5d3-xplained/nsh/defconfig
+++ b/nuttx/configs/sama5d3-xplained/nsh/defconfig
@@ -189,9 +189,7 @@ CONFIG_SAMA5_HSMC=y
CONFIG_SAMA5_DBGU_CONSOLE=y
CONFIG_SAMA5_DBGU_RXBUFSIZE=256
CONFIG_SAMA5_DBGU_TXBUFSIZE=256
-# CONFIG_SAMA5_DBGU_NOCONFIG is not set
-CONFIG_SAMA5_DBGU_BAUD=115200
-CONFIG_SAMA5_DBGU_PARITY=0
+CONFIG_SAMA5_DBGU_NOCONFIG=y
#
# External Memory Configuration
@@ -233,7 +231,7 @@ CONFIG_ARCH_STACKDUMP=y
#
# Board Settings
#
-CONFIG_BOARD_LOOPSPERMSEC=49341
+CONFIG_BOARD_LOOPSPERMSEC=65775
# CONFIG_ARCH_CALIBRATION is not set
#