summaryrefslogtreecommitdiff
path: root/nuttx/configs/kwikstik-k40/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-13 23:48:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-13 23:48:15 +0000
commitfcd51cbc81e18535d3b4221ae6e4cb18bf3623e9 (patch)
tree05c92c788c11b20893e79e97e6ee83330fe7feda /nuttx/configs/kwikstik-k40/README.txt
parentafd96ea0af98714eba7b76edb58be5f27cf20b44 (diff)
downloadpx4-nuttx-fcd51cbc81e18535d3b4221ae6e4cb18bf3623e9.tar.gz
px4-nuttx-fcd51cbc81e18535d3b4221ae6e4cb18bf3623e9.tar.bz2
px4-nuttx-fcd51cbc81e18535d3b4221ae6e4cb18bf3623e9.zip
Add chip-specific pin multiplexing definitions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3877 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/kwikstik-k40/README.txt')
-rw-r--r--nuttx/configs/kwikstik-k40/README.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/nuttx/configs/kwikstik-k40/README.txt b/nuttx/configs/kwikstik-k40/README.txt
index 9b479905d..08a6ac018 100644
--- a/nuttx/configs/kwikstik-k40/README.txt
+++ b/nuttx/configs/kwikstik-k40/README.txt
@@ -300,16 +300,16 @@ KwikStik-K40-specific Configuration Options
Kinetis K40 specific device driver settings
- CONFIG_U[S]ARTn_SERIAL_CONSOLE - selects the USARTn (n=1,2,3) or UART
- m (m=4,5) for the console and ttys0 (default is the USART1).
- CONFIG_U[S]ARTn_RXBUFSIZE - Characters are buffered as received.
+ 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_RXBUFSIZE - Characters are buffered as received.
This specific the size of the receive buffer
- CONFIG_U[S]ARTn_TXBUFSIZE - Characters are buffered before
+ CONFIG_UARTn_TXBUFSIZE - Characters are buffered before
being sent. This specific the size of the transmit buffer
- CONFIG_U[S]ARTn_BAUD - The configure BAUD of the UART. Must be
- CONFIG_U[S]ARTn_BITS - The number of bits. Must be either 7 or 8.
- CONFIG_U[S]ARTn_PARTIY - 0=no parity, 1=odd parity, 2=even parity
- CONFIG_U[S]ARTn_2STOP - Two stop bits
+ 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_KINETIS_SPI_INTERRUPTS - Select to enable interrupt driven SPI
support. Non-interrupt-driven, poll-waiting is recommended if the