adafruit / Adafruit_TinyUSB_Arduino

Arduino library for TinyUSB
MIT License
470 stars 124 forks source link

Add rp2040 pio usb host #175

Closed hathach closed 2 years ago

hathach commented 2 years ago

Add support for rp2040 with pico-pio-usb as bit-banging host controller. work more as proof of concept, API for host is WIP and can be changed in the future. The example can be found at

requires

Note: ci failed since Pico-PIO-USB isn't index by arduino library just yet to build, will take a couple of days to sort this out.