File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10- - Update ` bare-metal ` to ` v1.0.0 ` removing ` Nr ` trait
10+ ## [ v0.7.0] - 2020-07-29
11+
12+ ### Added
13+
14+ - Add ` medeleg ` register
15+ - Add ` cycle[h] ` , ` instret[h] ` and ` mcounteren `
16+ - Add additional binaries for floating-point ABIs
17+ - Add support for ` mxr `
18+ - Add support for ` mprv `
1119
1220### Changed
1321
22+ - Fix ` scause::set `
23+ - Various formatting and comment fixes
24+ - Update ` bare-metal ` to ` v1.0.0 ` removing ` Nr ` trait
1425- Build targets on ` docs.rs ` are now RISC-V targets other than default ones
1526
1627## [ v0.6.0] - 2020-06-20
Original file line number Diff line number Diff line change 11[package ]
22name = " riscv"
3- version = " 0.6 .0"
3+ version = " 0.7 .0"
44repository = " https://github.com/rust-embedded/riscv"
55authors = [" The RISC-V Team <risc-v@teams.rust-embedded.org>" ]
66categories = [" embedded" , " hardware-support" , " no-std" ]
You can’t perform that action at this time.
0 commit comments