quartiq / booster

Firmware for the Sinara Booster RF amplifier
Apache License 2.0
13 stars 1 forks source link

Bump stm32f4xx-hal from 0.21.0 to 0.22.0 #447

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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 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)