summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-13 20:15:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-13 20:15:23 +0000
commitadffccfe23e60bbe39b71a0011dfd1726c44102a (patch)
tree16a847c47322caec899a1d9cde71d1f58e1c519d
parent17f623fff9262336a8b1bc6f62e2035b5708be78 (diff)
downloadnuttx-adffccfe23e60bbe39b71a0011dfd1726c44102a.tar.gz
nuttx-adffccfe23e60bbe39b71a0011dfd1726c44102a.tar.bz2
nuttx-adffccfe23e60bbe39b71a0011dfd1726c44102a.zip
Fix comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1223 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/configs/us7032evb1/nsh/defconfig14
-rw-r--r--nuttx/configs/us7032evb1/ostest/defconfig14
2 files changed, 14 insertions, 14 deletions
diff --git a/nuttx/configs/us7032evb1/nsh/defconfig b/nuttx/configs/us7032evb1/nsh/defconfig
index c07d4b6ff..76a3fa6dd 100644
--- a/nuttx/configs/us7032evb1/nsh/defconfig
+++ b/nuttx/configs/us7032evb1/nsh/defconfig
@@ -103,16 +103,16 @@ CONFIG_SH1_CMI=n
#
# SH1 specific device driver settings
#
-# CONFIG_UARTn_SERIAL_CONSOLE - selects the UARTn for the
+# CONFIG_SCIn_SERIAL_CONSOLE - selects the SCIn for the
# console and ttys0 (default is the UART0).
-# CONFIG_UARTn_RXBUFSIZE - Characters are buffered as received.
+# CONFIG_SCIn_RXBUFSIZE - Characters are buffered as received.
# This specific the size of the receive buffer
-# CONFIG_UARTn_TXBUFSIZE - Characters are buffered before
+# CONFIG_SCIn_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, 3=mark 1, 4=space 0
-# CONFIG_UARTn_2STOP - Two stop bits
+# CONFIG_SCIn_BAUD - The configure BAUD of the UART. Must be
+# CONFIG_SCIn_BITS - The number of bits. Must be either 7 or 8.
+# CONFIG_SCIn_PARTIY - 0=no parity, 1=odd parity, 2=even parity, 3=mark 1, 4=space 0
+# CONFIG_SCIn_2STOP - Two stop bits
#
CONFIG_SCI0_SERIAL_CONSOLE=n
CONFIG_SCI1_SERIAL_CONSOLE=y
diff --git a/nuttx/configs/us7032evb1/ostest/defconfig b/nuttx/configs/us7032evb1/ostest/defconfig
index 1ee9aff25..60c78c99e 100644
--- a/nuttx/configs/us7032evb1/ostest/defconfig
+++ b/nuttx/configs/us7032evb1/ostest/defconfig
@@ -103,16 +103,16 @@ CONFIG_SH1_CMI=n
#
# SH1 specific device driver settings
#
-# CONFIG_UARTn_SERIAL_CONSOLE - selects the UARTn for the
+# CONFIG_SCIn_SERIAL_CONSOLE - selects the SCIn for the
# console and ttys0 (default is the UART0).
-# CONFIG_UARTn_RXBUFSIZE - Characters are buffered as received.
+# CONFIG_SCIn_RXBUFSIZE - Characters are buffered as received.
# This specific the size of the receive buffer
-# CONFIG_UARTn_TXBUFSIZE - Characters are buffered before
+# CONFIG_SCIn_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, 3=mark 1, 4=space 0
-# CONFIG_UARTn_2STOP - Two stop bits
+# CONFIG_SCIn_BAUD - The configure BAUD of the UART. Must be
+# CONFIG_SCIn_BITS - The number of bits. Must be either 7 or 8.
+# CONFIG_SCIn_PARTIY - 0=no parity, 1=odd parity, 2=even parity, 3=mark 1, 4=space 0
+# CONFIG_SCIn_2STOP - Two stop bits
#
CONFIG_SCI0_SERIAL_CONSOLE=n
CONFIG_SCI1_SERIAL_CONSOLE=y