Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump embedded-hal from 0.2.7 to 1.0.0 in /rtic_v0.5/stm32f3_blinky #185

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps embedded-hal from 0.2.7 to 1.0.0.

Release notes

Sourced from embedded-hal's releases.

v1.0.0

Check out the announcement blog post and the migration guide.

Changes since v1.0.0-rc.3:

  • gpio: remove ToggleableOutputPin, move toggle() to StatefulOutputPin.

v1.0.0-rc.3

  • gpio: require &mut self in InputPin and StatefulOutputPin.

v1.0.0-rc.2

  • Minor document fixes.
  • Add #[inline] hints to most of embedded-hal functions.
  • pwm: rename get_max_duty_cycle to max_duty_cycle.
  • delay: Rename DelayUs to DelayNs
  • delay: Add DelayNs::delay_ns()
  • delay: Add default impls of delay_ms and delay_us based on delay_ns.
  • delay: Make the default impl of delay_ms more efficient, it now does less calls to the underlying delay_ns (previously delay_us).
  • spi: Rename Operation::DelayUs to Operation::DelayNs, with nanosecond precision.

embedded-hal-async release 1.0.0-rc.1

  • Updated embedded-hal to version 1.0.0-rc.1.
  • Add optional defmt 0.3 support.
  • Remove serial traits, the replacement is the embedded-io crate.
  • Added + ?Sized to all blanket impls.
  • Moved ExclusiveDevice to embedded-hal-bus.

embedded-hal-nb release 1.0.0-rc.1

  • Updated embedded-hal to version 1.0.0-rc.1.
  • Added + ?Sized to all blanket impls.

embedded-hal-nb release 1.0.0-alpha.3

Changed

  • Updated embedded-hal to version 1.0.0-alpha.11.

embedded-hal-nb release 1.0.0-alpha.2

Changed

  • Updated embedded-hal to version 1.0.0-alpha.10.

embedded-hal-nb release 1.0.0-alpha.1

Changed

  • Updated embedded-hal to version 1.0.0-alpha.9.

embedded-hal-nb release 1.0.0-alpha.0

First release to crates.io

Commits
  • f8c79fe Merge pull request #555 from Dirbaio/migration-giude
  • 11c8b9e Release embedded-hal{,-async,-nb} v1.0.0, embedded-hal-bus v0.1.0
  • 5f89197 docs/migration: document gpio change to &mut self.
  • bf488df docs: update readmes for v1.0
  • b7ee113 docs/migration: add advice to impl both versions, add e-h-compat
  • 871f473 Move migration guide to docs dir.
  • 0dec059 Merge pull request #562 from jr-oss/fix_spi_transfer_doc
  • 74ca5ae Commit b6764ecd replaced closures by operations. Update documentation accordi...
  • 208f028 Merge pull request #561 from GrantM11235/patch-1
  • 83620fe Migration guide typo
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [embedded-hal](https://github.com/rust-embedded/embedded-hal) from 0.2.7 to 1.0.0.
- [Release notes](https://github.com/rust-embedded/embedded-hal/releases)
- [Commits](rust-embedded/embedded-hal@v0.2.7...embedded-hal-v1.0.0)

---
updated-dependencies:
- dependency-name: embedded-hal
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 15, 2024
@AfoHT AfoHT added this pull request to the merge queue Jan 17, 2024
Merged via the queue into master with commit 2b39a01 Jan 17, 2024
9 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/rtic_v0.5/stm32f3_blinky/embedded-hal-1.0.0 branch January 17, 2024 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant