Skip to content

cortex-ar v0.2.0

Latest
Compare
Choose a tag to compare
@jonathanpallant jonathanpallant released this 27 Jun 14:11
· 16 commits to main since this release
7da1135

Added

  • General support for the Cortex-A architecture.
  • New sev function in ASM module.
  • Added multi-core-safe critical-section implementation
  • Additional EL1 MPU methods set_region, set_attributes and background_region_enable

Changed

  • Timer methods only need &self not &mut self
  • The dsb and isb functions now include compiler fences
  • Added nomem, nostack and preserves_flags options for ASM where applicable.