Sorting out USB HID and USB MIDI support for RP2040 #11782
-
Hi folks 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.
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.
-
@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.
Yes, there's a MIDI library and example here: micropython/usb