probe-rs / hs-probe-firmware

A CMSIS-DAP implementation in pure Rust.
https://probe.rs
Apache License 2.0
75 stars 13 forks source link

Update stm32ral requirement from 0.4.1 to 0.8.0 in /hs-probe-bsp #38

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on stm32ral to permit the latest version.

Changelog

Sourced from stm32ral's changelog.

v0.8.0 - 2022-07-10

  • The Peripherals struct exported from the cortex_m modules is now called CorePeripherals to avoid conflict with the device Peripherals struct.
  • Update stm32-rs to 0.15.0

v0.7.0 - 2021-10-03

  • Update cortex-m to 0.7 and cortex-m-rt to 0.7
  • Now implements new cortex-m InterruptNumber trait

v0.6.0 - 2021-10-03

  • Update stm32-rs to 0.14.0

[v0.5.0] - 2021-01-08

  • Update stm32-rs to 0.12.1

[v0.4.1] - 2020-02-13

  • Fix stale files in v0.4.0 build

[v0.4.0] - 2020-02-13

  • Update to stm32-rs 0.10.0

[v0.3.1] - 2020-02-12

  • Remove stm32-rs content from published crate

[v0.3.0] - 2020-02-06

  • Update to stm32rs 0.9.0
  • Use device and feature names consistent with stm32-rs

[v0.2.0] - 2019-04-02

[v0.1.1] - 2018-11-16

  • Fix Travis and docs.rs builds

v0.1.0 - 2018-11-16

  • Initial release

... (truncated)

Commits
  • 6b18dd8 v0.8.0
  • bbe9e67 Merge pull request #17 from mciantyre/reserved-padding
  • 85defd1 Ensure alignment when computing reserved registers
  • d316aaa Remove unused travis.yml
  • 90fe7dc v0.7.0
  • e28e46b v0.6.0
  • 33c2f95 v0.5.0
  • b731c98 Fix sorting families
  • d1be3bf Rename RTFM feature to RTIC, leaving RTFM in for now for backwards compatibility
  • 00a30da Merge pull request #15 from mciantyre/feature/variable-mask-offset-size
  • Additional commits viewable in compare view


You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.