arduino-libraries / Arduino_USBHostMbed5

Apache License 2.0
4 stars 11 forks source link

Correct Version of Portenta MBED OS board files to use? #21

Open hhoppert opened 1 year ago

hhoppert commented 1 year ago

It seems like the latest MBED releases removed USBHost support? What version of the board files/OS should be used for this library?

(Using a Portenta Machine Controller)

hhoppert commented 1 year ago

Alternatively, has anyone successfully used the samples on a Portenta Machine Control recently?

sebromero commented 1 year ago

Hi @hhoppert Have you been able to resolve this? This library should work with the Portenta Machine Control using the Arduino Portenta H7 core. We're using it in these two libraries that we recently released:

hhoppert commented 1 year ago

I haven't tried recently, I will try again shortly.

sebromero commented 1 year ago

@hhoppert Great! Let us know if it works. You may also want to take a look at the libraries that I mentioned as they simplify file management by providing a thin abstraction layer over this library.