File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212- Add generic implementation of a PLIC peripheral
1313- Add ` asm::fence() ` , a wrapper for implementing a ` fence ` instruction
1414- Add ` asm::fence_i() ` , a wrapper for implementing a ` fence.i ` instruction
15+ - Add ` TryFrom ` implementation for ` mcause::{Interrupt, Exception} ` and ` scause::{Interrupt, Exception} `
1516
1617### Changed
1718
1819- CI actions updated. They now use ` checkout@v3 ` and ` dtolnay/rust-toolchain ` .
20+ - ` mcause::{Interrupt, Exception} ` and ` scause::{Interrupt, Exception} ` now implement ` From ` trait for ` usize `
1921
2022### Fixed
2123
2224- Fix ` scause::Exception ` missing ` LoadMisaligned `
25+ - Fix ` scause::Exception ` missing ` SupervisorEnvCall `
26+ - Removed user-level interrupts from ` mcause::Interrupt ` and ` scause::Interrupt `
2327
2428## [ v0.10.1] - 2023-01-18
2529
You can’t perform that action at this time.
0 commit comments