@@ -7,18 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.3.0]
11
+
10
12
- Bumped MSRV for ` cortex-ar ` to v1.83 to allow compatibility with ` arbitrary-int ` v2.
11
13
12
14
### Added
13
15
14
16
- ` dmb ` data memory barrier in ASM module.
15
- - API for inner cache maintenance as part of the new ` cache ` module. This includes functions to
16
- completely clean, invalidate or clean & invalidate the L1 data cache or perform data cache
17
- maintenance by MVA (specific address).
18
- - Added new ` L1Section::set_section_attrs ` and ` L1Section::section_attrs ` method. Also added
19
- low-level ` L1Section::new_with_addr_upper_bits_and_attrs ` constructor.
17
+ - API for inner cache maintenance as part of the new ` cache ` module. This
18
+ includes functions to completely clean, invalidate or clean & invalidate the
19
+ L1 data cache or perform data cache maintenance by MVA (specific address).
20
+ - new ` L1Section::set_section_attrs ` and ` L1Section::section_attrs ` method,
21
+ and low-level ` L1Section::new_with_addr_upper_bits_and_attrs ` constructor
22
+ - ` Debug ` , ` Copy ` , ` Clone ` derives for all system register types
20
23
- optional ` serde ` derives behind a ` serde ` feature gate
21
- - lots of missing ` Debug ` , ` Copy ` , ` Clone ` , ` defmt::Format ` derives.
24
+ - optional ` defmt::Format ` derives behind a ` defmt ` feature gate
22
25
23
26
### Changed
24
27
@@ -46,6 +49,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
46
49
47
50
Initial release
48
51
49
- [ Unreleased ] : https://github.com/rust-embedded/cortex-ar/compare/cortex-ar-v0.2.0...HEAD
52
+ [ Unreleased ] : https://github.com/rust-embedded/cortex-ar/compare/cortex-ar-v0.3.0...HEAD
53
+ [ v0.3.0 ] : https://github.com/rust-embedded/cortex-ar/compare/cortex-ar-v0.2.0...cortex-ar-v0.3.0
50
54
[ v0.2.0 ] : https://github.com/rust-embedded/cortex-ar/compare/cortex-ar-v0.1.0...cortex-ar-v0.2.0
51
55
[ v0.1.0 ] : https://github.com/rust-embedded/cortex-ar/releases/tag/cortex-ar-v0.1.0
0 commit comments