aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/px4io/io/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/px4io/io/defconfig')
-rwxr-xr-xnuttx/configs/px4io/io/defconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/configs/px4io/io/defconfig b/nuttx/configs/px4io/io/defconfig
index 64b521e21..e90e7ce62 100755
--- a/nuttx/configs/px4io/io/defconfig
+++ b/nuttx/configs/px4io/io/defconfig
@@ -155,6 +155,8 @@ CONFIG_STM32_ADC3=n
# CONFIG_USARTn_PARTIY - 0=no parity, 1=odd parity, 2=even parity
# CONFIG_USARTn_2STOP - Two stop bits
#
+CONFIG_SERIAL_TERMIOS=y
+
CONFIG_USART1_SERIAL_CONSOLE=y
CONFIG_USART2_SERIAL_CONSOLE=n
CONFIG_USART3_SERIAL_CONSOLE=n
@@ -163,11 +165,11 @@ CONFIG_USART1_TXBUFSIZE=32
CONFIG_USART2_TXBUFSIZE=32
CONFIG_USART3_TXBUFSIZE=32
-CONFIG_USART1_RXBUFSIZE=32
+CONFIG_USART1_RXBUFSIZE=64
CONFIG_USART2_RXBUFSIZE=128
CONFIG_USART3_RXBUFSIZE=32
-CONFIG_USART1_BAUD=57600
+CONFIG_USART1_BAUD=115200
CONFIG_USART2_BAUD=115200
CONFIG_USART3_BAUD=115200