Kconfig changes + back out part of last check-in: The 2STOP setting must be integer 0/1, not boolean
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5086 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
43d0205d96
commit
dbaa35bf9c
@ -331,10 +331,10 @@ config USART0_PARITY
|
||||
0=no parity, 1=odd parity, 2=even parity
|
||||
|
||||
config USART0_2STOP
|
||||
bool "USART0 two stop bits"
|
||||
default n
|
||||
int "USART0 two stop bits"
|
||||
default 0
|
||||
---help---
|
||||
Two stop bits
|
||||
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||
|
||||
endmenu
|
||||
|
||||
@ -380,10 +380,10 @@ config UART1_PARITY
|
||||
0=no parity, 1=odd parity, 2=even parity
|
||||
|
||||
config UART1_2STOP
|
||||
bool "UART1 two stop bits"
|
||||
default n
|
||||
int "UART1 two stop bits"
|
||||
default 0
|
||||
---help---
|
||||
Two stop bits
|
||||
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||
|
||||
endmenu
|
||||
|
||||
@ -429,10 +429,10 @@ config USART2_PARITY
|
||||
0=no parity, 1=odd parity, 2=even parity
|
||||
|
||||
config USART2_2STOP
|
||||
bool "USART2 two stop bits"
|
||||
default n
|
||||
int "USART2 two stop bits"
|
||||
default 0
|
||||
---help---
|
||||
Two stop bits
|
||||
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||
|
||||
endmenu
|
||||
|
||||
@ -478,10 +478,10 @@ config USART3_PARITY
|
||||
0=no parity, 1=odd parity, 2=even parity
|
||||
|
||||
config USART3_2STOP
|
||||
bool "USART3 two stop bits"
|
||||
default n
|
||||
int "USART3 two stop bits"
|
||||
default 0
|
||||
---help---
|
||||
Two stop bits
|
||||
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||
|
||||
endmenu
|
||||
|
||||
|
@ -1462,10 +1462,10 @@ config USART1_PARITY
|
||||
0=no parity, 1=odd parity, 2=even parity
|
||||
|
||||
config USART1_2STOP
|
||||
bool "USART1 two stop bits"
|
||||
default n
|
||||
int "USART1 two stop bits"
|
||||
default 0
|
||||
---help---
|
||||
Two stop bits
|
||||
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||
|
||||
config USART1_RXDMA
|
||||
bool "USART1 Rx DMA"
|
||||
@ -1518,10 +1518,10 @@ config USART2_PARITY
|
||||
0=no parity, 1=odd parity, 2=even parity
|
||||
|
||||
config USART2_2STOP
|
||||
bool "USART2 two stop bits"
|
||||
default n
|
||||
int "USART2 two stop bits"
|
||||
default 0
|
||||
---help---
|
||||
Two stop bits
|
||||
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||
|
||||
config USART2_RXDMA
|
||||
bool "USART2 Rx DMA"
|
||||
@ -1574,10 +1574,10 @@ config USART3_PARITY
|
||||
0=no parity, 1=odd parity, 2=even parity
|
||||
|
||||
config USART3_2STOP
|
||||
bool "USART3 two stop bits"
|
||||
default n
|
||||
int "USART3 two stop bits"
|
||||
default 0
|
||||
---help---
|
||||
Two stop bits
|
||||
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||
|
||||
config USART3_RXDMA
|
||||
bool "USART3 Rx DMA"
|
||||
@ -1630,10 +1630,10 @@ config UART4_PARITY
|
||||
0=no parity, 1=odd parity, 2=even parity
|
||||
|
||||
config UART4_2STOP
|
||||
bool "UART4 two stop bits"
|
||||
default n
|
||||
int "UART4 two stop bits"
|
||||
default 0
|
||||
---help---
|
||||
Two stop bits
|
||||
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||
|
||||
config UART4_RXDMA
|
||||
bool "UART4 Rx DMA"
|
||||
@ -1686,10 +1686,10 @@ config UART5_PARITY
|
||||
0=no parity, 1=odd parity, 2=even parity
|
||||
|
||||
config UART5_2STOP
|
||||
bool "UART5 two stop bits"
|
||||
default n
|
||||
int "UART5 two stop bits"
|
||||
default 0
|
||||
---help---
|
||||
Two stop bits
|
||||
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||
|
||||
config UART5_RXDMA
|
||||
bool "UART5 Rx DMA"
|
||||
@ -1742,10 +1742,10 @@ config USART6_PARITY
|
||||
0=no parity, 1=odd parity, 2=even parity
|
||||
|
||||
config USART6_2STOP
|
||||
bool "USART6 two stop bits"
|
||||
default n
|
||||
int "USART6 two stop bits"
|
||||
default 0
|
||||
---help---
|
||||
Two stop bits
|
||||
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||
|
||||
config USART6_RXDMA
|
||||
bool "USART6 Rx DMA"
|
||||
|
@ -946,10 +946,10 @@ config UART1_PARITY
|
||||
0=no parity, 1=odd parity, 2=even parity
|
||||
|
||||
config UART1_2STOP
|
||||
bool "UART1 2 stop bits"
|
||||
default n
|
||||
int "UART1 2 stop bits"
|
||||
default 0
|
||||
---help---
|
||||
Two stop bits
|
||||
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||
|
||||
endmenu
|
||||
|
||||
@ -993,10 +993,10 @@ config UART2_PARITY
|
||||
0=no parity, 1=odd parity, 2=even parity
|
||||
|
||||
config UART2_2STOP
|
||||
bool "UART2 2 stop bits"
|
||||
default n
|
||||
int "UART2 2 stop bits"
|
||||
default 0
|
||||
---help---
|
||||
Two stop bits
|
||||
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||
|
||||
endmenu
|
||||
|
||||
@ -1040,10 +1040,10 @@ config UART3_PARITY
|
||||
0=no parity, 1=odd parity, 2=even parity
|
||||
|
||||
config UART3_2STOP
|
||||
bool "UART3 2 stop bits"
|
||||
default n
|
||||
int "UART3 2 stop bits"
|
||||
default 0
|
||||
---help---
|
||||
Two stop bits
|
||||
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||
|
||||
endmenu
|
||||
|
||||
@ -1087,10 +1087,10 @@ config UART4_PARITY
|
||||
0=no parity, 1=odd parity, 2=even parity
|
||||
|
||||
config UART4_2STOP
|
||||
bool "UART4 2 stop bits"
|
||||
default n
|
||||
int "UART4 2 stop bits"
|
||||
default 0
|
||||
---help---
|
||||
Two stop bits
|
||||
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||
|
||||
endmenu
|
||||
|
||||
@ -1134,10 +1134,10 @@ config UART5_PARITY
|
||||
0=no parity, 1=odd parity, 2=even parity
|
||||
|
||||
config UART5_2STOP
|
||||
bool "UART5 2 stop bits"
|
||||
default n
|
||||
int "UART5 2 stop bits"
|
||||
default 0
|
||||
---help---
|
||||
Two stop bits
|
||||
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||
|
||||
endmenu
|
||||
|
||||
@ -1181,10 +1181,10 @@ config UART6_PARITY
|
||||
0=no parity, 1=odd parity, 2=even parity
|
||||
|
||||
config UART6_2STOP
|
||||
bool "UART6 2 stop bits"
|
||||
default n
|
||||
int "UART6 2 stop bits"
|
||||
default 0
|
||||
---help---
|
||||
Two stop bits
|
||||
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||
|
||||
endmenu
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user