ArduinoCore-renesas
ArduinoCore-renesas copied to clipboard
Enable USB HID Host support for Portenta C33
@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 https://github.com/arduino/tinyusb/pull/3/commits/e3e9dd066cd64d98de6bd19d2920fec3019b71c4 to https://github.com/arduino/tinyusb/tree/c796dcfe0bee337547437632dc16829038ef0f3d and then the submodule
- Create a new
tinyusbbranch inarduinoorg pointing to 0.18 release and add https://github.com/arduino/tinyusb/pull/3/commits/e3e9dd066cd64d98de6bd19d2920fec3019b71c4
The second one needs a bit more testing because includes more changes also impacting the minima.