raspberrypi / pico-sdk

BSD 3-Clause "New" or "Revised" License
3.63k stars 902 forks source link

TinyUSB submodule needs a bump in order to get Pico-PIO-USB working #1849

Open lurch opened 3 weeks ago

lurch commented 3 weeks ago

The version of the TinyUSB submodule included (in lib/tinyusb) in the develop branch of pico-sdk currently pulls in an older version of Pico-PIO-USB, which is incompatible with PIco SDK 2.0.0, and this currently means that none of the USB Dual Mode examples are compatible with the current version of Pico-SDK.

The problem with Pico-PIO-USB has been fixed and that newer version has also been picked up by TinyUSB, so if pico-sdk bumped to a newer version of TinyUSB, then I believe the USB Dual Mode examples would then be compilable with the develop version of Pico-SDK.

lurch commented 2 weeks ago

https://github.com/raspberrypi/pico-examples/issues/516 is a related TinyUSB issue.