File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.12.0] - 2024-12-10
11
+
10
12
### Changed
11
13
- Fix ` StatefulOutputPin::is_set_high ` . It now reads from ` output_val `
12
14
- UART traits are implemented now from ` embedded-hal-nb ` 1.0.0
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.12.0] - 2024-12-10
11
+
10
12
### Changed
11
13
12
14
- Now CLINT and PLIC are provided by ` riscv-peripheral ` 0.2
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
8
## [ Unreleased]
9
+
10
+ ## [ v0.13.0] - 2024-12-10
11
+
9
12
- Fix Led implementation, as pins are configured as inverted outputs
10
13
- Adapt to embedded-hal 1.0
11
14
- Replace static muts with Mutexes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hifive1"
3
- version = " 0.14 .0"
3
+ version = " 0.13 .0"
4
4
repository = " https://github.com/riscv-rust/e310x"
5
5
authors = [" David Craven <david@craven.ch>" ]
6
6
categories = [" embedded" , " hardware-support" , " no-std" ]
You can’t perform that action at this time.
0 commit comments