mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
stm32/stm32f7/stm32h7: Fix bugs in SERIAL_CONSOLE definition
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
a0bfc24b4c
commit
b50aa49953
@@ -249,7 +249,6 @@
|
|||||||
# undef CONFIG_UART4_SERIAL_CONSOLE
|
# undef CONFIG_UART4_SERIAL_CONSOLE
|
||||||
# undef CONFIG_UART5_SERIAL_CONSOLE
|
# undef CONFIG_UART5_SERIAL_CONSOLE
|
||||||
# undef CONFIG_USART6_SERIAL_CONSOLE
|
# undef CONFIG_USART6_SERIAL_CONSOLE
|
||||||
# undef CONFIG_UART5_SERIAL_CONSOLE
|
|
||||||
# undef CONFIG_UART8_SERIAL_CONSOLE
|
# undef CONFIG_UART8_SERIAL_CONSOLE
|
||||||
# define CONSOLE_UART 7
|
# define CONSOLE_UART 7
|
||||||
# define HAVE_CONSOLE 1
|
# define HAVE_CONSOLE 1
|
||||||
@@ -258,7 +257,7 @@
|
|||||||
# undef CONFIG_USART2_SERIAL_CONSOLE
|
# undef CONFIG_USART2_SERIAL_CONSOLE
|
||||||
# undef CONFIG_USART3_SERIAL_CONSOLE
|
# undef CONFIG_USART3_SERIAL_CONSOLE
|
||||||
# undef CONFIG_UART4_SERIAL_CONSOLE
|
# undef CONFIG_UART4_SERIAL_CONSOLE
|
||||||
# undef CONFIG_UART6_SERIAL_CONSOLE
|
# undef CONFIG_UART5_SERIAL_CONSOLE
|
||||||
# undef CONFIG_USART6_SERIAL_CONSOLE
|
# undef CONFIG_USART6_SERIAL_CONSOLE
|
||||||
# undef CONFIG_UART7_SERIAL_CONSOLE
|
# undef CONFIG_UART7_SERIAL_CONSOLE
|
||||||
# define CONSOLE_UART 8
|
# define CONSOLE_UART 8
|
||||||
|
|||||||
@@ -156,7 +156,6 @@
|
|||||||
# undef CONFIG_UART4_SERIAL_CONSOLE
|
# undef CONFIG_UART4_SERIAL_CONSOLE
|
||||||
# undef CONFIG_UART5_SERIAL_CONSOLE
|
# undef CONFIG_UART5_SERIAL_CONSOLE
|
||||||
# undef CONFIG_USART6_SERIAL_CONSOLE
|
# undef CONFIG_USART6_SERIAL_CONSOLE
|
||||||
# undef CONFIG_UART5_SERIAL_CONSOLE
|
|
||||||
# undef CONFIG_UART8_SERIAL_CONSOLE
|
# undef CONFIG_UART8_SERIAL_CONSOLE
|
||||||
# define CONSOLE_UART 7
|
# define CONSOLE_UART 7
|
||||||
# define HAVE_CONSOLE 1
|
# define HAVE_CONSOLE 1
|
||||||
@@ -165,7 +164,7 @@
|
|||||||
# undef CONFIG_USART2_SERIAL_CONSOLE
|
# undef CONFIG_USART2_SERIAL_CONSOLE
|
||||||
# undef CONFIG_USART3_SERIAL_CONSOLE
|
# undef CONFIG_USART3_SERIAL_CONSOLE
|
||||||
# undef CONFIG_UART4_SERIAL_CONSOLE
|
# undef CONFIG_UART4_SERIAL_CONSOLE
|
||||||
# undef CONFIG_UART6_SERIAL_CONSOLE
|
# undef CONFIG_UART5_SERIAL_CONSOLE
|
||||||
# undef CONFIG_USART6_SERIAL_CONSOLE
|
# undef CONFIG_USART6_SERIAL_CONSOLE
|
||||||
# undef CONFIG_UART7_SERIAL_CONSOLE
|
# undef CONFIG_UART7_SERIAL_CONSOLE
|
||||||
# define CONSOLE_UART 8
|
# define CONSOLE_UART 8
|
||||||
|
|||||||
@@ -156,7 +156,6 @@
|
|||||||
# undef CONFIG_UART4_SERIAL_CONSOLE
|
# undef CONFIG_UART4_SERIAL_CONSOLE
|
||||||
# undef CONFIG_UART5_SERIAL_CONSOLE
|
# undef CONFIG_UART5_SERIAL_CONSOLE
|
||||||
# undef CONFIG_USART6_SERIAL_CONSOLE
|
# undef CONFIG_USART6_SERIAL_CONSOLE
|
||||||
# undef CONFIG_UART5_SERIAL_CONSOLE
|
|
||||||
# undef CONFIG_UART8_SERIAL_CONSOLE
|
# undef CONFIG_UART8_SERIAL_CONSOLE
|
||||||
# define CONSOLE_UART 7
|
# define CONSOLE_UART 7
|
||||||
# define HAVE_CONSOLE 1
|
# define HAVE_CONSOLE 1
|
||||||
@@ -165,7 +164,7 @@
|
|||||||
# undef CONFIG_USART2_SERIAL_CONSOLE
|
# undef CONFIG_USART2_SERIAL_CONSOLE
|
||||||
# undef CONFIG_USART3_SERIAL_CONSOLE
|
# undef CONFIG_USART3_SERIAL_CONSOLE
|
||||||
# undef CONFIG_UART4_SERIAL_CONSOLE
|
# undef CONFIG_UART4_SERIAL_CONSOLE
|
||||||
# undef CONFIG_UART6_SERIAL_CONSOLE
|
# undef CONFIG_UART5_SERIAL_CONSOLE
|
||||||
# undef CONFIG_USART6_SERIAL_CONSOLE
|
# undef CONFIG_USART6_SERIAL_CONSOLE
|
||||||
# undef CONFIG_UART7_SERIAL_CONSOLE
|
# undef CONFIG_UART7_SERIAL_CONSOLE
|
||||||
# define CONSOLE_UART 8
|
# define CONSOLE_UART 8
|
||||||
|
|||||||
Reference in New Issue
Block a user