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.8.0 to 0.9.0 #47

Merged
merged 3 commits into from
Mar 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2024

Updates the requirements on gd32f1 to permit the latest version.

Changelog

Sourced from gd32f1's changelog.

[0.9.0]

  • Updated to svd2rust 0.32.0.
  • GD32C1x3
    • Added support for GD32C103 and GD32C113 in new gd32c1 crate.
  • GD32E103
    • Fixed range of I2C*.CTL1.I2CCLK and I2C*.RT.RISETIME.
    • Fixed range of DAC.DACC_R8DH.DAC*_DH.
    • Fixed range of CAN*.BT.BAUDPSC.
  • GD32F1x0
    • Fixed width of I2C*.CTL1.I2CCLK and I2C*.RT.RISETIME to be 7 bits rather than 6.
    • Fixed range of DAC.DACC_R8DH.DAC*_DH.
    • Fixed range of CAN*.BT.BAUDPSC.
  • GD32F20x
    • Fixed range of I2C*.CTL1.I2CCLK and I2C*.RT.RISETIME.
    • Fixed range of DAC.DACC_R8DH.DAC*_DH.
    • Fixed range of CAN*.BT.BAUDPSC.
  • GD32F30x
    • Fixed range of DAC.DACC_R8DH.DAC*_DH.
    • Fixed range of CAN*.BT.BAUDPSC.

[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

... (truncated)

Commits
  • 2729c84 Prepare for 0.9.0 release.
  • f78b420 Merge pull request #58 from gd32-rust/svd2rust
  • 3853e18 Update to latest svd2rust version.
  • dc0fcf3 Bump actions/cache from 3 to 4 (#56)
  • 1207797 Merge pull request #55 from gd32-rust/compare
  • 354f5b5 Add table of supported devices.
  • a15393a Add missing crate links to README.
  • 95482fe Merge pull request #54 from gd32-rust/compare
  • c7daedd Add comparisons for gd32c1 and gd32e1 too.
  • b3c21b5 Sort crates alphabetically.
  • 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 Mar 25, 2024
@qwandor qwandor force-pushed the dependabot/cargo/gd32f1-0.9.0 branch from f87156c to b878aec Compare March 26, 2024 15:02
dependabot bot and others added 3 commits March 26, 2024 16:21
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.8.0...0.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
This fixes the #[interrupt] macro issue.
@qwandor qwandor force-pushed the dependabot/cargo/gd32f1-0.9.0 branch from 8760c4a to 5ae0d42 Compare March 26, 2024 16:21
@qwandor qwandor merged commit 05990c8 into main Mar 26, 2024
28 checks passed
@qwandor qwandor deleted the dependabot/cargo/gd32f1-0.9.0 branch March 26, 2024 16:25
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