aboutsummaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-02-06 23:52:57 -0800
committerpx4dev <px4@purgatory.org>2013-02-06 23:52:57 -0800
commitcaa11f0bbb7f30679c5c01a64e1d0f6d8627db9d (patch)
tree225acffd5d2c86d5cfa610dd2df0ff53ffb176b4 /nuttx
parent8cb583cf8031f4e7db77e1b88ea164e7ff5994c9 (diff)
downloadpx4-firmware-caa11f0bbb7f30679c5c01a64e1d0f6d8627db9d.tar.gz
px4-firmware-caa11f0bbb7f30679c5c01a64e1d0f6d8627db9d.tar.bz2
px4-firmware-caa11f0bbb7f30679c5c01a64e1d0f6d8627db9d.zip
New option to ensure serial stack is always included.
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/configs/px4fmu/nsh/defconfig1
-rwxr-xr-xnuttx/configs/px4io/io/defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/configs/px4fmu/nsh/defconfig b/nuttx/configs/px4fmu/nsh/defconfig
index fd783dec5..5a54e350c 100755
--- a/nuttx/configs/px4fmu/nsh/defconfig
+++ b/nuttx/configs/px4fmu/nsh/defconfig
@@ -246,6 +246,7 @@ CONFIG_AT24XX_MTD_BLOCKSIZE=256
#
CONFIG_SERIAL_TERMIOS=y
CONFIG_SERIAL_CONSOLE_REINIT=y
+CONFIG_STANDARD_SERIAL=y
CONFIG_USART1_SERIAL_CONSOLE=y
CONFIG_USART2_SERIAL_CONSOLE=n
diff --git a/nuttx/configs/px4io/io/defconfig b/nuttx/configs/px4io/io/defconfig
index 30ec5be08..1185813db 100755
--- a/nuttx/configs/px4io/io/defconfig
+++ b/nuttx/configs/px4io/io/defconfig
@@ -159,6 +159,7 @@ CONFIG_STM32_ADC3=n
# CONFIG_USARTn_2STOP - Two stop bits
#
CONFIG_SERIAL_TERMIOS=y
+CONFIG_STANDARD_SERIAL=y
CONFIG_USART1_SERIAL_CONSOLE=y
CONFIG_USART2_SERIAL_CONSOLE=n