Skip to content

Commit 295cc97

Browse files
Merge pull request #39 from riscv-rust/v0.12
Prepare for release
2 parents 09948e7 + 13228dd commit 295cc97

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

e310x-hal/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.12.0] - 2024-12-10
11+
1012
### Changed
1113
- Fix `StatefulOutputPin::is_set_high`. It now reads from `output_val`
1214
- UART traits are implemented now from `embedded-hal-nb` 1.0.0

e310x/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.12.0] - 2024-12-10
11+
1012
### Changed
1113

1214
- Now CLINT and PLIC are provided by `riscv-peripheral` 0.2

hifive1/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
10+
## [v0.13.0] - 2024-12-10
11+
912
- Fix Led implementation, as pins are configured as inverted outputs
1013
- Adapt to embedded-hal 1.0
1114
- Replace static muts with Mutexes

hifive1/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hifive1"
3-
version = "0.14.0"
3+
version = "0.13.0"
44
repository = "https://github.com/riscv-rust/e310x"
55
authors = ["David Craven <[email protected]>"]
66
categories = ["embedded", "hardware-support", "no-std"]

0 commit comments

Comments
 (0)