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/).
77
88## [ Unreleased]
99
10+ ## [ v0.4.0] - 2025-09-04
11+
1012### Added
1113
1214- Constant methods to access to PLIC and ACLINT registers for HART 0.
1315 These new methods are especially convenient for single-HART targets.
1416
17+ ### Removed
18+
19+ - Removed ` riscv ` reexport.
20+
1521## [ v0.3.0] - 2025-06-10
1622
1723### Changed
Original file line number Diff line number Diff line change 11[package ]
22name = " riscv-peripheral"
3- version = " 0.3 .0"
3+ version = " 0.4 .0"
44edition = " 2021"
55rust-version = " 1.75"
66repository = " https://github.com/rust-embedded/riscv"
@@ -16,7 +16,7 @@ license = "ISC"
1616[dependencies ]
1717embedded-hal = " 1.0.0"
1818paste = " 1.0"
19- riscv = { path = " ../riscv" , version = " 0.14 .0" }
19+ riscv = { path = " ../riscv" , version = " 0.15 .0" }
2020riscv-pac = { path = " ../riscv-pac" , version = " 0.2.0" }
2121
2222[package .metadata .docs .rs ]
Original file line number Diff line number Diff line change 33#![ deny( missing_docs) ]
44#![ no_std]
55
6- pub use riscv; // re-export riscv crate to allow macros to use it
76pub use riscv_pac:: result; // re-export the result module
87
98pub mod common; // common definitions for all peripherals
You can’t perform that action at this time.
0 commit comments