summaryrefslogtreecommitdiff
path: root/nuttx/configs/avr32dev1/ostest/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/avr32dev1/ostest/defconfig')
-rwxr-xr-xnuttx/configs/avr32dev1/ostest/defconfig91
1 files changed, 46 insertions, 45 deletions
diff --git a/nuttx/configs/avr32dev1/ostest/defconfig b/nuttx/configs/avr32dev1/ostest/defconfig
index 5a951c5c0..79637bfaa 100755
--- a/nuttx/configs/avr32dev1/ostest/defconfig
+++ b/nuttx/configs/avr32dev1/ostest/defconfig
@@ -97,59 +97,60 @@ CONFIG_AVR32_AVRTOOLSW=y
CONFIG_AVR32_AVRTOOLSL=n
#
-# Individual subsystems can be enabled:
-#
# Individual subsystems can be enabled:
#
+# CONFIG_AVR32_USARTn - Enable support for USARTn
+# CONFIG_AVR32_USARTn_RS232 - Configure USARTn as an RS232 interface.
+#
+
+CONFIG_AVR32_USART0=y
+CONFIG_AVR32_USART1=n
+CONFIG_AVR32_USART2=n
+CONFIG_AVR32_USART0_RS232=y
+CONFIG_AVR32_USART1_RS232=y
+CONFIG_AVR32_USART2_RS232=y
#
# AVR32 specific serial device driver settings
#
-# CONFIG_UARTn_SERIAL_CONSOLE - selects the UARTn for the
-# console and ttys0 (default is the UART1).
-# CONFIG_UARTn_RXBUFSIZE - Characters are buffered as received.
+# CONFIG_USARTn_SERIAL_CONSOLE - selects the USARTn for the
+# console and ttys0 (default is the USART0).
+# CONFIG_USARTn_RXBUFSIZE - Characters are buffered as received.
# This specific the size of the receive buffer
-# CONFIG_UARTn_TXBUFSIZE - Characters are buffered before
+# CONFIG_USARTn_TXBUFSIZE - Characters are buffered before
# being sent. This specific the size of the transmit buffer
-# CONFIG_UARTn_BAUD - The configure BAUD of the UART. Must be
-# CONFIG_UARTn_BITS - The number of bits. Must be either 7 or 8.
-# 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_UART2_SERIAL_CONSOLE=n
-CONFIG_UART3_SERIAL_CONSOLE=n
-
-CONFIG_UART0_TXBUFSIZE=256
-CONFIG_UART1_TXBUFSIZE=256
-CONFIG_UART2_TXBUFSIZE=256
-CONFIG_UART3_TXBUFSIZE=256
-
-CONFIG_UART0_RXBUFSIZE=256
-CONFIG_UART1_RXBUFSIZE=256
-CONFIG_UART2_RXBUFSIZE=256
-CONFIG_UART3_RXBUFSIZE=256
-
-CONFIG_UART0_BAUD=115200
-CONFIG_UART2_BAUD=115200
-CONFIG_UART3_BAUD=115200
-CONFIG_UART1_BAUD=115200
-
-CONFIG_UART0_BITS=8
-CONFIG_UART1_BITS=8
-CONFIG_UART2_BITS=8
-CONFIG_UART3_BITS=8
-
-CONFIG_UART0_PARITY=0
-CONFIG_UART1_PARITY=0
-CONFIG_UART2_PARITY=0
-CONFIG_UART3_PARITY=0
-
-CONFIG_UART0_2STOP=0
-CONFIG_UART1_2STOP=0
-CONFIG_UART2_2STOP=0
-CONFIG_UART3_2STOP=0
+# CONFIG_USARTn_BAUD - The configure BAUD of the USART. Must be
+# CONFIG_USARTn_BITS - The number of bits. Must be either 7 or 8.
+# CONFIG_USARTn_PARTIY - 0=no parity, 1=odd parity, 2=even parity
+# CONFIG_USARTn_2STOP - Two stop bits
+#
+CONFIG_USART0_SERIAL_CONSOLE=y
+CONFIG_USART1_SERIAL_CONSOLE=n
+CONFIG_USART2_SERIAL_CONSOLE=n
+
+CONFIG_USART0_TXBUFSIZE=256
+CONFIG_USART1_TXBUFSIZE=256
+CONFIG_USART2_TXBUFSIZE=256
+
+CONFIG_USART0_RXBUFSIZE=256
+CONFIG_USART1_RXBUFSIZE=256
+CONFIG_USART2_RXBUFSIZE=256
+
+CONFIG_USART0_BAUD=115200
+CONFIG_USART1_BAUD=115200
+CONFIG_USART2_BAUD=115200
+
+CONFIG_USART0_BITS=8
+CONFIG_USART1_BITS=8
+CONFIG_USART2_BITS=8
+
+CONFIG_USART0_PARITY=0
+CONFIG_USART1_PARITY=0
+CONFIG_USART2_PARITY=0
+
+CONFIG_USART0_2STOP=0
+CONFIG_USART1_2STOP=0
+CONFIG_USART2_2STOP=0
#
# General build options