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

fix(deps): update rust crate cortex-m to 0.7.7 - autoclosed #40

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 dependencies patch 0.7 -> 0.7.7

Release Notes

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

v0.7.7

Compare Source

What's Changed

Full Changelog: rust-embedded/cortex-m@v0.7.6...v0.7.7

v0.7.6

Compare Source

v0.7.6 - 2022-08-12

  • Added critical-section-single-core feature which provides an implementation for the critical-section crate for single-core systems, based on disabling all interrupts. (#​448)

v0.7.5

Compare Source

Deprecated
  • the ptr() function on all peripherals register blocks in favor of
    the associated constant PTR (#​386).
Changed
  • The inline-asm feature no longer requires a nightly Rust compiler, but
    does require Rust 1.59 or above.
Fixed
  • Fixed singleton!() statics sometimes ending up in .data instead of .bss (#​364, #​380).
    (Backported from upcoming 0.8 release).

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 added the dependencies label May 1, 2024
@renovate renovate bot changed the title fix(deps): update rust crate cortex-m to 0.7.7 fix(deps): update rust crate cortex-m to 0.7.7 - autoclosed May 5, 2024
@renovate renovate bot closed this May 5, 2024
@renovate renovate bot deleted the renovate/cortex-m-0.x branch May 5, 2024 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants