-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
update tinyusb to latest #7702
update tinyusb to latest #7702
Conversation
@dhalbert you may also want to bump it up to hathach/tinyusb#1947 , which just merged and removed all low-level mcu submodules. repo dependencies in tinyusb now is managed by an python script. circuitpython does not clone with recursive, though I guess there is still users to do that out of habit. |
Thanks, I will, and will also pick up hathach/tinyusb#1948. |
fix rp2040 with new shared irq usb handler
you probably need to continue to bump up to hathach/tinyusb#1953 😄 |
will do! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thank you for updating this!
Update tinyusb to latest
master
commit. We are almost exactly a year behind.Initial compilation tests show compile errors in
raspberrypi
andstm
, so this is a draft for now. I will submit TinyUSB issues about these: I think I understand them.A smoke test on Metro M4 (SAMD51) worked.
Tagging @hathach