earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards
GNU Lesser General Public License v2.1
2.03k stars 423 forks source link

Add checks for Adafruit TinyUSB to USB libs #2319

Closed earlephilhower closed 2 months ago

earlephilhower commented 2 months ago

The included USB libraries are not compatible with Adafruit TinyUSB, so add a #error message when they're built with the define set.

theHDM commented 2 weeks ago

how hard / easy is it to get SingleFileDrive working together with adafruit tinyUSB? suppose i want to have access to adafruit's MIDI over USB library (which i know works) but also want a PC to be able to read littleFS files off the RP2040.