Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Bumps stm32f4xx-hal from 0.22.1 to 0.23.0.

Release notes

Sourced from stm32f4xx-hal's releases.

v0.23.0

What's Changed

New Contributors

Full Changelog: stm32-rs/stm32f4xx-hal@v0.22.1...v0.23.0

Changelog

Sourced from stm32f4xx-hal's changelog.

[v0.23.0] - 2025-09-22

  • Implement embedded_hal::i2c::I2c for I2cMasterDma #838
  • Back to stm32f4
  • Implement Ptr, Sealed, Steal for generic Periph #834
  • Rename ErasedPin to AnyPin #841
  • Use &mut RCC for PER::enable/reset
  • Unmacro Adc #832
  • Use write instead of modify to clear flags #829
  • Bump stm32f4-staging to 0.18, update other dependencies #831
  • serial mod refactor #833 #839
  • Add "capture" support for timers #830
  • FMPI2c APB timings #770
  • Fefactor FMPI2c embedded-hal implementations #784
  • remove NoPin, use Option instead #813

#770: stm32-rs/stm32f4xx-hal#770 #784: stm32-rs/stm32f4xx-hal#784 #813: stm32-rs/stm32f4xx-hal#813 #829: stm32-rs/stm32f4xx-hal#829 #830: stm32-rs/stm32f4xx-hal#830 #831: stm32-rs/stm32f4xx-hal#831 #832: stm32-rs/stm32f4xx-hal#832 #833: stm32-rs/stm32f4xx-hal#833 #834: stm32-rs/stm32f4xx-hal#834 #838: stm32-rs/stm32f4xx-hal#838 #839: stm32-rs/stm32f4xx-hal#839 #841: stm32-rs/stm32f4xx-hal#841

Commits
  • b6bc8e3 Merge pull request #851 from z-av/r-023
  • d33b761 upd deps & release 0.23
  • a5b7cab Merge pull request #850 from z-av/ptr-trait
  • d3efe0d CapturePolarity
  • 38d05cb Rename ErasedPin to AnyPin
  • c3ed54a improve Ptr trait
  • c317dcf Merge pull request #849 from kriomant/fsmc-16bit
  • ecf6f9a Fix FSMC bus width setting
  • 3617dd7 Merge pull request #830 from faunel/timer_input_capture
  • 1d15875 Added support for Input Capture timer mode for frequency and pulse duration m...
  • 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.22.1 to 0.23.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.22.1...v0.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 30, 2025
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.

0 participants