Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regressions when upgrading Adafruit TinyUSB Library to 3.1.0 #13

Open
delan opened this issue Mar 4, 2024 · 0 comments
Open

regressions when upgrading Adafruit TinyUSB Library to 3.1.0 #13

delan opened this issue Mar 4, 2024 · 0 comments

Comments

@delan
Copy link
Owner

delan commented Mar 4, 2024

  • usb3sun d59f48b
  • Microsoft Wired Keyboard 600 (045E:0750)

Adafruit TinyUSB Library

status of other patches with 3.1.0

  • tinyusb1.patch is definitely no longer required
  • tinyusb2.patch seems to no longer be required?
    • we should bisect and figure out why
    • 2.2.2 = required
    • 2.2.3 = not required
  • we need to update debug1.patchdebug1.patch.txt
    • #include <Arduino.h> in Adafruit_TinyUSB.h now yields “undefined reference to _ZN17Adafruit_USBD_CDC16getInstanceCountEv”
    • moving the declaration to the local Adafruit_TinyUSB_API.h in .pio doesn’t work, we need to patch the copy in ~/.platformio/packages/framework-arduinopico
    • using HardwareSerial in declaration now yields “'HardwareSerial' does not name a type” due to circular include
  • we now need debug3.patch.txt
    git -C ~/.platformio/packages/framework-arduinopico apply $PWD/debug3.patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant