Skip to content

cortex-m v0.7.9

Latest

Choose a tag to compare

@adamgreig adamgreig released this 02 Sep 20:55
· 10 commits to master since this release
v0.7.9
9bbff92

Fixed

  • SCB::enable_icache and SCB::enable_dcache now build the CCR address with
    movw/movt instead of ldr =, fixing "out of range pc-relative fixup value"
    errors when the asm block is inlined into a large function.
  • The basepri, basepri_max and faultmask register modules are now available
    (as stubs) when compiling for non-Cortex-M (host) targets. This was accidentally
    removed in v0.7.8.