-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Support usb with cherryusb #1057
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
Comments
nice. we might consider adding a wrapper library that uses CherryUSB if a CMake var is set (or via find_package) (if not as a submodule) ... it will be a while before we get a chance to look at it though. |
@liamfraser fyi |
Thanks a lot.This can be a slow thing to do, just use your free time. |
Hey @sakumisu ... we tend to have a lot going on, so sometimes it takes us a while to get back to things! We would like to add CherryUSB support to the Pico SDK in an upcoming release if you still have interest |
Really? Yeah, i have interest. We will reschedule support for pico sdk, our pico sdk support is too old, and we will consider how to add cmake easily, now way is that we have the cherryusb.cmake and set some cmake variables to use. |
Yeah, feel free to share a branch as you go on the CMake front - we had some similar fun with TinyUSB, because both.
|
I build a simple project, could you have a time to review? About demo position and library position? If you think LGTM, i will pr for them, thank you! https://github.com/CherryUSB/pico-examples |
Excellent; thank you - i will have a little play offline to get the feel of things |
So now I know, it is PS. Nope :D Time tu use "debugprobe" finally for the first time :D |
Because regbase is fixed in port, so init with rebase is useless. |
Dear raspberrypi friends,
I have ported rp2040 usb ip with cherryusb, and provide all the device class demos, see rp2040 device demo, and host driver and demo is on going.
But i do not know if i have the chance to pr cherryusb lib in pico-sdk, can someone review and tell me? If no , i will add the custom cmake script in my repo. Thank you!
The text was updated successfully, but these errors were encountered: