Skip to content

Bump rppal from 0.14.1 to 0.17.1

Ghost User requested to merge dependabot-cargo-rppal-0.17.1 into master

Bumps rppal from 0.14.1 to 0.17.1.

Release notes

Sourced from rppal's releases.

v0.17.1

  • Fix is_low implementation for embedded_hal::digital::InputPin (contributed by @​TeyKey1).

v0.17.0

  • (Breaking change) Update embedded-hal to v1.0.0 (contributed by @​reitermarkus).

v0.16.1

  • Minor documentation changes.

v0.16.0

  • (Breaking change) Update embedded-hal to v1.0.0-rc.2 (contributed by @​reitermarkus).
  • (Breaking change) Update embedded-hal to v1.0.0-rc.1 (contributed by @​mbuesch).
  • (Breaking change) Change Minimum Supported Rust Version (MSRV) to v1.60.0.
  • Remove Hardware field check in /proc/cpuinfo.
  • Fix device recognition for Raspberry PI Zero 2 W (2021) on Arch Linux (contributed by @​denisandroid).

v0.15.0

  • Add support for Raspberry Pi 5 (thanks @​ukscone for all the testing!).
  • Gpio: (Breaking change) Rename PullUpDown enum to Bias, and set_pullupdown to set_bias.
  • Gpio: Add support for new modes Alt6, Alt7 and Alt8.
  • I2c: Implement I2C transactions for embedded-hal (contributed by @​CBJamo).
Changelog

Sourced from rppal's changelog.

0.17.1 (January 21, 2024)

  • Fix is_low implementation for embedded_hal::digital::InputPin (contributed by @​TeyKey1).

0.17.0 (January 15, 2024)

  • (Breaking change) Update embedded-hal to v1.0.0 (contributed by @​reitermarkus).

0.16.1 (December 20, 2023)

  • Minor documentation changes.

0.16.0 (December 10, 2023)

  • (Breaking change) Update embedded-hal to v1.0.0-rc.2 (contributed by @​reitermarkus).
  • (Breaking change) Update embedded-hal to v1.0.0-rc.1 (contributed by @​mbuesch).
  • (Breaking change) Change Minimum Supported Rust Version (MSRV) to v1.60.0.
  • Remove Hardware field check in /proc/cpuinfo.
  • Fix device recognition for Raspberry Pi Zero 2 W (2021) on Arch Linux (contributed by @​denisandroid).

0.15.0 (October 18, 2023)

  • Add support for Raspberry Pi 5 (thanks @​ukscone for all the testing!).
  • Gpio: (Breaking change) Rename PullUpDown enum to Bias, and set_pullupdown to set_bias.
  • Gpio: Add support for new modes Alt6, Alt7 and Alt8.
  • I2c: Implement I2C transactions for embedded-hal (contributed by @​CBJamo).
Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports