boards: nucleo_f207zg: Fix default config
According to GH7151: boards: Move existing boards to "default configuration guidelines" Add USART6 Arduino compatible config Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
37e5a9dc8d
commit
c0d58d1a60
4 changed files with 21 additions and 0 deletions
|
@ -27,4 +27,11 @@ config ETH_STM32_HAL
|
|||
|
||||
endif # NETWORKING
|
||||
|
||||
if SERIAL
|
||||
|
||||
config UART_STM32_PORT_6
|
||||
default y
|
||||
|
||||
endif # SERIAL
|
||||
|
||||
endif # BOARD_NUCLEO_F207ZG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue