Skip to content

Commit 6ba456a

Browse files
committed
Forgot the changelog
1 parent 55f886e commit 6ba456a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)