Sorting out USB HID and USB MIDI support for RP2040 #11782
Unanswered
ayjaym
asked this question in
RP2040 / Pico
Replies: 2 comments 3 replies
-
Work is in progress here: #9497 MicroPython is run by a small team, we have a lot of different priorities. USB device support (and soon, host support too) is a major feature that has a lot of decisions to be made around APIs etc that we will be stuck with for a long time, so it takes time. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@ayjaym USB device support has now been merged (see MR that jimmo linked). It should be released in 1.23 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks
I know this has been discussed elsewhere and I appreciate work has been done in branches but its unclear if and when this will actually make it into an actual release.
There are a lot of useful projects that critically depend on having this functionality and having to resort to CircuitPython isn't really an option because then you lose threading support (and CP timing issues will then also be a problem).
I can't quite understand why the Raspberry Pi Foundation aren't helping out here, to be honest. With continued supply issues with other Pi Models, the Pico is a very attractive controller and has potential in a lot of scenarios. As it stands I have a major open source hardware project completely stalled because of this issue and I could certainly attempt to integrate the work done by others but discussions seem to indicate that due to ongoing Micropython refactoring would make that pointless, and I would also have to stand up a fork somewhere for my project users, which is awkward. Is there some way to expedite this work to get it into the main trunk in the not too distant future?
Beta Was this translation helpful? Give feedback.
All reactions