summaryrefslogtreecommitdiff
path: root/nuttx/configs/skp16c26/ostest/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/skp16c26/ostest/defconfig')
-rw-r--r--nuttx/configs/skp16c26/ostest/defconfig15
1 files changed, 13 insertions, 2 deletions
diff --git a/nuttx/configs/skp16c26/ostest/defconfig b/nuttx/configs/skp16c26/ostest/defconfig
index 6757d5d74..bc3dc1db7 100644
--- a/nuttx/configs/skp16c26/ostest/defconfig
+++ b/nuttx/configs/skp16c26/ostest/defconfig
@@ -78,6 +78,7 @@ CONFIG_ARCH_STACKDUMP=y
#
# M16C specific device driver settings
#
+# CONFIG_UARTn_DISABLE - Disables all support for UARTn.
# CONFIG_UARTn_SERIAL_CONSOLE - selects the UARTn for the
# console and ttys0 (default is the UART0).
# CONFIG_UARTn_RXBUFSIZE - Characters are buffered as received.
@@ -89,20 +90,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_DISABLE=n
+CONFIG_UART1_DISABLE=y
+CONFIG_UART2_DISABLE=y
CONFIG_UART0_SERIAL_CONSOLE=y
CONFIG_UART1_SERIAL_CONSOLE=n
+CONFIG_UART2_SERIAL_CONSOLE=n
CONFIG_UART0_TXBUFSIZE=64
CONFIG_UART1_TXBUFSIZE=64
+CONFIG_UART2_TXBUFSIZE=64
CONFIG_UART0_RXBUFSIZE=64
CONFIG_UART1_RXBUFSIZE=64
-CONFIG_UART0_BAUD=9600
-CONFIG_UART1_BAUD=9600
+CONFIG_UART2_RXBUFSIZE=64
+CONFIG_UART0_BAUD=19200
+CONFIG_UART1_BAUD=19200
+CONFIG_UART2_BAUD=19200
CONFIG_UART0_BITS=8
CONFIG_UART1_BITS=8
+CONFIG_UART2_BITS=8
CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0
+CONFIG_UART2_PARITY=0
CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=0
+CONFIG_UART2_2STOP=0
#
# General build options