-
Notifications
You must be signed in to change notification settings - Fork 25
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>
bors try |
tryBuild failed: |
bors try |
tryBuild succeeded: |
ryan-summers
approved these changes
Oct 20, 2022
There was a problem hiding this 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 :)
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>
Timed out. |
bors retry |
bors r+ |
Already running a review |
Build succeeded: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps stm32h7xx-hal from 0.12.2 to 0.13.0.
Changelog
Sourced from stm32h7xx-hal's changelog.
Commits
21d9c06
v0.13.07c36115
Merge #394bfd4044
Document USB peripheral allocation in USB examples8e2765e
Merge #39160632a7
Add accessors to ethernet phy implementations57b691f
Merge #386c634fad
adc: do not poll ldordy for rm0468 adc390db2c3
adc: poll ldordy bit before continuing with calibrationb848a98
Merge #39088a99b4
Merge #389Dependabot 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)