summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/kwikstik-k40/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-08-14 15:53:19 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-08-14 15:53:19 +0000
commit02da2aefe88f2477d269aa17b217ee06205093d9 (patch)
tree873a42c6903c56542ef2597a0d22686b47c3e9c5 /nuttx/configs/kwikstik-k40/ostest
parentf13574fb5fbca775e5320dcaf18acea3bcb558c9 (diff)
Add basic Kinetis serial support
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3878 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/kwikstik-k40/ostest')
-rwxr-xr-xnuttx/configs/kwikstik-k40/ostest/defconfig13
1 files changed, 3 insertions, 10 deletions
diff --git a/nuttx/configs/kwikstik-k40/ostest/defconfig b/nuttx/configs/kwikstik-k40/ostest/defconfig
index 1569289fff..651404aa89 100755
--- a/nuttx/configs/kwikstik-k40/ostest/defconfig
+++ b/nuttx/configs/kwikstik-k40/ostest/defconfig
@@ -142,15 +142,14 @@ CONFIG_KINETIS_ADC3=n
# K40X256VLQ100 specific serial device driver settings
#
# CONFIG_UARTn_SERIAL_CONSOLE - selects the UARTn for the
-# console and ttys0 (default is the UART1).
+# console and ttys0 (default is the UART0).
# CONFIG_UARTn_RXBUFSIZE - Characters are buffered as received.
# This specific the size of the receive buffer
# CONFIG_UARTn_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_BAUD - The configure BAUD of the UART.
+# CONFIG_UARTn_BITS - The number of bits. Must be either 8 or 9.
# CONFIG_UARTn_PARTIY - 0=no parity, 1=odd parity, 2=even parity
-# CONFIG_UARTn_2STOP - Two stop bits
#
CONFIG_UART1_SERIAL_CONSOLE=y
CONFIG_UART2_SERIAL_CONSOLE=n
@@ -188,12 +187,6 @@ CONFIG_UART3_PARITY=0
CONFIG_UART4_PARITY=0
CONFIG_UART5_PARITY=0
-CONFIG_UART1_2STOP=0
-CONFIG_UART2_2STOP=0
-CONFIG_UART3_2STOP=0
-CONFIG_UART4_2STOP=0
-CONFIG_UART5_2STOP=0
-
#
# K40X256VLQ100 specific SSI device driver settings
#