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 stm32f4xx-hal from 0.16.1 to 0.17.0 #15

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps stm32f4xx-hal from 0.16.1 to 0.17.0.

Release notes

Sourced from stm32f4xx-hal's releases.

v0.17.0

What's Changed

New Contributors

Full Changelog: stm32-rs/stm32f4xx-hal@v0.16.2...v0.17.0

v0.16.2

What's Changed

Full Changelog: stm32-rs/stm32f4xx-hal@v0.16.1...v0.16.2

Changelog

Sourced from stm32f4xx-hal's changelog.

[v0.17.0] - 2023-07-11

Changed

  • rcc::Enable, rcc::LPEnable traits, timclk in Clocks instead of prescalers #665
  • move gpio, dma impls, adc pins in subdir, remove unused From impls #658 #664
  • Bump embedded-hal to 1.0.0-alpha.11. See [their changelog][embedded-hal-1.0.0-alpha.11] for further details. Note that this included breaking changes to the previous alpha APIs. #663,#668
  • Fix race condition in sending start condition in I2C. #662

#658: stm32-rs/stm32f4xx-hal#658 #662: stm32-rs/stm32f4xx-hal#662 #663: stm32-rs/stm32f4xx-hal#663 #664: stm32-rs/stm32f4xx-hal#664 #665: stm32-rs/stm32f4xx-hal#665 #668: stm32-rs/stm32f4xx-hal#668 [embedded-hal-1.0.0-alpha.11]: https://github.com/rust-embedded/embedded-hal/blob/v1.0.0-alpha.11/embedded-hal/CHANGELOG.md

[v0.16.2] - 2023-06-27

Changed

  • enable defmt feature for VSCode, set_alarm takes Into<AlarmDay> #660
  • Optimize watchdog setup calculation #657

Fixed

  • Compilation with defmt feature enabled

#657: stm32-rs/stm32f4xx-hal#657 #660: stm32-rs/stm32f4xx-hal#660

Commits
  • 7402fde Merge pull request #669 from stm32-rs/release-0.17
  • 33fab0c release 0.17.0
  • 552a9c5 Merge pull request #668 from rursprung/embedded-hal-1.0.0-alpha.11
  • ba2e937 update to embedded-hal=1.0.0.alpha-11
  • 938576f Merge pull request #665 from stm32-rs/rcc
  • a9425a3 timclk1 instead of ppre1 in Clocks
  • 2da48ae rcc::Enable::is_
  • dcb11fe Merge pull request #662 from ZhiyaoMa98/master
  • 7cd25a5 A better fix and Change log update.
  • 2b27903 Merge branch 'stm32-rs:master' into master
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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 [stm32f4xx-hal](https://github.com/stm32-rs/stm32f4xx-hal) from 0.16.1 to 0.17.0.
- [Release notes](https://github.com/stm32-rs/stm32f4xx-hal/releases)
- [Changelog](https://github.com/stm32-rs/stm32f4xx-hal/blob/master/CHANGELOG.md)
- [Commits](stm32-rs/stm32f4xx-hal@v0.16.1...v0.17.0)

---
updated-dependencies:
- dependency-name: stm32f4xx-hal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 17, 2023
@rursprung rursprung merged commit d089686 into master Jul 17, 2023
1 check passed
@rursprung rursprung deleted the dependabot/cargo/stm32f4xx-hal-0.17.0 branch July 17, 2023 19:02
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.

1 participant