mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 08:40:26 +09:00
stm32: Support PA11/PA12 pin remap on stm32f042 tsop20 chip
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -124,6 +124,10 @@ config USBSERIAL
|
||||
bool "Use USB for communication (instead of serial)"
|
||||
depends on HAVE_STM32_USBFS || HAVE_STM32_USBOTG
|
||||
default y
|
||||
config STM32F042_USB_PIN_SWAP
|
||||
bool "Use PA9/PA10 for USB" if MACH_STM32F042
|
||||
depends on USBSERIAL && MACH_STM32F042
|
||||
default n
|
||||
config SERIAL
|
||||
depends on !USBSERIAL
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user