Files
GP2040-CE/.gitmodules
Luke A 28377cf7ae Fix for USB host (#1404)
Fixes the USB host not working by reverting the tinyusb and pico-pio-usb libraries to jfedor's branch. There are several issues that make these libraries not work in SDK 2.1.1, but jfedor's dev branch on pico-pio-usb fixes the issues we were having.

I2C breaks on web config in this build, but I will be investigating i2c hal implementation which reverts some of the i2c functionality. If that works, we can add that as a patch as well.
2025-06-22 15:52:04 -04:00

7 lines
199 B
Plaintext

[submodule "lib/tinyusb"]
path = lib/tinyusb
url = https://github.com/jfedor2/tinyusb.git
[submodule "lib/pico_pio_usb"]
path = lib/pico_pio_usb
url = https://github.com/jfedor2/Pico-PIO-USB.git