We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b19163 commit 0caebabCopy full SHA for 0caebab
CHANGELOG.md
@@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
### Added
10
-- add enums for PMP configuration options (Range, Permission)
11
-- add set_pmp() and clear_pmp() functions to pmpcfg(x) modules
+- Add `#[cfg(riscv32)]` to `pmpcfg1` and `pmpcfg3` modules
+- 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()`
14
15
### Changed
16
17
- Use new `asm!` instead of `llvm_asm!`
18
+- Change `pmpcfgx::read()` macro to `read_csr_as!()` from `read_csr_as_usize!()`
19
20
## [v0.7.0] - 2020-07-29
21
0 commit comments