rp2040: Initial USB support

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2021-06-25 10:12:44 -04:00
parent 59fe878241
commit c5667193c9
4 changed files with 241 additions and 1 deletions

View File

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