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 Rust crate cortex-m-rt to 0.7.4 - autoclosed #6

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cortex-m-rt dependencies patch 0.7 -> 0.7.4

Release Notes

rust-embedded/cortex-m (cortex-m-rt)

v0.7.4

Compare Source

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

Compare Source

[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

Compare Source

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

Compare Source

Added
  • New assembly methods asm::semihosting_syscall, asm::bootstrap, and
    asm::bootload.
Deprecated
  • msp::write has been deprecated in favor of asm::bootstrap. It was not
    possible to use msp::write without causing Undefined Behavior, so all
    existing users are encouraged to migrate.
Fixed
  • Fixed a bug in asm::delay which could lead to incorrect codegen and
    infinite loops.
  • Improved timing guarantees of asm::delay on multiple-issue CPU cores.
  • Additional compiler fences added to inline assembly where necessary.
  • Fixed DWARF debug information in pre-built assembly binaries.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update Rust crate cortex-m-rt to 0.7.4 Update Rust crate cortex-m-rt to 0.7.4 - autoclosed May 5, 2024
@renovate renovate bot closed this May 5, 2024
@renovate renovate bot deleted the renovate/cortex-m-rt-0.x branch May 5, 2024 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants