aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sidrane <david_s5@nscdg.com>2014-12-25 15:18:43 -1000
committerDavid Sidrane <david_s5@nscdg.com>2015-03-05 09:00:07 -1000
commit8163199b9fa0be623af480a1b0b48b50e26e4f48 (patch)
treec3f725658c4f26ea803190f9618f273272b55dc2
parent814719fd6a784fd9d9e724c721c2123815ee624a (diff)
downloadpx4-firmware-8163199b9fa0be623af480a1b0b48b50e26e4f48.tar.gz
px4-firmware-8163199b9fa0be623af480a1b0b48b50e26e4f48.tar.bz2
px4-firmware-8163199b9fa0be623af480a1b0b48b50e26e4f48.zip
Updated configs
-rw-r--r--nuttx-configs/px4fmu-v1/nsh/defconfig4
-rw-r--r--nuttx-configs/px4fmu-v2/nsh/defconfig4
2 files changed, 8 insertions, 0 deletions
diff --git a/nuttx-configs/px4fmu-v1/nsh/defconfig b/nuttx-configs/px4fmu-v1/nsh/defconfig
index f7a95c1a7..4e5bb5b44 100644
--- a/nuttx-configs/px4fmu-v1/nsh/defconfig
+++ b/nuttx-configs/px4fmu-v1/nsh/defconfig
@@ -340,6 +340,10 @@ CONFIG_STM32_DMACAPABLE=y
# CONFIG_STM32_TIM4_ADC is not set
# CONFIG_STM32_TIM5_ADC is not set
CONFIG_STM32_USART=y
+CONFIG_STM32_FLOWCONTROL_BROKEN=y
+CONFIG_SERIAL_IFLOWCONTROL_DEASSERT_WATERMARK=16
+CONFIG_SERIAL_IFLOWCONTROL_ASSERT_WATERMARK=32
+
#
# U[S]ART Configuration
diff --git a/nuttx-configs/px4fmu-v2/nsh/defconfig b/nuttx-configs/px4fmu-v2/nsh/defconfig
index 9f94f0dd3..2871a54d0 100644
--- a/nuttx-configs/px4fmu-v2/nsh/defconfig
+++ b/nuttx-configs/px4fmu-v2/nsh/defconfig
@@ -339,6 +339,9 @@ CONFIG_STM32_DISABLE_IDLE_SLEEP_DURING_DEBUG=y
# CONFIG_ARCH_BOARD_STM32_CUSTOM_CLOCKCONFIG is not set
# CONFIG_STM32_CCMEXCLUDE is not set
CONFIG_STM32_DMACAPABLE=y
+CONFIG_STM32_FLOWCONTROL_BROKEN=y
+CONFIG_SERIAL_IFLOWCONTROL_DEASSERT_WATERMARK=16
+CONFIG_SERIAL_IFLOWCONTROL_ASSERT_WATERMARK=32
# CONFIG_STM32_TIM1_PWM is not set
# CONFIG_STM32_TIM3_PWM is not set
# CONFIG_STM32_TIM4_PWM is not set
@@ -1103,6 +1106,7 @@ CONFIG_EXAMPLES_NSH=y
#
# CONFIG_INTERPRETERS_BAS is not set
# CONFIG_INTERPRETERS_FICL is not set
+# CONFIG_INTERPRETERS_BAS is not set
# CONFIG_INTERPRETERS_PCODE is not set
# CONFIG_INTERPRETERS_MICROPYTHON is not set