aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sidrane <david_s5@nscdg.com>2014-12-27 13:57:27 -1000
committerDavid Sidrane <david_s5@nscdg.com>2015-04-07 07:49:05 -1000
commit140760aeac2fbf8b37401962864017697ab8a265 (patch)
treec081fd2792dc160ec16916c2b816304dda17d911
parentde95c199e4a722b5420eea505f5745d3f8a00da4 (diff)
downloadpx4-firmware-140760aeac2fbf8b37401962864017697ab8a265.tar.gz
px4-firmware-140760aeac2fbf8b37401962864017697ab8a265.tar.bz2
px4-firmware-140760aeac2fbf8b37401962864017697ab8a265.zip
Updated Configs to use the new handshake thresholds
-rw-r--r--nuttx-configs/px4fmu-v1/nsh/defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx-configs/px4fmu-v1/nsh/defconfig b/nuttx-configs/px4fmu-v1/nsh/defconfig
index 2f85e9e50..67503dd55 100644
--- a/nuttx-configs/px4fmu-v1/nsh/defconfig
+++ b/nuttx-configs/px4fmu-v1/nsh/defconfig
@@ -768,6 +768,11 @@ CONFIG_USART6_PARITY=0
CONFIG_USART6_2STOP=0
# CONFIG_USART6_IFLOWCONTROL is not set
# CONFIG_USART6_OFLOWCONTROL is not set
+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_USBDEV=y
#