Skip to content

Releases: arduino-libraries/Arduino_USBHostMbed5

More Callback Fixes

08 Nov 09:04
Compare
Choose a tag to compare

This release fixes issues with the mbed callback functions. Phew, those were difficult to figure out. The honour goes to @alrvid 🙌
More information on this can be found in the corresponding pull request.

Connection callback fixes

02 Nov 13:51
Compare
Choose a tag to compare

This release includes a fix for spurious connection callback triggering when the device is not connected.
It also contains some fixes for spelling mistakes. One was in the function writeable which means this is a breaking change. Hence the minor version bump.

Hot-plugging Support & Bug Fixes

05 Oct 01:56
Compare
Choose a tag to compare
  • Added support for register_hotplug_callback() for Portenta H7, Portenta Machine Control, and Opta.
  • Added the new function register_unplug_callback() for all supported boards.

0.1.1

04 Sep 08:40
682b1c3
Compare
Choose a tag to compare

Fixes a bug that sometimes causes a crash when inserting a USB thumb drive.

Release 0.1.0

31 Aug 10:54
891b0d9
Compare
Choose a tag to compare
Release 0.1.0

0.0.3

09 Mar 09:45
Compare
Choose a tag to compare

Warning: Breaking change: USBHostMbed5.h has been renamed to Arduino_USBHostMbed5.h in order to be compliant concerning identical naming of library name and header file. This is a breaking change and requires updating your library include, i.e.

-USBHostMbed5.h
+Arduino_USBHostMbed5.h

What's Changed

  • Add CI workflow to check for commonly misspelled words by @aentinger in #5
  • Add CI workflow to synchronize with shared repository labels by @aentinger in #6
  • CI: Add arduino-lint-action to verify conformity with expected Arduino library standards. by @aentinger in #7
  • CI: Add dependabot to keep our CI actions up-2-date. by @aentinger in #8
  • CI: Add smoke-test style compilation of all examples. by @aentinger in #9
  • Fix: URLs of badges should point to current repository. by @aentinger in #10
  • Rename library everywhere to Arduino_USBHostMbed5. by @aentinger in #11
  • License library under Apache-2.0. by @aentinger in #12
  • Fix links to CI workflow badges. by @aentinger in #13
  • Fix: Different content for sentence/paragraph within library.properties. by @aentinger in #14
  • Specify supported MCU architectures (STM32H747 only at the moment). by @aentinger in #15

Full Changelog: 0.0.2...0.0.3

0.0.2

06 Mar 13:34
3b43f1e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.1...0.0.2

0.0.1

06 Mar 13:27
535a17c
Compare
Choose a tag to compare

Initial release.

Note: This library will likely be folded into ArduinoCore-mbed/USBHOST.