aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs/px4fmu-v2
diff options
context:
space:
mode:
authorDavid Sidrane <david_s5@nscdg.com>2014-12-27 13:57:27 -1000
committerDavid Sidrane <david_s5@nscdg.com>2014-12-27 13:57:27 -1000
commit055126d9814b7b31a61f4fdf97895fe2d562d8c6 (patch)
treebbee54333cff72a1471c3bc4a29ff829a8d09b5b /nuttx-configs/px4fmu-v2
parent8158e531013ad24248d9d01d7f4de0bebb11e99f (diff)
downloadpx4-firmware-055126d9814b7b31a61f4fdf97895fe2d562d8c6.tar.gz
px4-firmware-055126d9814b7b31a61f4fdf97895fe2d562d8c6.tar.bz2
px4-firmware-055126d9814b7b31a61f4fdf97895fe2d562d8c6.zip
Updated Configs to use the new handshake thresholds
Diffstat (limited to 'nuttx-configs/px4fmu-v2')
-rw-r--r--nuttx-configs/px4fmu-v2/nsh/defconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx-configs/px4fmu-v2/nsh/defconfig b/nuttx-configs/px4fmu-v2/nsh/defconfig
index cc06d0f82..cbb4674c9 100644
--- a/nuttx-configs/px4fmu-v2/nsh/defconfig
+++ b/nuttx-configs/px4fmu-v2/nsh/defconfig
@@ -367,6 +367,7 @@ CONFIG_UART7_RXDMA=y
# CONFIG_UART8_RS485 is not set
CONFIG_UART8_RXDMA=y
CONFIG_SERIAL_DISABLE_REORDERING=y
+CONFIG_STM32_FLOWCONTROL_BROKEN=y
CONFIG_STM32_USART_SINGLEWIRE=y
#
@@ -707,6 +708,11 @@ CONFIG_USART6_ISUART=y
CONFIG_MCU_SERIAL=y
CONFIG_STANDARD_SERIAL=y
CONFIG_SERIAL_NPOLLWAITERS=2
+CONFIG_SERIAL_IFLOWCONTROL=y
+CONFIG_SERIAL_OFLOWCONTROL=y
+CONFIG_SERIAL_IFLOWCONTROL_WATERMARKS=y
+CONFIG_SERIAL_IFLOWCONTROL_LOWER_WATERMARK=10
+CONFIG_SERIAL_IFLOWCONTROL_UPPER_WATERMARK=90
CONFIG_ARCH_HAVE_SERIAL_TERMIOS=y
CONFIG_SERIAL_TERMIOS=y
# CONFIG_USART1_SERIAL_CONSOLE is not set
@@ -802,7 +808,6 @@ CONFIG_UART8_PARITY=0
CONFIG_UART8_2STOP=0
# CONFIG_UART8_IFLOWCONTROL is not set
# CONFIG_UART8_OFLOWCONTROL is not set
-CONFIG_SERIAL_IFLOWCONTROL=y
CONFIG_SERIAL_OFLOWCONTROL=y
CONFIG_USBDEV=y