stm32: Add support for USART3 on PC11/PC10 on STM32G474. (#6704)

Signed-off-by: Liam Powell <liam@liampwll.com>
This commit is contained in:
Liam Powell
2024-10-24 23:10:09 +08:00
committed by GitHub
parent 0c806d84f7
commit fe89c19ac0
2 changed files with 12 additions and 0 deletions

View File

@@ -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