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

Bump cortex-m from 0.6.7 to 0.7.4 #250

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2022

Bumps cortex-m from 0.6.7 to 0.7.4.

Release notes

Sourced from cortex-m's releases.

v0.7.4 - 2021-12-31

Added

  • Added support for additional DWT counters (#349)
    • CPI counter
    • Exception overhead counter
    • LSU counter
    • Folded-instruction counter
  • Added DWT.set_cycle_count (#347).
  • Added support for the Cortex-M7 TCM and cache access control registers. There is a feature cm7 to enable access to these (#352).
  • Add derives for serde, Hash, and PartialOrd to VectActive behind feature gates for host-platform use (#363).
  • Support host platforms besides x86_64 (#369).
  • Added delay::Delay::with_source, a constructor that lets you specify the SysTick clock source (#374).

Fixed

  • Fix incorrect AIRCR PRIGROUP mask (#338, #339).
  • Fix nightly users of inline-asm breaking now that the asm macro is removed from the prelude (#372).

Deprecated

  • DWT::get_cycle_count has been deprecated in favor of DWT::cycle_count. This change was made for consistency with the C-GETTER convention. (#349)

v0.7.3

[v0.7.3] - 2021-07-03

Fixed

  • Fixed compilation for native targets on non-x86 host systems (#336, #337).

Added

  • The Delay struct now offers direct delay_us() and delay_ms() methods without having to go through the embedded-hal traits (#344).

v0.7.2

Fixed

  • Fixed a bug where calling asm::delay() with an argument of 0 or 1 would underflow, leading to a very long delay.

v0.7.1

... (truncated)

Changelog

Sourced from cortex-m's changelog.

[v0.7.4] - 2021-12-31

Added

  • Added support for additional DWT counters (#349)
    • CPI counter
    • Exception overhead counter
    • LSU counter
    • Folded-instruction counter
  • Added DWT.set_cycle_count (#347).
  • Added support for the Cortex-M7 TCM and cache access control registers. There is a feature cm7 to enable access to these (#352).
  • Add derives for serde, Hash, and PartialOrd to VectActive behind feature gates for host-platform use (#363).
  • Support host platforms besides x86_64 (#369).
  • Added delay::Delay::with_source, a constructor that lets you specify the SysTick clock source (#374).

Fixed

  • Fix incorrect AIRCR PRIGROUP mask (#338, #339).
  • Fix nightly users of inline-asm breaking now that the asm macro is removed from the prelude (#372).

Deprecated

  • DWT::get_cycle_count has been deprecated in favor of DWT::cycle_count. This change was made for consistency with the C-GETTER convention. (#349)

[v0.7.3] - 2021-07-03

Fixed

  • Fixed compilation for native targets on non-x86 host systems (#336, #337).

Added

  • The Delay struct now offers direct delay_us() and delay_ms() methods without having to go through the embedded-hal traits (#344).

[v0.7.2] - 2021-03-07

Fixed

  • Fixed a bug where calling asm::delay() with an argument of 0 or 1 would underflow, leading to a very long delay.

... (truncated)

Commits

Dependabot compatibility score

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 dependabot bot added the dependencies Pull requests that update a dependency file label Nov 9, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/cortex-m-0.7.4 branch from b85a492 to 851b184 Compare November 9, 2022 10:52
Bumps [cortex-m](https://github.com/rust-embedded/cortex-m) from 0.6.7 to 0.7.4.
- [Release notes](https://github.com/rust-embedded/cortex-m/releases)
- [Changelog](https://github.com/rust-embedded/cortex-m/blob/master/CHANGELOG.md)
- [Commits](rust-embedded/cortex-m@v0.6.7...v0.7.4)

---
updated-dependencies:
- dependency-name: cortex-m
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/cortex-m-0.7.4 branch from 851b184 to c2dd389 Compare November 14, 2022 12:22
@ryan-summers ryan-summers merged commit f27642f into main Nov 14, 2022
@ryan-summers ryan-summers deleted the dependabot/cargo/cortex-m-0.7.4 branch November 14, 2022 12:24
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant