summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-05 17:20:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-05 17:20:19 +0000
commit291dd23da13557097ec86d3899a16c8548d2ebd2 (patch)
treed66089490b6d6a874d87f9a401e857f4872be187 /nuttx/arch/arm/src/stm32
parent58b3f22d812ecc73e8658679638b4ef772dd9210 (diff)
downloadpx4-nuttx-291dd23da13557097ec86d3899a16c8548d2ebd2.tar.gz
px4-nuttx-291dd23da13557097ec86d3899a16c8548d2ebd2.tar.bz2
px4-nuttx-291dd23da13557097ec86d3899a16c8548d2ebd2.zip
Add Kconfig settings for the LPC17xx
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5094 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/stm32')
-rw-r--r--nuttx/arch/arm/src/stm32/Kconfig100
1 files changed, 2 insertions, 98 deletions
diff --git a/nuttx/arch/arm/src/stm32/Kconfig b/nuttx/arch/arm/src/stm32/Kconfig
index 0aa1f76b7..371d39ed4 100644
--- a/nuttx/arch/arm/src/stm32/Kconfig
+++ b/nuttx/arch/arm/src/stm32/Kconfig
@@ -303,10 +303,12 @@ config STM32_USART3
config STM32_UART4
bool "UART4"
+ select ARCH_HAS_UART4
default n
config STM32_UART5
bool "UART5"
+ select ARCH_HAS_UART5
default n
config STM32_USART6
@@ -1445,53 +1447,6 @@ config USART3_RXDMA
---help---
In high data rate usage, Rx DMA may eliminate Rx overrun errors
-menu "UART4 Configuration"
- depends on STM32_UART4
-
-config UART4_SERIAL_CONSOLE
- bool "UART4 serial console"
- default y if !STM32_USART1 && !STM32_USART2 && !STM32_USART3
- ---help---
- Selects the UART4 for the console and ttys0 (default is the USART1).
-
-config UART4_RXBUFSIZE
- int "UART4 Rx buffer size"
- default 256
- ---help---
- Characters are buffered as received. This specific the size of the receive
- buffer.
-
-config UART4_TXBUFSIZE
- int "UART4 Tx buffer size"
- default 256
- ---help---
- Characters are buffered before being sent. This specific the size of the
- transmit buffer
-
-config UART4_BAUD
- int "UART4 BAUD"
- default 11520
- ---help---
- The configured BAUD of the UART
-
-config UART4_BITS
- int "UART4 number of bits"
- default 8
- ---help---
- The number of bits. Must be either 7 or 8.
-
-config UART4_PARITY
- int "UART4 parity"
- default 0
- ---help---
- 0=no parity, 1=odd parity, 2=even parity
-
-config UART4_2STOP
- int "UART4 two stop bits"
- default 0
- ---help---
- 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
-
config UART4_RXDMA
bool "UART4 Rx DMA"
default n
@@ -1499,55 +1454,6 @@ config UART4_RXDMA
---help---
In high data rate usage, Rx DMA may eliminate Rx overrun errors
-endmenu
-
-menu "UART5 Configuration"
- depends on STM32_UART5
-
-config UART5_SERIAL_CONSOLE
- bool "UART5 serial console"
- default y if !STM32_USART1 && !STM32_USART2 && !STM32_USART3 && !STM32_UART4
- ---help---
- Selects the UART5 for the console and ttys0 (default is the USART1).
-
-config UART5_RXBUFSIZE
- int "UART5 Rx buffer size"
- default 256
- ---help---
- Characters are buffered as received. This specific the size of the receive
- buffer.
-
-config UART5_TXBUFSIZE
- int "UART5 Tx buffer size"
- default 256
- ---help---
- Characters are buffered before being sent. This specific the size of the
- transmit buffer
-
-config UART5_BAUD
- int "UART5 BAUD"
- default 11520
- ---help---
- The configured BAUD of the UART
-
-config UART5_BITS
- int "UART5 number of bits"
- default 8
- ---help---
- The number of bits. Must be either 7 or 8.
-
-config UART5_PARITY
- int "UART5 parity"
- default 0
- ---help---
- 0=no parity, 1=odd parity, 2=even parity
-
-config UART5_2STOP
- int "UART5 two stop bits"
- default 0
- ---help---
- 0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
-
config UART5_RXDMA
bool "UART5 Rx DMA"
default n
@@ -1555,8 +1461,6 @@ config UART5_RXDMA
---help---
In high data rate usage, Rx DMA may eliminate Rx overrun errors
-endmenu
-
config USART6_RXDMA
bool "USART6 Rx DMA"
default n