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:
patacongo
2012-09-04 15:28:56 +00:00
parent 17e0c5198e
commit 59588247bf
166 changed files with 614 additions and 614 deletions
+12 -12
View File
@@ -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
View File
@@ -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"
+18 -18
View File
@@ -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
+2 -2
View File
@@ -93,7 +93,7 @@ CONFIG_USART0_RXBUFSIZE=256
CONFIG_USART0_BAUD=38400 CONFIG_USART0_BAUD=38400
CONFIG_USART0_BITS=8 CONFIG_USART0_BITS=8
CONFIG_USART0_PARITY=0 CONFIG_USART0_PARITY=0
CONFIG_USART0_2STOP=n CONFIG_USART0_2STOP=0
CONFIG_USART1_SERIAL_CONSOLE=n CONFIG_USART1_SERIAL_CONSOLE=n
CONFIG_USART1_TXBUFSIZE=256 CONFIG_USART1_TXBUFSIZE=256
@@ -101,7 +101,7 @@ CONFIG_USART1_RXBUFSIZE=256
CONFIG_USART1_BAUD=38400 CONFIG_USART1_BAUD=38400
CONFIG_USART1_BITS=8 CONFIG_USART1_BITS=8
CONFIG_USART1_PARITY=0 CONFIG_USART1_PARITY=0
CONFIG_USART1_2STOP=n CONFIG_USART1_2STOP=0
# #
# General build options # General build options
+3 -3
View File
@@ -125,9 +125,9 @@ CONFIG_USART0_PARITY=0
CONFIG_USART1_PARITY=0 CONFIG_USART1_PARITY=0
CONFIG_USART2_PARITY=0 CONFIG_USART2_PARITY=0
CONFIG_USART0_2STOP=n CONFIG_USART0_2STOP=0
CONFIG_USART1_2STOP=n CONFIG_USART1_2STOP=0
CONFIG_USART2_2STOP=n CONFIG_USART2_2STOP=0
# #
# General build options # General build options
+3 -3
View File
@@ -125,9 +125,9 @@ CONFIG_USART0_PARITY=0
CONFIG_USART1_PARITY=0 CONFIG_USART1_PARITY=0
CONFIG_USART2_PARITY=0 CONFIG_USART2_PARITY=0
CONFIG_USART0_2STOP=n CONFIG_USART0_2STOP=0
CONFIG_USART1_2STOP=n CONFIG_USART1_2STOP=0
CONFIG_USART2_2STOP=n CONFIG_USART2_2STOP=0
# #
# General build options # General build options
+2 -2
View File
@@ -67,8 +67,8 @@ CONFIG_UART_IRDA_BITS=8
CONFIG_UART_MODEM_BITS=8 CONFIG_UART_MODEM_BITS=8
CONFIG_UART_IRDA_PARITY=0 CONFIG_UART_IRDA_PARITY=0
CONFIG_UART_MODEM_PARITY=0 CONFIG_UART_MODEM_PARITY=0
CONFIG_UART_IRDA_2STOP=n CONFIG_UART_IRDA_2STOP=0
CONFIG_UART_MODEM_2STOP=n CONFIG_UART_MODEM_2STOP=0
# #
# C5471 Ethernet Driver settings # C5471 Ethernet Driver settings
+2 -2
View File
@@ -75,8 +75,8 @@ CONFIG_UART_IRDA_BITS=8
CONFIG_UART_MODEM_BITS=8 CONFIG_UART_MODEM_BITS=8
CONFIG_UART_IRDA_PARITY=0 CONFIG_UART_IRDA_PARITY=0
CONFIG_UART_MODEM_PARITY=0 CONFIG_UART_MODEM_PARITY=0
CONFIG_UART_IRDA_2STOP=n CONFIG_UART_IRDA_2STOP=0
CONFIG_UART_MODEM_2STOP=n CONFIG_UART_MODEM_2STOP=0
# #
# C5471 Ethernet Driver settings # C5471 Ethernet Driver settings
+2 -2
View File
@@ -67,8 +67,8 @@ CONFIG_UART_IRDA_BITS=8
CONFIG_UART_MODEM_BITS=8 CONFIG_UART_MODEM_BITS=8
CONFIG_UART_IRDA_PARITY=0 CONFIG_UART_IRDA_PARITY=0
CONFIG_UART_MODEM_PARITY=0 CONFIG_UART_MODEM_PARITY=0
CONFIG_UART_IRDA_2STOP=n CONFIG_UART_IRDA_2STOP=0
CONFIG_UART_MODEM_2STOP=n CONFIG_UART_MODEM_2STOP=0
# #
# C5471 Ethernet Driver settings # C5471 Ethernet Driver settings
+2 -2
View File
@@ -67,8 +67,8 @@ CONFIG_UART_IRDA_BITS=8
CONFIG_UART_MODEM_BITS=8 CONFIG_UART_MODEM_BITS=8
CONFIG_UART_IRDA_PARITY=0 CONFIG_UART_IRDA_PARITY=0
CONFIG_UART_MODEM_PARITY=0 CONFIG_UART_MODEM_PARITY=0
CONFIG_UART_IRDA_2STOP=n CONFIG_UART_IRDA_2STOP=0
CONFIG_UART_MODEM_2STOP=n CONFIG_UART_MODEM_2STOP=0
# #
# C5471 Ethernet Driver settings # C5471 Ethernet Driver settings
+2 -2
View File
@@ -68,8 +68,8 @@ CONFIG_UART_IRDA_BITS=8
CONFIG_UART_MODEM_BITS=8 CONFIG_UART_MODEM_BITS=8
CONFIG_UART_IRDA_PARITY=0 CONFIG_UART_IRDA_PARITY=0
CONFIG_UART_MODEM_PARITY=0 CONFIG_UART_MODEM_PARITY=0
CONFIG_UART_IRDA_2STOP=n CONFIG_UART_IRDA_2STOP=0
CONFIG_UART_MODEM_2STOP=n CONFIG_UART_MODEM_2STOP=0
CONFIG_STDIO_LINE_BUFFER=y CONFIG_STDIO_LINE_BUFFER=y
# #
+2 -2
View File
@@ -71,8 +71,8 @@ CONFIG_UART_IRDA_BITS=8
CONFIG_UART_MODEM_BITS=8 CONFIG_UART_MODEM_BITS=8
CONFIG_UART_IRDA_PARITY=0 CONFIG_UART_IRDA_PARITY=0
CONFIG_UART_MODEM_PARITY=0 CONFIG_UART_MODEM_PARITY=0
CONFIG_UART_IRDA_2STOP=n CONFIG_UART_IRDA_2STOP=0
CONFIG_UART_MODEM_2STOP=n CONFIG_UART_MODEM_2STOP=0
CONFIG_STDIO_LINE_BUFFER=y CONFIG_STDIO_LINE_BUFFER=y
# #
+2 -2
View File
@@ -71,8 +71,8 @@ CONFIG_UART_IRDA_BITS=8
CONFIG_UART_MODEM_BITS=8 CONFIG_UART_MODEM_BITS=8
CONFIG_UART_IRDA_PARITY=0 CONFIG_UART_IRDA_PARITY=0
CONFIG_UART_MODEM_PARITY=0 CONFIG_UART_MODEM_PARITY=0
CONFIG_UART_IRDA_2STOP=n CONFIG_UART_IRDA_2STOP=0
CONFIG_UART_MODEM_2STOP=n CONFIG_UART_MODEM_2STOP=0
CONFIG_STDIO_LINE_BUFFER=y CONFIG_STDIO_LINE_BUFFER=y
# #
+2 -2
View File
@@ -77,7 +77,7 @@ CONFIG_SCI0_RXBUFSIZE=32
CONFIG_SCI0_BAUD=115200 CONFIG_SCI0_BAUD=115200
CONFIG_SCI0_BITS=8 CONFIG_SCI0_BITS=8
CONFIG_SCI0_PARITY=0 CONFIG_SCI0_PARITY=0
CONFIG_SCI0_2STOP=n CONFIG_SCI0_2STOP=0
CONFIG_SCI1_SERIAL_CONSOLE=n CONFIG_SCI1_SERIAL_CONSOLE=n
CONFIG_SCI1_TXBUFSIZE=32 CONFIG_SCI1_TXBUFSIZE=32
@@ -85,7 +85,7 @@ CONFIG_SCI1_RXBUFSIZE=32
CONFIG_SCI1_BAUD=115200 CONFIG_SCI1_BAUD=115200
CONFIG_SCI1_BITS=8 CONFIG_SCI1_BITS=8
CONFIG_SCI1_PARITY=0 CONFIG_SCI1_PARITY=0
CONFIG_SCI1_2STOP=n CONFIG_SCI1_2STOP=0
# #
# MC9S12NEC64 specific SSI device driver settings # MC9S12NEC64 specific SSI device driver settings
+1 -1
View File
@@ -99,7 +99,7 @@ CONFIG_UART_RXBUFSIZE=256
CONFIG_UART_BAUD=115200 CONFIG_UART_BAUD=115200
CONFIG_UART_BITS=8 CONFIG_UART_BITS=8
CONFIG_UART_PARITY=0 CONFIG_UART_PARITY=0
CONFIG_UART_2STOP=n CONFIG_UART_2STOP=0
# #
# General build options # General build options
+1 -1
View File
@@ -99,7 +99,7 @@ CONFIG_UART_RXBUFSIZE=256
CONFIG_UART_BAUD=115200 CONFIG_UART_BAUD=115200
CONFIG_UART_BITS=8 CONFIG_UART_BITS=8
CONFIG_UART_PARITY=0 CONFIG_UART_PARITY=0
CONFIG_UART_2STOP=n CONFIG_UART_2STOP=0
# #
# General build options # General build options
+1 -1
View File
@@ -99,7 +99,7 @@ CONFIG_UART_RXBUFSIZE=256
CONFIG_UART_BAUD=115200 CONFIG_UART_BAUD=115200
CONFIG_UART_BITS=8 CONFIG_UART_BITS=8
CONFIG_UART_PARITY=0 CONFIG_UART_PARITY=0
CONFIG_UART_2STOP=n CONFIG_UART_2STOP=0
# #
# MP25x Configuration # MP25x Configuration
+1 -1
View File
@@ -99,7 +99,7 @@ CONFIG_UART_RXBUFSIZE=256
CONFIG_UART_BAUD=115200 CONFIG_UART_BAUD=115200
CONFIG_UART_BITS=8 CONFIG_UART_BITS=8
CONFIG_UART_PARITY=0 CONFIG_UART_PARITY=0
CONFIG_UART_2STOP=n CONFIG_UART_2STOP=0
# #
# General build options # General build options
+1 -1
View File
@@ -99,7 +99,7 @@ CONFIG_UART_RXBUFSIZE=256
CONFIG_UART_BAUD=115200 CONFIG_UART_BAUD=115200
CONFIG_UART_BITS=8 CONFIG_UART_BITS=8
CONFIG_UART_PARITY=0 CONFIG_UART_PARITY=0
CONFIG_UART_2STOP=n CONFIG_UART_2STOP=0
# #
# General build options # General build options
+1 -1
View File
@@ -99,7 +99,7 @@ CONFIG_UART_RXBUFSIZE=256
CONFIG_UART_BAUD=115200 CONFIG_UART_BAUD=115200
CONFIG_UART_BITS=8 CONFIG_UART_BITS=8
CONFIG_UART_PARITY=0 CONFIG_UART_PARITY=0
CONFIG_UART_2STOP=n CONFIG_UART_2STOP=0
# #
# General build options # General build options
+2 -2
View File
@@ -83,8 +83,8 @@ CONFIG_UART0_BITS=8
CONFIG_UART1_BITS=8 CONFIG_UART1_BITS=8
CONFIG_UART0_PARITY=0 CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0 CONFIG_UART1_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
# #
# LM3S6918 specific SSI device driver settings # LM3S6918 specific SSI device driver settings
+2 -2
View File
@@ -83,8 +83,8 @@ CONFIG_UART0_BITS=8
CONFIG_UART1_BITS=8 CONFIG_UART1_BITS=8
CONFIG_UART0_PARITY=0 CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0 CONFIG_UART1_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
# #
# LM3S6918 specific SSI device driver settings # LM3S6918 specific SSI device driver settings
+2 -2
View File
@@ -83,8 +83,8 @@ CONFIG_UART0_BITS=8
CONFIG_UART1_BITS=8 CONFIG_UART1_BITS=8
CONFIG_UART0_PARITY=0 CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0 CONFIG_UART1_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
# #
# LM3S6918 specific SSI device driver settings # LM3S6918 specific SSI device driver settings
+2 -2
View File
@@ -83,8 +83,8 @@ CONFIG_UART0_BITS=8
CONFIG_UART1_BITS=8 CONFIG_UART1_BITS=8
CONFIG_UART0_PARITY=0 CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0 CONFIG_UART1_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
# #
# LM3S6918 specific SSI device driver settings # LM3S6918 specific SSI device driver settings
+2 -2
View File
@@ -83,8 +83,8 @@ CONFIG_UART0_BITS=8
CONFIG_UART1_BITS=8 CONFIG_UART1_BITS=8
CONFIG_UART0_PARITY=0 CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0 CONFIG_UART1_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
# #
# LM3S6918 specific SSI device driver settings # LM3S6918 specific SSI device driver settings
+2 -2
View File
@@ -83,8 +83,8 @@ CONFIG_UART0_BITS=8
CONFIG_UART1_BITS=8 CONFIG_UART1_BITS=8
CONFIG_UART0_PARITY=0 CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0 CONFIG_UART1_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
# #
# LM3S6918 specific SSI device driver settings # LM3S6918 specific SSI device driver settings
+3 -3
View File
@@ -99,9 +99,9 @@ CONFIG_UART2_BITS=8
CONFIG_UART0_PARITY=0 CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0 CONFIG_UART1_PARITY=0
CONFIG_UART2_PARITY=0 CONFIG_UART2_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
CONFIG_UART2_2STOP=n CONFIG_UART2_2STOP=0
# #
# LM3S6B96 specific SSI device driver settings # LM3S6B96 specific SSI device driver settings
+3 -3
View File
@@ -99,9 +99,9 @@ CONFIG_UART2_BITS=8
CONFIG_UART0_PARITY=0 CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0 CONFIG_UART1_PARITY=0
CONFIG_UART2_PARITY=0 CONFIG_UART2_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
CONFIG_UART2_2STOP=n CONFIG_UART2_2STOP=0
# #
# LM3S6B96 specific SSI device driver settings # LM3S6B96 specific SSI device driver settings
+2 -2
View File
@@ -68,8 +68,8 @@ CONFIG_UART0_BAUD=57600
CONFIG_UART1_BAUD=57600 CONFIG_UART1_BAUD=57600
CONFIG_UART0_PARITY=0 CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0 CONFIG_UART1_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
# #
# ez80 EMAC # ez80 EMAC
+2 -2
View File
@@ -71,8 +71,8 @@ CONFIG_UART0_BITS=0
CONFIG_UART1_BITS=0 CONFIG_UART1_BITS=0
CONFIG_UART0_PARITY=0 CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0 CONFIG_UART1_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
# #
# ez80 EMAC # ez80 EMAC
+2 -2
View File
@@ -71,8 +71,8 @@ CONFIG_UART0_BITS=0
CONFIG_UART1_BITS=0 CONFIG_UART1_BITS=0
CONFIG_UART0_PARITY=0 CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0 CONFIG_UART1_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
# #
# ez80 EMAC # ez80 EMAC
+2 -2
View File
@@ -71,8 +71,8 @@ CONFIG_UART0_BITS=0
CONFIG_UART1_BITS=0 CONFIG_UART1_BITS=0
CONFIG_UART0_PARITY=0 CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0 CONFIG_UART1_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
# #
# ez80 EMAC # ez80 EMAC
+2 -2
View File
@@ -71,8 +71,8 @@ CONFIG_UART0_BITS=0
CONFIG_UART1_BITS=0 CONFIG_UART1_BITS=0
CONFIG_UART0_PARITY=0 CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0 CONFIG_UART1_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
# #
# ez80 EMAC # ez80 EMAC
+2 -2
View File
@@ -70,8 +70,8 @@ CONFIG_UART0_BITS=0
CONFIG_UART1_BITS=0 CONFIG_UART1_BITS=0
CONFIG_UART0_PARITY=0 CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0 CONFIG_UART1_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
# #
# ez80 EMAC # ez80 EMAC
+2 -2
View File
@@ -71,8 +71,8 @@ CONFIG_UART0_BITS=0
CONFIG_UART1_BITS=0 CONFIG_UART1_BITS=0
CONFIG_UART0_PARITY=0 CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0 CONFIG_UART1_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
# #
# ez80 EMAC # ez80 EMAC
+5 -5
View File
@@ -149,11 +149,11 @@ CONFIG_USART3_PARITY=0
CONFIG_UART4_PARITY=0 CONFIG_UART4_PARITY=0
CONFIG_UART5_PARITY=0 CONFIG_UART5_PARITY=0
CONFIG_USART1_2STOP=n CONFIG_USART1_2STOP=0
CONFIG_USART2_2STOP=n CONFIG_USART2_2STOP=0
CONFIG_USART3_2STOP=n CONFIG_USART3_2STOP=0
CONFIG_UART4_2STOP=n CONFIG_UART4_2STOP=0
CONFIG_UART5_2STOP=n CONFIG_UART5_2STOP=0
# #
# STM32F103Z specific SSI device driver settings # STM32F103Z specific SSI device driver settings
+5 -5
View File
@@ -147,11 +147,11 @@ CONFIG_USART3_PARITY=0
CONFIG_UART4_PARITY=0 CONFIG_UART4_PARITY=0
CONFIG_UART5_PARITY=0 CONFIG_UART5_PARITY=0
CONFIG_USART1_2STOP=n CONFIG_USART1_2STOP=0
CONFIG_USART2_2STOP=n CONFIG_USART2_2STOP=0
CONFIG_USART3_2STOP=n CONFIG_USART3_2STOP=0
CONFIG_UART4_2STOP=n CONFIG_UART4_2STOP=0
CONFIG_UART5_2STOP=n CONFIG_UART5_2STOP=0
# #
# STM32F103V specific SSI device driver settings # STM32F103V specific SSI device driver settings
+5 -5
View File
@@ -152,11 +152,11 @@ CONFIG_USART3_PARITY=0
CONFIG_UART4_PARITY=0 CONFIG_UART4_PARITY=0
CONFIG_UART5_PARITY=0 CONFIG_UART5_PARITY=0
CONFIG_USART1_2STOP=n CONFIG_USART1_2STOP=0
CONFIG_USART2_2STOP=n CONFIG_USART2_2STOP=0
CONFIG_USART3_2STOP=n CONFIG_USART3_2STOP=0
CONFIG_UART4_2STOP=n CONFIG_UART4_2STOP=0
CONFIG_UART5_2STOP=n CONFIG_UART5_2STOP=0
# #
# STM32F103Z specific SSI device driver settings # STM32F103Z specific SSI device driver settings
+5 -5
View File
@@ -147,11 +147,11 @@ CONFIG_USART3_PARITY=0
CONFIG_UART4_PARITY=0 CONFIG_UART4_PARITY=0
CONFIG_UART5_PARITY=0 CONFIG_UART5_PARITY=0
CONFIG_USART1_2STOP=n CONFIG_USART1_2STOP=0
CONFIG_USART2_2STOP=n CONFIG_USART2_2STOP=0
CONFIG_USART3_2STOP=n CONFIG_USART3_2STOP=0
CONFIG_UART4_2STOP=n CONFIG_UART4_2STOP=0
CONFIG_UART5_2STOP=n CONFIG_UART5_2STOP=0
# #
# STM32F103V specific SSI device driver settings # STM32F103V specific SSI device driver settings
+5 -5
View File
@@ -151,11 +151,11 @@ CONFIG_USART3_PARITY=0
CONFIG_UART4_PARITY=0 CONFIG_UART4_PARITY=0
CONFIG_UART5_PARITY=0 CONFIG_UART5_PARITY=0
CONFIG_USART1_2STOP=n CONFIG_USART1_2STOP=0
CONFIG_USART2_2STOP=n CONFIG_USART2_2STOP=0
CONFIG_USART3_2STOP=n CONFIG_USART3_2STOP=0
CONFIG_UART4_2STOP=n CONFIG_UART4_2STOP=0
CONFIG_UART5_2STOP=n CONFIG_UART5_2STOP=0
# #
# STM32F103V specific SSI device driver settings # STM32F103V specific SSI device driver settings
+5 -5
View File
@@ -149,11 +149,11 @@ CONFIG_USART3_PARITY=0
CONFIG_UART4_PARITY=0 CONFIG_UART4_PARITY=0
CONFIG_UART5_PARITY=0 CONFIG_UART5_PARITY=0
CONFIG_USART1_2STOP=n CONFIG_USART1_2STOP=0
CONFIG_USART2_2STOP=n CONFIG_USART2_2STOP=0
CONFIG_USART3_2STOP=n CONFIG_USART3_2STOP=0
CONFIG_UART4_2STOP=n CONFIG_UART4_2STOP=0
CONFIG_UART5_2STOP=n CONFIG_UART5_2STOP=0
# #
# STM32F103V specific SSI device driver settings # STM32F103V specific SSI device driver settings
+5 -5
View File
@@ -148,11 +148,11 @@ CONFIG_USART3_PARITY=0
CONFIG_UART4_PARITY=0 CONFIG_UART4_PARITY=0
CONFIG_UART5_PARITY=0 CONFIG_UART5_PARITY=0
CONFIG_USART1_2STOP=n CONFIG_USART1_2STOP=0
CONFIG_USART2_2STOP=n CONFIG_USART2_2STOP=0
CONFIG_USART3_2STOP=n CONFIG_USART3_2STOP=0
CONFIG_UART4_2STOP=n CONFIG_UART4_2STOP=0
CONFIG_UART5_2STOP=n CONFIG_UART5_2STOP=0
# #
# STM32F103V specific SSI device driver settings # STM32F103V specific SSI device driver settings
+4 -4
View File
@@ -128,10 +128,10 @@ CONFIG_UART1_PARITY=0
CONFIG_UART2_PARITY=0 CONFIG_UART2_PARITY=0
CONFIG_UART3_PARITY=0 CONFIG_UART3_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
CONFIG_UART2_2STOP=n CONFIG_UART2_2STOP=0
CONFIG_UART3_2STOP=n CONFIG_UART3_2STOP=0
# #
# LPC17xx specific PHY/Ethernet device driver settings # LPC17xx specific PHY/Ethernet device driver settings
+4 -4
View File
@@ -134,10 +134,10 @@ CONFIG_UART1_PARITY=0
CONFIG_UART2_PARITY=0 CONFIG_UART2_PARITY=0
CONFIG_UART3_PARITY=0 CONFIG_UART3_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
CONFIG_UART2_2STOP=n CONFIG_UART2_2STOP=0
CONFIG_UART3_2STOP=n CONFIG_UART3_2STOP=0
# #
# LPC17xx specific PHY/Ethernet device driver settings # LPC17xx specific PHY/Ethernet device driver settings
+3 -3
View File
@@ -98,9 +98,9 @@ CONFIG_UART2_BITS=8
CONFIG_UART0_PARITY=0 CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0 CONFIG_UART1_PARITY=0
CONFIG_UART2_PARITY=0 CONFIG_UART2_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
CONFIG_UART2_2STOP=n CONFIG_UART2_2STOP=0
# #
# LM3S6432 specific SSI device driver settings # LM3S6432 specific SSI device driver settings
+3 -3
View File
@@ -98,9 +98,9 @@ CONFIG_UART2_BITS=8
CONFIG_UART0_PARITY=0 CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0 CONFIG_UART1_PARITY=0
CONFIG_UART2_PARITY=0 CONFIG_UART2_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
CONFIG_UART2_2STOP=n CONFIG_UART2_2STOP=0
# #
# LM3S6432 specific SSI device driver settings # LM3S6432 specific SSI device driver settings
+3 -3
View File
@@ -98,9 +98,9 @@ CONFIG_UART2_BITS=8
CONFIG_UART0_PARITY=0 CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0 CONFIG_UART1_PARITY=0
CONFIG_UART2_PARITY=0 CONFIG_UART2_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
CONFIG_UART2_2STOP=n CONFIG_UART2_2STOP=0
# #
# LM3S6965 specific SSI device driver settings # LM3S6965 specific SSI device driver settings
+3 -3
View File
@@ -98,9 +98,9 @@ CONFIG_UART2_BITS=8
CONFIG_UART0_PARITY=0 CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0 CONFIG_UART1_PARITY=0
CONFIG_UART2_PARITY=0 CONFIG_UART2_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
CONFIG_UART2_2STOP=n CONFIG_UART2_2STOP=0
# #
# LM3S6965 specific SSI device driver settings # LM3S6965 specific SSI device driver settings
+3 -3
View File
@@ -98,9 +98,9 @@ CONFIG_UART2_BITS=8
CONFIG_UART0_PARITY=0 CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0 CONFIG_UART1_PARITY=0
CONFIG_UART2_PARITY=0 CONFIG_UART2_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
CONFIG_UART2_2STOP=n CONFIG_UART2_2STOP=0
# #
# LM3S6965 specific SSI device driver settings # LM3S6965 specific SSI device driver settings
+3 -3
View File
@@ -98,9 +98,9 @@ CONFIG_UART2_BITS=8
CONFIG_UART0_PARITY=0 CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0 CONFIG_UART1_PARITY=0
CONFIG_UART2_PARITY=0 CONFIG_UART2_PARITY=0
CONFIG_UART0_2STOP=n CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=n CONFIG_UART1_2STOP=0
CONFIG_UART2_2STOP=n CONFIG_UART2_2STOP=0
# #
# LM3S8962 specific SSI device driver settings # LM3S8962 specific SSI device driver settings

Some files were not shown because too many files have changed in this diff Show More