quartiq / booster

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

Bump stm32f4xx-hal from 0.16.2 to 0.17.0 #320

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps stm32f4xx-hal from 0.16.2 to 0.17.0.

Changelog

Sourced from stm32f4xx-hal's changelog.

[v0.17.0] - 2023-07-11

Changed

  • rcc::Enable, rcc::LPEnable traits, timclk in Clocks instead of prescalers #665
  • move gpio, dma impls, adc pins in subdir, remove unused From impls #658 #664
  • Bump embedded-hal to 1.0.0-alpha.11. See [their changelog][embedded-hal-1.0.0-alpha.11] for further details. Note that this included breaking changes to the previous alpha APIs. #663,#668
  • Fix race condition in sending start condition in I2C. #662

#658: stm32-rs/stm32f4xx-hal#658 #662: stm32-rs/stm32f4xx-hal#662 #663: stm32-rs/stm32f4xx-hal#663 #664: stm32-rs/stm32f4xx-hal#664 #665: stm32-rs/stm32f4xx-hal#665 #668: stm32-rs/stm32f4xx-hal#668 [embedded-hal-1.0.0-alpha.11]: https://github.com/rust-embedded/embedded-hal/blob/v1.0.0-alpha.11/embedded-hal/CHANGELOG.md

Commits
  • 7402fde Merge pull request #669 from stm32-rs/release-0.17
  • 33fab0c release 0.17.0
  • 552a9c5 Merge pull request #668 from rursprung/embedded-hal-1.0.0-alpha.11
  • ba2e937 update to embedded-hal=1.0.0.alpha-11
  • 938576f Merge pull request #665 from stm32-rs/rcc
  • a9425a3 timclk1 instead of ppre1 in Clocks
  • 2da48ae rcc::Enable::is_
  • dcb11fe Merge pull request #662 from ZhiyaoMa98/master
  • 7cd25a5 A better fix and Change log update.
  • 2b27903 Merge branch 'stm32-rs:master' into master
  • 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 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)