summaryrefslogtreecommitdiff
path: root/nuttx/configs/mx1ads/ostest/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/mx1ads/ostest/defconfig')
-rw-r--r--nuttx/configs/mx1ads/ostest/defconfig23
1 files changed, 14 insertions, 9 deletions
diff --git a/nuttx/configs/mx1ads/ostest/defconfig b/nuttx/configs/mx1ads/ostest/defconfig
index 0437684df..164a61fdb 100644
--- a/nuttx/configs/mx1ads/ostest/defconfig
+++ b/nuttx/configs/mx1ads/ostest/defconfig
@@ -76,8 +76,10 @@ CONFIG_ARCH_STACKDUMP=y
#
# IMX specific device driver settings
#
+# CONFIG_UARTn_DISABLE - select to disable all support for
+# the UART
# CONFIG_UARTn_SERIAL_CONSOLE - selects the UARTn for the
-# console and ttys0 (default is the UART0).
+# console and ttys0 (default is the UART1).
# CONFIG_UARTn_RXBUFSIZE - Characters are buffered as received.
# This specific the size of the receive buffer
# CONFIG_UARTn_TXBUFSIZE - Characters are buffered before
@@ -87,27 +89,30 @@ CONFIG_ARCH_STACKDUMP=y
# CONFIG_UARTn_PARTIY - 0=no parity, 1=odd parity, 2=even parity
# CONFIG_UARTn_2STOP - Two stop bits
#
-CONFIG_UART0_SERIAL_CONSOLE=y
-CONFIG_UART1_SERIAL_CONSOLE=n
+CONFIG_UART1_DISABLE=n
+CONFIG_UART2_DISABLE=y
+CONFIG_UART3_DISABLE=y
+CONFIG_UART1_SERIAL_CONSOLE=y
CONFIG_UART2_SERIAL_CONSOLE=n
-CONFIG_UART0_TXBUFSIZE=256
+CONFIG_UART3_SERIAL_CONSOLE=n
CONFIG_UART1_TXBUFSIZE=256
CONFIG_UART2_TXBUFSIZE=256
-CONFIG_UART0_RXBUFSIZE=256
+CONFIG_UART3_TXBUFSIZE=256
CONFIG_UART1_RXBUFSIZE=256
CONFIG_UART2_RXBUFSIZE=256
-CONFIG_UART0_BAUD=115200
+CONFIG_UART3_RXBUFSIZE=256
CONFIG_UART1_BAUD=115200
CONFIG_UART2_BAUD=115200
-CONFIG_UART0_BITS=8
+CONFIG_UART3_BAUD=115200
CONFIG_UART1_BITS=8
CONFIG_UART2_BITS=8
-CONFIG_UART0_PARITY=0
+CONFIG_UART3_BITS=8
CONFIG_UART1_PARITY=0
CONFIG_UART2_PARITY=0
-CONFIG_UART0_2STOP=0
+CONFIG_UART3_PARITY=0
CONFIG_UART1_2STOP=0
CONFIG_UART2_2STOP=0
+CONFIG_UART3_2STOP=0
#
# General build options