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/).
7
7
8
8
## [ Unreleased]
9
9
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 `
11
19
12
20
### Changed
13
21
22
+ - Fix ` scause::set `
23
+ - Various formatting and comment fixes
24
+ - Update ` bare-metal ` to ` v1.0.0 ` removing ` Nr ` trait
14
25
- Build targets on ` docs.rs ` are now RISC-V targets other than default ones
15
26
16
27
## [ v0.6.0] - 2020-06-20
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " riscv"
3
- version = " 0.6 .0"
3
+ version = " 0.7 .0"
4
4
repository = " https://github.com/rust-embedded/riscv"
5
5
authors = [" The RISC-V Team <risc-v@teams.rust-embedded.org>" ]
6
6
categories = [" embedded" , " hardware-support" , " no-std" ]
You can’t perform that action at this time.
0 commit comments