File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.4.0] - 2025-09-04
11
+
10
12
### Added
11
13
12
14
- Constant methods to access to PLIC and ACLINT registers for HART 0.
13
15
These new methods are especially convenient for single-HART targets.
14
16
17
+ ### Removed
18
+
19
+ - Removed ` riscv ` reexport.
20
+
15
21
## [ v0.3.0] - 2025-06-10
16
22
17
23
### Changed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " riscv-peripheral"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
edition = " 2021"
5
5
rust-version = " 1.75"
6
6
repository = " https://github.com/rust-embedded/riscv"
@@ -16,7 +16,7 @@ license = "ISC"
16
16
[dependencies ]
17
17
embedded-hal = " 1.0.0"
18
18
paste = " 1.0"
19
- riscv = { path = " ../riscv" , version = " 0.14 .0" }
19
+ riscv = { path = " ../riscv" , version = " 0.15 .0" }
20
20
riscv-pac = { path = " ../riscv-pac" , version = " 0.2.0" }
21
21
22
22
[package .metadata .docs .rs ]
Original file line number Diff line number Diff line change 3
3
#![ deny( missing_docs) ]
4
4
#![ no_std]
5
5
6
- pub use riscv; // re-export riscv crate to allow macros to use it
7
6
pub use riscv_pac:: result; // re-export the result module
8
7
9
8
pub mod common; // common definitions for all peripherals
You can’t perform that action at this time.
0 commit comments