Skip to content

Commit 0caebab

Browse files
committed
Update CHANGELOG.md
1 parent 7b19163 commit 0caebab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99
### Added
10-
- add enums for PMP configuration options (Range, Permission)
11-
- add set_pmp() and clear_pmp() functions to pmpcfg(x) modules
10+
- Add `#[cfg(riscv32)]` to `pmpcfg1` and `pmpcfg3` modules
11+
- Add enums `Range`, `Permission` for PMP configuration
12+
- Add `set_pmp()` and `clear_pmp()` functions to pmpcfg(x) modules
13+
- Add struct `Pmpcsr` and is returned from `pmpcfgx::read()`
1214

1315
### Changed
1416

1517
- Use new `asm!` instead of `llvm_asm!`
18+
- Change `pmpcfgx::read()` macro to `read_csr_as!()` from `read_csr_as_usize!()`
1619

1720
## [v0.7.0] - 2020-07-29
1821

0 commit comments

Comments
 (0)