gd32-rust / gd32f1x0-hal

Embedded Rust HAL for GD32F1x0 microcontrollers
Other
6 stars 2 forks source link

Update gd32f1 requirement from 0.8.0 to 0.9.0 #47

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

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