stm32: Add support for USART3 on PC11/PC10 on STM32G474. (#6704)
Signed-off-by: Liam Powell <liam@liampwll.com>
This commit is contained in:
@@ -416,6 +416,10 @@ choice
|
||||
bool "Serial (on USART3 PD9/PD8)" if LOW_LEVEL_OPTIONS
|
||||
depends on !MACH_STM32F0 && !MACH_STM32F401
|
||||
select SERIAL
|
||||
config STM32_SERIAL_USART3_ALT_PC11_PC10
|
||||
bool "Serial (on USART3 PC11/PC10)" if LOW_LEVEL_OPTIONS
|
||||
depends on MACH_STM32G474
|
||||
select SERIAL
|
||||
config STM32_SERIAL_UART4
|
||||
bool "Serial (on UART4 PA0/PA1)"
|
||||
depends on MACH_STM32H7
|
||||
|
||||
Reference in New Issue
Block a user