mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
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:
@@ -331,10 +331,10 @@ config USART0_PARITY
|
|||||||
0=no parity, 1=odd parity, 2=even parity
|
0=no parity, 1=odd parity, 2=even parity
|
||||||
|
|
||||||
config USART0_2STOP
|
config USART0_2STOP
|
||||||
bool "USART0 two stop bits"
|
int "USART0 two stop bits"
|
||||||
default n
|
default 0
|
||||||
---help---
|
---help---
|
||||||
Two stop bits
|
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
@@ -380,10 +380,10 @@ config UART1_PARITY
|
|||||||
0=no parity, 1=odd parity, 2=even parity
|
0=no parity, 1=odd parity, 2=even parity
|
||||||
|
|
||||||
config UART1_2STOP
|
config UART1_2STOP
|
||||||
bool "UART1 two stop bits"
|
int "UART1 two stop bits"
|
||||||
default n
|
default 0
|
||||||
---help---
|
---help---
|
||||||
Two stop bits
|
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
@@ -429,10 +429,10 @@ config USART2_PARITY
|
|||||||
0=no parity, 1=odd parity, 2=even parity
|
0=no parity, 1=odd parity, 2=even parity
|
||||||
|
|
||||||
config USART2_2STOP
|
config USART2_2STOP
|
||||||
bool "USART2 two stop bits"
|
int "USART2 two stop bits"
|
||||||
default n
|
default 0
|
||||||
---help---
|
---help---
|
||||||
Two stop bits
|
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
@@ -478,10 +478,10 @@ config USART3_PARITY
|
|||||||
0=no parity, 1=odd parity, 2=even parity
|
0=no parity, 1=odd parity, 2=even parity
|
||||||
|
|
||||||
config USART3_2STOP
|
config USART3_2STOP
|
||||||
bool "USART3 two stop bits"
|
int "USART3 two stop bits"
|
||||||
default n
|
default 0
|
||||||
---help---
|
---help---
|
||||||
Two stop bits
|
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
|||||||
+18
-18
@@ -1462,10 +1462,10 @@ config USART1_PARITY
|
|||||||
0=no parity, 1=odd parity, 2=even parity
|
0=no parity, 1=odd parity, 2=even parity
|
||||||
|
|
||||||
config USART1_2STOP
|
config USART1_2STOP
|
||||||
bool "USART1 two stop bits"
|
int "USART1 two stop bits"
|
||||||
default n
|
default 0
|
||||||
---help---
|
---help---
|
||||||
Two stop bits
|
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||||
|
|
||||||
config USART1_RXDMA
|
config USART1_RXDMA
|
||||||
bool "USART1 Rx DMA"
|
bool "USART1 Rx DMA"
|
||||||
@@ -1518,10 +1518,10 @@ config USART2_PARITY
|
|||||||
0=no parity, 1=odd parity, 2=even parity
|
0=no parity, 1=odd parity, 2=even parity
|
||||||
|
|
||||||
config USART2_2STOP
|
config USART2_2STOP
|
||||||
bool "USART2 two stop bits"
|
int "USART2 two stop bits"
|
||||||
default n
|
default 0
|
||||||
---help---
|
---help---
|
||||||
Two stop bits
|
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||||
|
|
||||||
config USART2_RXDMA
|
config USART2_RXDMA
|
||||||
bool "USART2 Rx DMA"
|
bool "USART2 Rx DMA"
|
||||||
@@ -1574,10 +1574,10 @@ config USART3_PARITY
|
|||||||
0=no parity, 1=odd parity, 2=even parity
|
0=no parity, 1=odd parity, 2=even parity
|
||||||
|
|
||||||
config USART3_2STOP
|
config USART3_2STOP
|
||||||
bool "USART3 two stop bits"
|
int "USART3 two stop bits"
|
||||||
default n
|
default 0
|
||||||
---help---
|
---help---
|
||||||
Two stop bits
|
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||||
|
|
||||||
config USART3_RXDMA
|
config USART3_RXDMA
|
||||||
bool "USART3 Rx DMA"
|
bool "USART3 Rx DMA"
|
||||||
@@ -1630,10 +1630,10 @@ config UART4_PARITY
|
|||||||
0=no parity, 1=odd parity, 2=even parity
|
0=no parity, 1=odd parity, 2=even parity
|
||||||
|
|
||||||
config UART4_2STOP
|
config UART4_2STOP
|
||||||
bool "UART4 two stop bits"
|
int "UART4 two stop bits"
|
||||||
default n
|
default 0
|
||||||
---help---
|
---help---
|
||||||
Two stop bits
|
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||||
|
|
||||||
config UART4_RXDMA
|
config UART4_RXDMA
|
||||||
bool "UART4 Rx DMA"
|
bool "UART4 Rx DMA"
|
||||||
@@ -1686,10 +1686,10 @@ config UART5_PARITY
|
|||||||
0=no parity, 1=odd parity, 2=even parity
|
0=no parity, 1=odd parity, 2=even parity
|
||||||
|
|
||||||
config UART5_2STOP
|
config UART5_2STOP
|
||||||
bool "UART5 two stop bits"
|
int "UART5 two stop bits"
|
||||||
default n
|
default 0
|
||||||
---help---
|
---help---
|
||||||
Two stop bits
|
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||||
|
|
||||||
config UART5_RXDMA
|
config UART5_RXDMA
|
||||||
bool "UART5 Rx DMA"
|
bool "UART5 Rx DMA"
|
||||||
@@ -1742,10 +1742,10 @@ config USART6_PARITY
|
|||||||
0=no parity, 1=odd parity, 2=even parity
|
0=no parity, 1=odd parity, 2=even parity
|
||||||
|
|
||||||
config USART6_2STOP
|
config USART6_2STOP
|
||||||
bool "USART6 two stop bits"
|
int "USART6 two stop bits"
|
||||||
default n
|
default 0
|
||||||
---help---
|
---help---
|
||||||
Two stop bits
|
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||||
|
|
||||||
config USART6_RXDMA
|
config USART6_RXDMA
|
||||||
bool "USART6 Rx DMA"
|
bool "USART6 Rx DMA"
|
||||||
|
|||||||
@@ -946,10 +946,10 @@ config UART1_PARITY
|
|||||||
0=no parity, 1=odd parity, 2=even parity
|
0=no parity, 1=odd parity, 2=even parity
|
||||||
|
|
||||||
config UART1_2STOP
|
config UART1_2STOP
|
||||||
bool "UART1 2 stop bits"
|
int "UART1 2 stop bits"
|
||||||
default n
|
default 0
|
||||||
---help---
|
---help---
|
||||||
Two stop bits
|
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
@@ -993,10 +993,10 @@ config UART2_PARITY
|
|||||||
0=no parity, 1=odd parity, 2=even parity
|
0=no parity, 1=odd parity, 2=even parity
|
||||||
|
|
||||||
config UART2_2STOP
|
config UART2_2STOP
|
||||||
bool "UART2 2 stop bits"
|
int "UART2 2 stop bits"
|
||||||
default n
|
default 0
|
||||||
---help---
|
---help---
|
||||||
Two stop bits
|
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
@@ -1040,10 +1040,10 @@ config UART3_PARITY
|
|||||||
0=no parity, 1=odd parity, 2=even parity
|
0=no parity, 1=odd parity, 2=even parity
|
||||||
|
|
||||||
config UART3_2STOP
|
config UART3_2STOP
|
||||||
bool "UART3 2 stop bits"
|
int "UART3 2 stop bits"
|
||||||
default n
|
default 0
|
||||||
---help---
|
---help---
|
||||||
Two stop bits
|
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
@@ -1087,10 +1087,10 @@ config UART4_PARITY
|
|||||||
0=no parity, 1=odd parity, 2=even parity
|
0=no parity, 1=odd parity, 2=even parity
|
||||||
|
|
||||||
config UART4_2STOP
|
config UART4_2STOP
|
||||||
bool "UART4 2 stop bits"
|
int "UART4 2 stop bits"
|
||||||
default n
|
default 0
|
||||||
---help---
|
---help---
|
||||||
Two stop bits
|
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
@@ -1134,10 +1134,10 @@ config UART5_PARITY
|
|||||||
0=no parity, 1=odd parity, 2=even parity
|
0=no parity, 1=odd parity, 2=even parity
|
||||||
|
|
||||||
config UART5_2STOP
|
config UART5_2STOP
|
||||||
bool "UART5 2 stop bits"
|
int "UART5 2 stop bits"
|
||||||
default n
|
default 0
|
||||||
---help---
|
---help---
|
||||||
Two stop bits
|
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
@@ -1181,10 +1181,10 @@ config UART6_PARITY
|
|||||||
0=no parity, 1=odd parity, 2=even parity
|
0=no parity, 1=odd parity, 2=even parity
|
||||||
|
|
||||||
config UART6_2STOP
|
config UART6_2STOP
|
||||||
bool "UART6 2 stop bits"
|
int "UART6 2 stop bits"
|
||||||
default n
|
default 0
|
||||||
---help---
|
---help---
|
||||||
Two stop bits
|
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user