New
v0.7.5
Deprecated
- the
ptr()function on all peripherals register blocks in favor of the associated constantPTR(#386).
Changed
- The
inline-asmfeature no longer requires a nightly Rust compiler, but does require Rust 1.59 or above.
Fixed
- Fixed
singleton!()statics sometimes ending up in.datainstead of.bss(#364, #380). (Backported from upcoming 0.8 release).