quartiq / booster

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

Bump stm32f4xx-hal from 0.20.0 to 0.21.0 #409

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps stm32f4xx-hal from 0.20.0 to 0.21.0.

Changelog

Sourced from stm32f4xx-hal's changelog.

[v0.21.0] - 2024-05-30

Changed

  • add trait bound RegisterBlockImpl to type RegisterBlock associated with serial::Instance #732
  • remove unneeded trait bound for methods that take in a serial::Instance and use the associated RegisterBlock
  • bump sdio-host to 0.9.0, refactor SDIO initialization #734
  • Added non-blocking serial based on DMA #738
  • use RTCCLK for RTC wakeup timer for short durations #746
  • Enable DMA for DualI2sDriver main() and ext() respectively #684
  • Support 8-bit FMC data bus
  • Port rtic-time::Monotonic implementations from rtic-monotonics for TIMx #756

Fixed

  • Fix transmission termination in I2C master DMA read #736
  • Prevent starting a new I2C transmission before previous stop finishes #737
  • Fix complementary output polarity for PWM #754

#684: stm32-rs/stm32f4xx-hal#684 #732: stm32-rs/stm32f4xx-hal#732 #734: stm32-rs/stm32f4xx-hal#734 #736: stm32-rs/stm32f4xx-hal#736 #737: stm32-rs/stm32f4xx-hal#737 #738: stm32-rs/stm32f4xx-hal#738 #746: stm32-rs/stm32f4xx-hal#746 #754: stm32-rs/stm32f4xx-hal#754 #756: stm32-rs/stm32f4xx-hal#756

Commits
  • 6a8039b Merge pull request #755 from stm32-rs/r021
  • daff9ee release 0.21
  • 6602ddf Merge pull request #684 from algesten/feature/dual-i2s-dma
  • 0c004ca changelog
  • cefc3f8 Enable DMA for DualI2sDriver main() and ext() respectively
  • 24534da Merge pull request #756 from stm32-rs/rtic-mono
  • 5010a88 Port rtic-time::Monotonic implementations from rtic-monotonics for TIMx
  • 2b0bcd8 Merge pull request #754 from Orange-Murker/master
  • a6ec321 Updated changelog
  • 1aec3f8 fix: complementary output polarity
  • 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 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)