Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@antoinevg antoinevg released this 22 Aug 16:25
· 4 commits to main since this release
2e5cb7e

Fixed

  • Use core::ptr::addr_of_mut! for static variables instead of &mut. (tx for #3 @pazmank!)
  • Update to semihosting to new cortex_m_log crate layout.