You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The version of the TinyUSB submodule included (in
lib/tinyusb
) in thedevelop
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.The text was updated successfully, but these errors were encountered: