Releases: arduino-libraries/Arduino_PF1550
Releases · arduino-libraries/Arduino_PF1550
0.3.1
What's Changed
- Added
renesas_portenta
to supported architectures to avoid warnings in #31 - Made
begin()
idempotent to avoid side effects in TwoWire in #31 - Fixed warnings from missing return statements in
derived_begin()
in #31 - Added check to ensure proper register values in
derived_begin()
for Portenta C33 in #31
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #17
- Fix: change arduino-lint "library-manager" field to update, since the library is now in the library index. by @aentinger in #19
- Add umbrella header file that matches lib name by @sebromero in #20
- Fix: ARDUINO_PORTENTA_H7_M4 was replaced by ARDUINO_GENERIC_STM32H747_M4 for Arduino Portenta H7 / M4 core. by @aentinger in #25
- Added modifications to make this library compatible with the Arduino_PowerManagement library by @cristidragomir97 in #24
- Rename getter by @sebromero in #26
New Contributors
- @sebromero made their first contribution in #20
- @cristidragomir97 made their first contribution in #24
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- Fix Portenta C33 job configuration in "Compile Examples" CI workflow by @per1234 in #15
- Fix: board was renamed to ARDUINO_PORTENTA_C33 which subsequently broke this library. by @aentinger in #16
Full Changelog: 0.1.0...0.2.0
0.1.0
What's Changed
- Add generic functions to write to or read from internal registers + use Wire1 by @giulcioffi in #1
- [TC-335] Add readme by @aliphys in #2
- Add additional supported architectures to metadata by @per1234 in #5
- Use GitHub Actions for continuous integration by @per1234 in #4
- Add missing LGPL license. by @aentinger in #8
- Fix: README to conform to standard Arduino README layout/content. by @aentinger in #9
- Fix: add missing keywords.txt. by @aentinger in #10
- Add support for Portenta C33. by @aentinger in #11
- Refactor common code into base classes. by @aentinger in #12
- Cleanly separate IO handlers for different architectures. by @aentinger in #13
- Allow software control of Buck/Boost SW1 by @aentinger in #14
New Contributors
- @giulcioffi made their first contribution in #1
- @aliphys made their first contribution in #2
- @per1234 made their first contribution in #5
- @dependabot made their first contribution in #7
- @aentinger made their first contribution in #8
Full Changelog: https://github.com/arduino-libraries/Arduino_PF1550/commits/0.1.0