Update Rust crate cortex-m-rt to v0.7.5 #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/cortex-m-rt-0.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.7.3→0.7.5Release Notes
rust-embedded/cortex-m (cortex-m-rt)
v0.7.5Compare Source
Deprecated
ptr()function on all peripherals register blocks in favor ofthe associated constant
PTR(#386).Changed
inline-asmfeature no longer requires a nightly Rust compiler, butdoes require Rust 1.59 or above.
Fixed
singleton!()statics sometimes ending up in.datainstead of.bss(#364, #380).(Backported from upcoming 0.8 release).
v0.7.4Compare Source
v0.7.4 - 2021-12-31
Added
DWT.set_cycle_count(#347).There is a feature
cm7to enable access to these (#352).gates for host-platform use (#363).
delay::Delay::with_source, a constructor that lets you specifythe SysTick clock source (#374).
Fixed
from the prelude (#372).
Deprecated
DWT::get_cycle_counthas been deprecated in favor ofDWT::cycle_count.This change was made for consistency with the C-GETTER convention. (#349)
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.
This PR has been generated by Renovate Bot.
1598ea2028toe6f1f627b3