aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorSimon Wilks <sjwilks@gmail.com>2013-01-24 23:57:54 +0100
committerSimon Wilks <sjwilks@gmail.com>2013-01-24 23:57:54 +0100
commit23f0be6b025d84a721b9e08682da728f69d79238 (patch)
treeff3126575fc16db5692d21e495e6645faafe41ce /nuttx/configs
parent0669d2aee01126a989986c267dcd5a6489edfff8 (diff)
parentb9009390d7d02729047665a2006b92c0995cd868 (diff)
downloadpx4-firmware-23f0be6b025d84a721b9e08682da728f69d79238.tar.gz
px4-firmware-23f0be6b025d84a721b9e08682da728f69d79238.tar.bz2
px4-firmware-23f0be6b025d84a721b9e08682da728f69d79238.zip
Merge branch 'ioctl' into hott
Diffstat (limited to 'nuttx/configs')
-rwxr-xr-xnuttx/configs/px4fmu/nsh/defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/px4fmu/nsh/defconfig b/nuttx/configs/px4fmu/nsh/defconfig
index 696d19a6c..d669da83a 100755
--- a/nuttx/configs/px4fmu/nsh/defconfig
+++ b/nuttx/configs/px4fmu/nsh/defconfig
@@ -226,6 +226,8 @@ CONFIG_AT24XX_MTD_BLOCKSIZE=256
# CONFIG_SERIAL_CONSOLE_REINIT - re-initializes the console serial port
# immediately after creating the /dev/console device. This is required
# if the console serial port has RX DMA enabled.
+# CONFIG_STM32_USART_SINGLEWIRE - Serial driver supports single wire mode. If
+# this is not defined, then this mode cannot be enabled.
#
# CONFIG_USARTn_SERIAL_CONSOLE - selects the USARTn for the
# console and ttys0 (default is the USART1).
@@ -240,6 +242,7 @@ CONFIG_AT24XX_MTD_BLOCKSIZE=256
#
CONFIG_SERIAL_TERMIOS=y
CONFIG_SERIAL_CONSOLE_REINIT=y
+CONFIG_STM32_USART_SINGLEWIRE=y
CONFIG_USART1_SERIAL_CONSOLE=y
CONFIG_USART2_SERIAL_CONSOLE=n