summaryrefslogtreecommitdiff
path: root/nuttx/configs/samd20-xplained
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-17 18:09:17 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-17 18:09:17 -0600
commit601422a19569fa1805e681be6a989c9a3a2e1cb4 (patch)
treec454c863eba2bc33de6146a8fff8b9cad3b99148 /nuttx/configs/samd20-xplained
parent4227604c17a8dc26c8b0f679b79945eabb090e9f (diff)
downloadpx4-nuttx-601422a19569fa1805e681be6a989c9a3a2e1cb4.tar.gz
px4-nuttx-601422a19569fa1805e681be6a989c9a3a2e1cb4.tar.bz2
px4-nuttx-601422a19569fa1805e681be6a989c9a3a2e1cb4.zip
SAMD20: Fix BAUD calculation. Now comes up okay about 20% of the time
Diffstat (limited to 'nuttx/configs/samd20-xplained')
-rw-r--r--nuttx/configs/samd20-xplained/nsh/defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/configs/samd20-xplained/nsh/defconfig b/nuttx/configs/samd20-xplained/nsh/defconfig
index 61abc85a7..26afb1c4e 100644
--- a/nuttx/configs/samd20-xplained/nsh/defconfig
+++ b/nuttx/configs/samd20-xplained/nsh/defconfig
@@ -249,6 +249,7 @@ CONFIG_NSH_MMCSDMINOR=0
# CONFIG_SAMD20_XPLAINED_IOMODULE is not set
# CONFIG_SAMD20_XPLAINED_OLED1MODULE is not set
# CONFIG_SAMD20_XPLAINED_USART4_EXT1 is not set
+# CONFIG_SAMD20_XPLAINED_USART4_EXT2 is not set
CONFIG_SAMD20_XPLAINED_USART4_EXT3=y
#
@@ -367,7 +368,7 @@ CONFIG_USART4_SERIAL_CONSOLE=y
#
CONFIG_USART3_RXBUFSIZE=64
CONFIG_USART3_TXBUFSIZE=64
-CONFIG_USART3_BAUD=9600
+CONFIG_USART3_BAUD=115200
CONFIG_USART3_BITS=8
CONFIG_USART3_PARITY=0
CONFIG_USART3_2STOP=0
@@ -379,7 +380,7 @@ CONFIG_USART3_2STOP=0
#
CONFIG_USART4_RXBUFSIZE=64
CONFIG_USART4_TXBUFSIZE=64
-CONFIG_USART4_BAUD=9600
+CONFIG_USART4_BAUD=115200
CONFIG_USART4_BITS=8
CONFIG_USART4_PARITY=0
CONFIG_USART4_2STOP=0