mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 13:50:25 +09:00
rp2040: Initial USB support
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -52,6 +52,9 @@ config SERIAL
|
||||
bool
|
||||
choice
|
||||
prompt "Communication interface"
|
||||
config RP2040_USB
|
||||
bool "USB"
|
||||
select USBSERIAL
|
||||
config RP2040_SERIAL_UART0
|
||||
bool "Serial (on UART0 GPIO1/GPIO0)"
|
||||
select SERIAL
|
||||
|
||||
Reference in New Issue
Block a user