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

Update gd32f1 requirement from 0.6.0 to 0.8.0 #34

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Updates the requirements on gd32f1 to permit the latest version.

Changelog

Sourced from gd32f1's changelog.

[0.8.0]

  • Updated to critical-section to 1.1.2.
  • Updated to cortex-m-rt to 0.7.3.
  • Updated to cortex-m to 0.7.7.
  • Updated to svd2rust 0.30.1.
  • GD32E103
    • Added some more field details to RCU.INT.
  • GD32E23x
    • Added RCU peripheral.
  • GD32F1x0
    • Fixed RCU.DSV.DSLPVS variants for GD32F170 and GD32F190.
  • GD32F20x
    • Added some more field details to RCU.INT.

[0.7.0]

  • Updated to svd2rust 0.27.2.
  • Updated to cortex-m 0.7.6 and cortex-m-rt 0.7.2.
  • GD32E103
    • Added support for GD32E103 in new gd32e1 crate.
  • GD32E50x
    • Added support for GD32E503, GD32E505, GD32E507, GD32E508 in new gd32e5 crate.

[0.6.0]

  • GD32E23x
    • Added DMA peripheral.
  • GD32F1x0
    • Renamed various DMA registers and fields to be consistent with documentation and other series.
  • GD32F20x
    • Added support for GD32F205 and GD32F207 in new gd32f2 crate.
  • GD32F30x
    • Added support for GD32F303, GD32F305 and GD32F307, in new gd32f3 crate.
  • Updated to svd2rust 0.24.0.

[0.5.0]

  • GD32E23x
    • Added support for GD32E230 and GD32E231, in new gd32e2 crate.
  • GD32F1x0
    • Renamed I2Cn.STAT0.SMBALTS to SMBALT. This matches what the documentation calls it.
  • Updated to svd2rust 0.19.0.

[0.4.0]

  • GD32F1x0
    • Fixed TIMERn.CTL0.CEN values, the enum values were accidentally reversed in 0.3.0.

[0.3.0]

... (truncated)

Commits
  • 2c3e9cf Prepare for 0.8.0 release.
  • 090d028 Merge pull request #51 from kaizensparc/update-deps
  • cf614d5 Update crates dependencies (cortex-m/cortex-m-rt/critical-section)
  • 687e9fd Update svd2rust to version 0.30.1
  • c4e7b89 Bump actions/checkout from 3 to 4 (#50)
  • 961601a Bump actions/cache from 1 to 3 (#47)
  • 6fa1c85 Bump actions/checkout from 2 to 3 (#48)
  • b53054d Bump mshick/add-pr-comment from 1 to 2 (#49)
  • 2f2b3c8 Enable Dependabot for GitHub Actions.
  • c852dbf Merge pull request #45 from urx/gd32e230_rcu_support
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 16, 2023
@qwandor qwandor force-pushed the dependabot/cargo/gd32f1-0.8.0 branch 2 times, most recently from 191c207 to 967b44d Compare October 17, 2023 13:19
Updates the requirements on [gd32f1](https://github.com/gd32-rust/gd32-rs) to permit the latest version.
- [Changelog](https://github.com/gd32-rust/gd32-rs/blob/main/CHANGELOG.md)
- [Commits](gd32-rust/gd32-rs@0.6.0...0.8.0)

---
updated-dependencies:
- dependency-name: gd32f1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@qwandor qwandor force-pushed the dependabot/cargo/gd32f1-0.8.0 branch from 967b44d to f0e69e0 Compare October 17, 2023 13:22
@qwandor qwandor merged commit f5fca7c into main Oct 17, 2023
16 checks passed
@qwandor qwandor deleted the dependabot/cargo/gd32f1-0.8.0 branch October 17, 2023 13:30
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant