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.17.1 to 0.18.0 #18

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps stm32f4xx-hal from 0.17.1 to 0.18.0.

Release notes

Sourced from stm32f4xx-hal's releases.

v0.18.0

What's Changed

Full Changelog: stm32-rs/stm32f4xx-hal@v0.17.1...v0.18.0

Changelog

Sourced from stm32f4xx-hal's changelog.

[v0.18.0] - 2023-11-19

Changed

  • bump embedded-hal to 1.0-rc1 (remove serial part)
  • complete and rework Dma Stream API #666
  • Use enumflags2::BitFlags for interrupt flags and events #673
  • SPI bidi takes 2 pins #526
  • Fast Read Quad I/O (EBh) in qspi-w25q example now matches W25QXX datasheet. #682
  • embedded-storage version bumped to 0.3

Fixed

  • fix serial RxN & TxN alises

Added

  • add .set_count() for QEI, add .write_count() for TIM #677
  • add "Fast start" section in README #678

#526: stm32-rs/stm32f4xx-hal#526 #666: stm32-rs/stm32f4xx-hal#666 #673: stm32-rs/stm32f4xx-hal#673 #677: stm32-rs/stm32f4xx-hal#677 #678: stm32-rs/stm32f4xx-hal#678 #682: stm32-rs/stm32f4xx-hal#682

Commits
  • 198d127 Merge pull request #695 from stm32-rs/r018
  • 37a129b release 0.18
  • 92c5ce8 Merge pull request #694 from stm32-rs/hal-rc
  • f4af0f2 rm e-h 1.0 serial traits
  • 4c16f3d Merge pull request #673 from stm32-rs/flags
  • 9fed7ec clean
  • cb5903f use bitflags for DmaFlags, DmaCommonInterrupts and other flags and events
  • 2d8d882 Merge pull request #693 from quartiq/feature/embedded-storage-update
  • 0b6fa71 Updating CHANGELOG
  • 8748b5c Updating to embedded-storage 0.3
  • 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 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 [stm32f4xx-hal](https://github.com/stm32-rs/stm32f4xx-hal) from 0.17.1 to 0.18.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.17.1...v0.18.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 Nov 20, 2023
@rursprung rursprung merged commit f9738c6 into master Nov 21, 2023
1 check passed
@rursprung rursprung deleted the dependabot/cargo/stm32f4xx-hal-0.18.0 branch November 21, 2023 07:46
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