Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump stm32h7xx-hal from 0.12.2 to 0.13.0 #621

Merged
merged 6 commits into from
Oct 20, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps stm32h7xx-hal from 0.12.2 to 0.13.0.

Changelog

Sourced from stm32h7xx-hal's changelog.

[v0.13.0] 2022-10-06

  • Breaking Require frequency when initialising adc, use this to set the prescaler #379
  • Breaking Remove POL and NPOL generic type parameters from Pwm types #381
  • adc: Fix internal channel allocations for RM0468 parts #379
  • adc: Remove unnecessary multiple reads of the CR register #364
  • adc: Add DMA TargetAddress implementations #389
  • adc: Poll LDORDY bit before ADC calibration #386
  • flash: Rewrite write_sector to correctly write data in 256 bit chunks #371
  • flash: Use Ordering fence to prevent inconsistency errors when writing to flash sector #382
  • iwdt: Added HAL implementation. Changed the name of the other implementation to system_watchdog #376
  • lptim: Fixes for low power times as pwm outputs #385
  • pac: Upgrade to stm32-rs v0.15.1 #370
  • octospi: Add support for octospi1 on rm0455 parts #370
  • sdmmc: Use sdio-host v0.9, add support for eMMC Extended CSD register #378
  • serial: Add support for uart9 and usart10 #370
  • spi: Remove potential UB in transfer method #390
  • rcc: Added a way to read the chip's reset reason #377
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 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 [stm32h7xx-hal](https://github.com/stm32-rs/stm32h7xx-hal) from 0.12.2 to 0.13.0.
- [Release notes](https://github.com/stm32-rs/stm32h7xx-hal/releases)
- [Changelog](https://github.com/stm32-rs/stm32h7xx-hal/blob/master/CHANGELOG.md)
- [Commits](stm32-rs/stm32h7xx-hal@v0.12.2...v0.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2022
@jordens
Copy link
Member

jordens commented Oct 19, 2022

bors try

bors bot added a commit that referenced this pull request Oct 19, 2022
@bors
Copy link
Contributor

bors bot commented Oct 19, 2022

try

Build failed:

@jordens
Copy link
Member

jordens commented Oct 20, 2022

bors try

bors bot added a commit that referenced this pull request Oct 20, 2022
@bors
Copy link
Contributor

bors bot commented Oct 20, 2022

try

Build succeeded:

Copy link
Member

@ryan-summers ryan-summers left a comment

Choose a reason for hiding this comment

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

LGTM. That's some nice cleanup :)

@ryan-summers
Copy link
Member

bors r+

bors bot added a commit that referenced this pull request Oct 20, 2022
621: build(deps): bump stm32h7xx-hal from 0.12.2 to 0.13.0 r=ryan-summers a=dependabot[bot]

Bumps [stm32h7xx-hal](https://github.com/stm32-rs/stm32h7xx-hal) from 0.12.2 to 0.13.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/stm32-rs/stm32h7xx-hal/blob/master/CHANGELOG.md">stm32h7xx-hal's changelog</a>.</em></p>
<blockquote>
<h2>[v0.13.0] 2022-10-06</h2>
<ul>
<li><strong>Breaking</strong> Require frequency when initialising adc, use this to set the prescaler <a href="https://github-redirect.dependabot.com/stm32-rs/stm32h7xx-hal/issues/379">#379</a></li>
<li><strong>Breaking</strong> Remove <code>POL</code> and <code>NPOL</code> generic type parameters from <code>Pwm</code> types <a href="https://github-redirect.dependabot.com/stm32-rs/stm32h7xx-hal/issues/381">#381</a></li>
<li>adc: Fix internal channel allocations for RM0468 parts <a href="https://github-redirect.dependabot.com/stm32-rs/stm32h7xx-hal/issues/379">#379</a></li>
<li>adc: Remove unnecessary multiple reads of the CR register <a href="https://github-redirect.dependabot.com/stm32-rs/stm32h7xx-hal/issues/364">#364</a></li>
<li>adc: Add DMA TargetAddress implementations <a href="https://github-redirect.dependabot.com/stm32-rs/stm32h7xx-hal/issues/389">#389</a></li>
<li>adc: Poll LDORDY bit before ADC calibration <a href="https://github-redirect.dependabot.com/stm32-rs/stm32h7xx-hal/issues/386">#386</a></li>
<li>flash: Rewrite <code>write_sector</code> to correctly write data in 256 bit chunks <a href="https://github-redirect.dependabot.com/stm32-rs/stm32h7xx-hal/issues/371">#371</a></li>
<li>flash: Use Ordering fence to prevent inconsistency errors when writing to flash sector <a href="https://github-redirect.dependabot.com/stm32-rs/stm32h7xx-hal/issues/382">#382</a></li>
<li>iwdt: Added HAL implementation. Changed the name of the other implementation to <code>system_watchdog</code> <a href="https://github-redirect.dependabot.com/stm32-rs/stm32h7xx-hal/issues/376">#376</a></li>
<li>lptim: Fixes for low power times as pwm outputs <a href="https://github-redirect.dependabot.com/stm32-rs/stm32h7xx-hal/issues/385">#385</a></li>
<li>pac: Upgrade to stm32-rs v0.15.1 <a href="https://github-redirect.dependabot.com/stm32-rs/stm32h7xx-hal/issues/370">#370</a></li>
<li>octospi: Add support for octospi1 on rm0455 parts <a href="https://github-redirect.dependabot.com/stm32-rs/stm32h7xx-hal/issues/370">#370</a></li>
<li>sdmmc: Use sdio-host v0.9, add support for eMMC Extended CSD register <a href="https://github-redirect.dependabot.com/stm32-rs/stm32h7xx-hal/issues/378">#378</a></li>
<li>serial: Add support for uart9 and usart10 <a href="https://github-redirect.dependabot.com/stm32-rs/stm32h7xx-hal/issues/370">#370</a></li>
<li>spi: Remove potential UB in transfer method <a href="https://github-redirect.dependabot.com/stm32-rs/stm32h7xx-hal/issues/390">#390</a></li>
<li>rcc: Added a way to read the chip's reset reason <a href="https://github-redirect.dependabot.com/stm32-rs/stm32h7xx-hal/issues/377">#377</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/stm32-rs/stm32h7xx-hal/commit/21d9c06a57169e92cf5745e582dca171c73294c9"><code>21d9c06</code></a> v0.13.0</li>
<li><a href="https://github.com/stm32-rs/stm32h7xx-hal/commit/7c361157978ce5b81f065b07e2c78a3d5a60b62b"><code>7c36115</code></a> Merge <a href="https://github-redirect.dependabot.com/stm32-rs/stm32h7xx-hal/issues/394">#394</a></li>
<li><a href="https://github.com/stm32-rs/stm32h7xx-hal/commit/bfd4044bef67af1c072f828628e672107df34a23"><code>bfd4044</code></a> Document USB peripheral allocation in USB examples</li>
<li><a href="https://github.com/stm32-rs/stm32h7xx-hal/commit/8e2765e0862a146ac54d7b819af5501f8bb14252"><code>8e2765e</code></a> Merge <a href="https://github-redirect.dependabot.com/stm32-rs/stm32h7xx-hal/issues/391">#391</a></li>
<li><a href="https://github.com/stm32-rs/stm32h7xx-hal/commit/60632a720db3a56bca7b625f44688a09b1c6e465"><code>60632a7</code></a> Add accessors to ethernet phy implementations</li>
<li><a href="https://github.com/stm32-rs/stm32h7xx-hal/commit/57b691f9588315a31f7639a6f69f652fd3ae5c84"><code>57b691f</code></a> Merge <a href="https://github-redirect.dependabot.com/stm32-rs/stm32h7xx-hal/issues/386">#386</a></li>
<li><a href="https://github.com/stm32-rs/stm32h7xx-hal/commit/c634fad2f6b028a9fd9f5bcd452f6208e70a426c"><code>c634fad</code></a> adc: do not poll ldordy for rm0468 adc3</li>
<li><a href="https://github.com/stm32-rs/stm32h7xx-hal/commit/90db2c36ebc5d34289c28f0e1cf571e4067f5a05"><code>90db2c3</code></a> adc: poll ldordy bit before continuing with calibration</li>
<li><a href="https://github.com/stm32-rs/stm32h7xx-hal/commit/b848a985b06220f24e442173a45e4d546d1e50f5"><code>b848a98</code></a> Merge <a href="https://github-redirect.dependabot.com/stm32-rs/stm32h7xx-hal/issues/390">#390</a></li>
<li><a href="https://github.com/stm32-rs/stm32h7xx-hal/commit/88a99b48cea9a6c231e804adcd4dd76aa0a78a70"><code>88a99b4</code></a> Merge <a href="https://github-redirect.dependabot.com/stm32-rs/stm32h7xx-hal/issues/389">#389</a></li>
<li>Additional commits viewable in <a href="https://github.com/stm32-rs/stm32h7xx-hal/compare/v0.12.2...v0.13.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stm32h7xx-hal&package-manager=cargo&previous-version=0.12.2&new-version=0.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Robert Jördens <rj@quartiq.de>
@bors
Copy link
Contributor

bors bot commented Oct 20, 2022

Timed out.

@jordens
Copy link
Member

jordens commented Oct 20, 2022

bors retry

@jordens
Copy link
Member

jordens commented Oct 20, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented Oct 20, 2022

Already running a review

@bors
Copy link
Contributor

bors bot commented Oct 20, 2022

Build succeeded:

@bors bors bot merged commit 4e2e2f4 into master Oct 20, 2022
@bors bors bot deleted the dependabot/cargo/stm32h7xx-hal-0.13.0 branch October 20, 2022 21:23
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants