0.0.3
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