File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 11.2.1] ( https://github.com/rust-embedded/aarch64-cpu/compare/v11.2.0...v11.2.1 ) - 2026-03-30
11+
12+ ### Other
13+
14+ - Remove debug_assert from DAIFSet/DAIFClr
15+ - Minimize unsafe scope and add debug_assert for DAIFSet/DAIFClr
16+ - Add DAIFSet and DAIFClr register definitions
17+ - Add missing runs-on: line to CI
18+ - Update MIT file copyright line to 2026.
19+ - Adds an example program for Armv8-R AArch64 - the 64-bit version of Armv8-R.
20+ - Reflect the owning team's name change from Cortex-A Team to Arm Team.
21+ - Merge pull request #65 from kisum9/remove-esr_el1-unused-value
22+ - Remove unused HVC64 and SMC64 values
23+
1024- Noted change from Cortex-A Team to Arm Team in README
1125- Added Armv8-R AArch64 example program
1226
Original file line number Diff line number Diff line change 11[package ]
22name = " aarch64-cpu"
3- version = " 11.2.0 "
3+ version = " 11.2.1 "
44authors = [" Andre Richter <andre.o.richter@gmail.com>" ]
55description = " Low level access to processors using the AArch64 execution state"
66homepage = " https://github.com/rust-embedded/aarch64-cpu"
You can’t perform that action at this time.
0 commit comments