summaryrefslogtreecommitdiff
path: root/nuttx/configs/kwikstik-k40/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-14 15:53:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-14 15:53:19 +0000
commit6e69036ba018c62efcda6d93ded93850841e6f5d (patch)
tree873a42c6903c56542ef2597a0d22686b47c3e9c5 /nuttx/configs/kwikstik-k40/README.txt
parentfcd51cbc81e18535d3b4221ae6e4cb18bf3623e9 (diff)
downloadpx4-nuttx-6e69036ba018c62efcda6d93ded93850841e6f5d.tar.gz
px4-nuttx-6e69036ba018c62efcda6d93ded93850841e6f5d.tar.bz2
px4-nuttx-6e69036ba018c62efcda6d93ded93850841e6f5d.zip
Add basic Kinetis serial support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3878 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/kwikstik-k40/README.txt')
-rw-r--r--nuttx/configs/kwikstik-k40/README.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/nuttx/configs/kwikstik-k40/README.txt b/nuttx/configs/kwikstik-k40/README.txt
index 08a6ac018..e8f3865f7 100644
--- a/nuttx/configs/kwikstik-k40/README.txt
+++ b/nuttx/configs/kwikstik-k40/README.txt
@@ -300,16 +300,15 @@ KwikStik-K40-specific Configuration Options
Kinetis K40 specific device driver settings
- CONFIG_UARTn_SERIAL_CONSOLE - selects the UARTn (n=1,2,3) or UART
- m (m=4,5) for the console and ttys0 (default is the UART1).
+ CONFIG_UARTn_SERIAL_CONSOLE - selects the UARTn (n=0..5) for the
+ 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 8.
CONFIG_UARTn_PARTIY - 0=no parity, 1=odd parity, 2=even parity
- CONFIG_UARTn_2STOP - Two stop bits
CONFIG_KINETIS_SPI_INTERRUPTS - Select to enable interrupt driven SPI
support. Non-interrupt-driven, poll-waiting is recommended if the