Fix stm32f0discovery defconfig to use standard serial
This commit is contained in:
parent
924f58fb2b
commit
363fe88dbd
@ -140,6 +140,8 @@ CONFIG_ARCH_HAVE_CMNVECTOR=y
|
||||
# CONFIG_ARMV6M_TOOLCHAIN_CODEREDL is not set
|
||||
# CONFIG_ARMV6M_TOOLCHAIN_CODESOURCERYL is not set
|
||||
CONFIG_ARMV6M_TOOLCHAIN_GNU_EABIL=y
|
||||
# CONFIG_SERIAL_TERMIOS is not set
|
||||
# CONFIG_USART1_RS485 is not set
|
||||
|
||||
#
|
||||
# STM32F0xx Configuration Options
|
||||
@ -341,7 +343,7 @@ CONFIG_STM32F0_SERIALDRIVER=y
|
||||
#
|
||||
# U[S]ART Device Configuration
|
||||
#
|
||||
CONFIG_STM32F0_USART1F0_SERIALDRIVER=y
|
||||
CONFIG_STM32F0_USART1_SERIALDRIVER=y
|
||||
# CONFIG_STM32F0_USART1_1WIREDRIVER is not set
|
||||
|
||||
#
|
||||
@ -592,9 +594,9 @@ CONFIG_DEV_NULL=y
|
||||
# CONFIG_POWER is not set
|
||||
# CONFIG_SENSORS is not set
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_DEV_LOWCONSOLE=y
|
||||
# CONFIG_DEV_LOWCONSOLE is not set
|
||||
# CONFIG_SERIAL_REMOVABLE is not set
|
||||
# CONFIG_SERIAL_CONSOLE is not set
|
||||
CONFIG_SERIAL_CONSOLE=y
|
||||
# CONFIG_16550_UART is not set
|
||||
# CONFIG_UART_SERIALDRIVER is not set
|
||||
# CONFIG_UART0_SERIALDRIVER is not set
|
||||
@ -619,13 +621,14 @@ CONFIG_USART1_SERIALDRIVER=y
|
||||
# CONFIG_USART8_SERIALDRIVER is not set
|
||||
# CONFIG_OTHER_UART_SERIALDRIVER is not set
|
||||
CONFIG_MCU_SERIAL=y
|
||||
CONFIG_STANDARD_SERIAL=y
|
||||
# CONFIG_SERIAL_IFLOWCONTROL is not set
|
||||
# CONFIG_SERIAL_OFLOWCONTROL is not set
|
||||
# CONFIG_SERIAL_DMA is not set
|
||||
CONFIG_ARCH_HAVE_SERIAL_TERMIOS=y
|
||||
# CONFIG_USART1_SERIAL_CONSOLE is not set
|
||||
CONFIG_USART1_SERIAL_CONSOLE=y
|
||||
# CONFIG_OTHER_SERIAL_CONSOLE is not set
|
||||
CONFIG_NO_SERIAL_CONSOLE=y
|
||||
# CONFIG_NO_SERIAL_CONSOLE is not set
|
||||
|
||||
#
|
||||
# USART1 Configuration
|
||||
@ -654,7 +657,7 @@ CONFIG_USART1_2STOP=0
|
||||
# CONFIG_RAMLOG is not set
|
||||
# CONFIG_SYSLOG_INTBUFFER is not set
|
||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||
# CONFIG_SYSLOG_SERIAL_CONSOLE is not set
|
||||
CONFIG_SYSLOG_SERIAL_CONSOLE=y
|
||||
# CONFIG_SYSLOG_CHAR is not set
|
||||
CONFIG_SYSLOG_CONSOLE=y
|
||||
# CONFIG_SYSLOG_NONE is not set
|
||||
|
Loading…
Reference in New Issue
Block a user