-
Notifications
You must be signed in to change notification settings - Fork 1k
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
feat(cherryusb): add cherryusb library #2212
base: develop
Are you sure you want to change the base?
Conversation
ac00f28
to
4fb2ab5
Compare
Stupid question 1: Why does this modify the linker files in Stupid question 2: Can this be used as a complete replacement for TinyUSB? (or would that require a much larger refactoring of the SDK's existing USB code?) |
1, my mistake, fixed |
Could you list or point out which usb code? I can help to match with cherryusb. |
I did a |
a3b8377
to
50f3ab7
Compare
Signed-off-by: sakumisu <[email protected]>
Signed-off-by: sakumisu <[email protected]>
Support usb device and host with cherryusb. Also host hub supports.