File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 11.2.0] ( https://github.com/rust-embedded/aarch64-cpu/compare/v11.1.0...v11.2.0 ) - 2025-11-29
11+
12+ ### Added
13+
14+ - Add VMPIDR_EL2, MDSCR_EL1, MDCR_EL2 (thanks @CUB3D )
15+ - Add missing fields to HCR_EL2 (thanks @CUB3D )
16+ - Add AFSR0_EL1, AFSR1_EL1, CONTEXTIDR_EL1 (thanks @kisum9 )
17+ - Add up-to-date enumeration for EC field to ESR_EL1 and ESR_EL2 (thanks @kisum9 )
18+
19+ ### Changed
20+
21+ - Improve registers documentation
22+
1023## [ 11.1.0] ( https://github.com/rust-embedded/aarch64-cpu/compare/v11.0.0...v11.1.0 ) - 2025-10-19
1124
1225### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " aarch64-cpu"
3- version = " 11.1 .0"
3+ version = " 11.2 .0"
44authors = [
" Andre Richter <[email protected] >" ]
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