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/).
12
12
- Add generic implementation of a PLIC peripheral
13
13
- Add ` asm::fence() ` , a wrapper for implementing a ` fence ` instruction
14
14
- Add ` asm::fence_i() ` , a wrapper for implementing a ` fence.i ` instruction
15
+ - Add ` TryFrom ` implementation for ` mcause::{Interrupt, Exception} ` and ` scause::{Interrupt, Exception} `
15
16
16
17
### Changed
17
18
18
19
- 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 `
19
21
20
22
### Fixed
21
23
22
24
- Fix ` scause::Exception ` missing ` LoadMisaligned `
25
+ - Fix ` scause::Exception ` missing ` SupervisorEnvCall `
26
+ - Removed user-level interrupts from ` mcause::Interrupt ` and ` scause::Interrupt `
23
27
24
28
## [ v0.10.1] - 2023-01-18
25
29
You can’t perform that action at this time.
0 commit comments