gd32-rust / gd32f1x0-hal

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

Update gd32f1 requirement from 0.5.0 to 0.6.0 #22

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on gd32f1 to permit the latest version.

Changelog

Sourced from gd32f1's changelog.

[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]

  • GD32F1x0
    • Changed various timer fields to share the same enum type.

[0.2.1]

  • GD32F1x0
    • Reduced set of features for docs.rs, to hopefully fix build.

[0.2.0]

  • GD32F1x0
    • Fixed TIMER PWM mode names, and added missing timer fields.
    • Split into 4 separate variants, and removed features not actually present on each variant.
    • Added CAN peripheral.
    • Added DAC peripheral.
    • Added I2C peripheral.
    • Added IVREF peripheral.
    • Added OPA peripheral.
    • Added SPI peripheral.
    • Added SYSCFG peripheral.

[0.1.0]

... (truncated)

Commits


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)
dependabot[bot] commented 2 years ago

Looks like gd32f1 is up-to-date now, so this is no longer needed.