·
16 commits
to main
since this release
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
andbackground_region_enable
Changed
- Timer methods only need
&self
not&mut self
- The
dsb
andisb
functions now include compiler fences - Added
nomem
,nostack
andpreserves_flags
options for ASM where applicable.