File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
13
13
- API for inner cache maintenance as part of the new ` cache ` module. This includes functions to
14
14
completely clean, invalidate or clean & invalidate the L1 data cache or perform data cache
15
15
maintenance by MVA (specific address).
16
- - MMU code: ` SectionAttributes::raw() ` method and ` SectionAttributes::from_raw() ` and
17
- ` SectionAttributes::from_raw_unchecked ` constructors.
18
16
19
17
### Changed
20
18
21
19
- MMU code: Use more ` arbitrary-int ` types for MMU configuration bits.
20
+ - Renamed ` L1Section::new ` to ` L1Section::new_with_addr_and_attrs ` . Added new
21
+ ` L1Section::set_section_attrs ` and ` L1Section::section_attrs ` method. Also added
22
+ low-level ` L1Section::new_with_addr_upper_bits_and_attrs ` constructor.
22
23
23
24
## [ v0.2.0]
24
25
You can’t perform that action at this time.
0 commit comments