-
-
Notifications
You must be signed in to change notification settings - Fork 93
Enable USB HID Host support for Portenta C33 #457
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't approve (missing rights), but looks good to me 👍
@aentinger @cristidragomir97 is there any example that can be used to test HID on C33?
Looks like also this PR is involved, if so we need to update also the tinyusb git submodule
The current tinyusb submodule is not pointing to arduino/master
but to this temporary commit. The plan was to switch to the upstream release with this PR
I see two options:
- Add arduino/tinyusb@e3e9dd0 to https://github.com/arduino/tinyusb/tree/c796dcfe0bee337547437632dc16829038ef0f3d and then the submodule
- Create a new
tinyusb
branch inarduino
org pointing to 0.18 release and add arduino/tinyusb@e3e9dd0
The second one needs a bit more testing because includes more changes also impacting the minima.
No description provided.