summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-26 19:51:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-26 19:51:08 +0000
commitff96f786f0d77a1550f5096afb902eaef0e291ff (patch)
treecac5796783fd6668fa34515694653184854f0cda /nuttx
parent0f01947f6b50998ebd6f4ff3e66392a930b62365 (diff)
downloadpx4-nuttx-ff96f786f0d77a1550f5096afb902eaef0e291ff.tar.gz
px4-nuttx-ff96f786f0d77a1550f5096afb902eaef0e291ff.tar.bz2
px4-nuttx-ff96f786f0d77a1550f5096afb902eaef0e291ff.zip
Oops.. last edit still in editor
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2098 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/configs/stm3210e-eval/README.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt
index fa2437a3a..bf41efc9c 100755
--- a/nuttx/configs/stm3210e-eval/README.txt
+++ b/nuttx/configs/stm3210e-eval/README.txt
@@ -195,16 +195,16 @@ STM3210E-EVAL-specific Configuration Options
STM32F103Z specific device driver settings
- CONFIG_USARTn_SERIAL_CONSOLE - selects the UARTn for the
- console and ttys0 (default is the UART0).
- CONFIG_USARTn_RXBUFSIZE - Characters are buffered as received.
+ 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.
This specific the size of the receive buffer
- CONFIG_USARTn_TXBUFSIZE - Characters are buffered before
+ CONFIG_U[S]ARTn_TXBUFSIZE - Characters are buffered before
being sent. This specific the size of the transmit buffer
- CONFIG_USARTn_BAUD - The configure BAUD of the UART. 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_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_SPI1_DISABLE - Select to disable support for SPI1
CONFIG_SPI2_DISABLE - Select to disable support for SPI2