ArduinoCore-renesas icon indicating copy to clipboard operation
ArduinoCore-renesas copied to clipboard

Enable USB HID Host support for Portenta C33

Open aentinger opened this issue 9 months ago • 2 comments

aentinger avatar Mar 13 '25 09:03 aentinger

@aentinger @cristidragomir97 is there any example that can be used to test HID on C33?

pennam avatar Mar 14 '25 08:03 pennam

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 tinyusb branch in arduino org 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.

pennam avatar Mar 14 '25 13:03 pennam