mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 06:10:27 +09:00
stm32: Support for USART5 on STM32G0B1 (#6105)
Support for USART5 on PD2,3 Add exception on RCC bits for USART5&6 Signed-off-by: Florin Popescu <florinsgpopescu@gmail.com>
This commit is contained in:
@@ -400,6 +400,10 @@ choice
|
||||
bool "Serial (on UART4 PA0/PA1)"
|
||||
depends on MACH_STM32H7
|
||||
select SERIAL
|
||||
config STM32_SERIAL_USART5
|
||||
bool "Serial (on USART5 PD2/PD3)" if LOW_LEVEL_OPTIONS
|
||||
depends on MACH_STM32G0Bx
|
||||
select SERIAL
|
||||
config STM32_CANBUS_PA11_PA12
|
||||
bool "CAN bus (on PA11/PA12)"
|
||||
depends on HAVE_STM32_CANBUS || HAVE_STM32_FDCANBUS
|
||||
|
||||
Reference in New Issue
Block a user