Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps stm32f4xx-hal from 0.21.0 to 0.22.0.

Changelog

Sourced from stm32f4xx-hal's changelog.

[v0.22.0] - 2024-10-04

Added

  • AnyPin alias for ErasedPin #802
  • new constructors for Input, Output, Analog #802
  • Add f469disc-lcd-test with color/BER test pattern LCD output #789
  • Port dsihost implementation from stm32h7xx-hal #786
  • I2C 10-bit address support for I2c #772 #783
  • i2c_scanner example #758
  • Enable sdio for stm32f446 #764
  • port LTDC implementation and example from stm32f7xx-hal #731
  • port stm32-fmc support and example from stm32f7xx-hal #759
  • IrDA mode for USARTs #761
  • initial SAI support #248
  • initial embedded-io support #725
  • add .set_cms() and CenterAlignedMode enum for PWM. #697

Changed

  • RTC: ClockSource enum instead of generic #785
  • Bump MSRV to 1.62 #778
  • Move PWM pins connecting after PWM inialization #791
  • Use stm32f4-staging until stm32f4 is released #706
  • use GPIO pac fields instead of raw write #777
  • RTIC2 monotonics fix: CC1 instead of CC3 #771
  • Allow different lengths of buffers in hal_1 SpiBus impl #566
  • Clean SPI write impls #774
  • move ptr() to Ptr trait #773
  • make I2sFreq trait similar to BusClock, refactor rcc::Pll #796 #798
  • steal UART peripheral on Rx::new #768

#248: stm32-rs/stm32f4xx-hal#248 #566: stm32-rs/stm32f4xx-hal#566 #697: stm32-rs/stm32f4xx-hal#697 #706: stm32-rs/stm32f4xx-hal#706 #725: stm32-rs/stm32f4xx-hal#725 #731: stm32-rs/stm32f4xx-hal#731 #758: stm32-rs/stm32f4xx-hal#758 #759: stm32-rs/stm32f4xx-hal#759 #761: stm32-rs/stm32f4xx-hal#761 #764: stm32-rs/stm32f4xx-hal#764 #768: stm32-rs/stm32f4xx-hal#768 #771: stm32-rs/stm32f4xx-hal#771 #772: stm32-rs/stm32f4xx-hal#772 #773: stm32-rs/stm32f4xx-hal#773 #774: stm32-rs/stm32f4xx-hal#774 #777: stm32-rs/stm32f4xx-hal#777 #778: stm32-rs/stm32f4xx-hal#778 #783: stm32-rs/stm32f4xx-hal#783

... (truncated)

Commits

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.21.0 to 0.22.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.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: stm32f4xx-hal
  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 Oct 7, 2024
@rursprung rursprung self-requested a review October 8, 2024 05:58
Copy link
Collaborator

@rursprung rursprung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs manual fixes due to breaking changes ==> #53
(this PR will be closed automatically once the other one has been merged)

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 12, 2024

Looks like stm32f4xx-hal is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 12, 2024
@dependabot dependabot bot deleted the dependabot/cargo/examples/stm32f4-single-motor-example/stm32f4xx-hal-0.22.0 branch October 12, 2024 21:21
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