update tinyusb to 0.18#2215
Merged
kilograham merged 2 commits intoraspberrypi:developfrom Jan 29, 2025
Merged
Conversation
Contributor
|
I gave this a quick test on pico and pico2 and didn't see any issues |
liamfraser
approved these changes
Jan 29, 2025
Contributor
liamfraser
left a comment
There was a problem hiding this comment.
Happy with it if you have tried it @peterharperuk
Contributor
|
Actually. I'm not sure the dev_hid_composite example is actually working. It's showing up as a device but not actually sending any events. If I go back to the earlier version of tinyusb it seems to work ok. Host example is ok. Later: If you press the button it works. Confirmed. board_button_read was always true on the old stack. It's working now with 0.18. So everything is fine. Sorry for the false alarm. |
peterharperuk
approved these changes
Jan 29, 2025
Contributor
|
going to merge this for now; easier to check that everything compiles with all compilers - note we should update pico-examples CI to checkout Pico-PIO-USB |
will-v-pi
pushed a commit
to will-v-pi/pico-sdk
that referenced
this pull request
Mar 20, 2025
* update tinyusb to 0.18 * update tinyusb also for bazel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #2170
Simple update of the submodule reference to fix issues described above.