summaryrefslogtreecommitdiff
path: root/nuttx/configs/lpc4330-xplorer/nsh/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-20 18:32:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-20 18:32:16 +0000
commitec9c693a8fbabde333c2a022c12476a12ca5f9b8 (patch)
tree2482d9d86be5c9caab9e456430706c269688baaf /nuttx/configs/lpc4330-xplorer/nsh/defconfig
parentaaab49d3299b2f2ebbbbb35bcfc5a027da8ed4a6 (diff)
downloadpx4-nuttx-ec9c693a8fbabde333c2a022c12476a12ca5f9b8.tar.gz
px4-nuttx-ec9c693a8fbabde333c2a022c12476a12ca5f9b8.tar.bz2
px4-nuttx-ec9c693a8fbabde333c2a022c12476a12ca5f9b8.zip
Add completed but untested support for RS-485 on the LPC43xx
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4959 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lpc4330-xplorer/nsh/defconfig')
-rw-r--r--nuttx/configs/lpc4330-xplorer/nsh/defconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/configs/lpc4330-xplorer/nsh/defconfig b/nuttx/configs/lpc4330-xplorer/nsh/defconfig
index 8f6660ede..5547bca15 100644
--- a/nuttx/configs/lpc4330-xplorer/nsh/defconfig
+++ b/nuttx/configs/lpc4330-xplorer/nsh/defconfig
@@ -228,11 +228,13 @@ CONFIG_USART2_2STOP=0
CONFIG_USART3_2STOP=0
#
-# CONFIG_USART_RS485MODE - Support LPC43xx USART0,2,3 RS485 mode
+# CONFIG_USARTn_RS485MODE - Support LPC43xx USART0,2,3 RS485 mode
# ioctls (TIOCSRS485 and TIOCGRS485) to enable and disable
# RS-485 mode.
#
-CONFIG_USART_RS485MODE=n
+CONFIG_USART0_RS485MODE=n
+CONFIG_USART2_RS485MODE=n
+CONFIG_USART3_RS485MODE=n
#
# LPC43xx specific PHY/Ethernet device driver settings