Skip to content

Commit

Permalink
Merge pull request #39 from riscv-rust/v0.12
Browse files Browse the repository at this point in the history
Prepare for release
  • Loading branch information
romancardenas authored Dec 11, 2024
2 parents 09948e7 + 13228dd commit 295cc97
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions e310x-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.12.0] - 2024-12-10

### Changed
- Fix `StatefulOutputPin::is_set_high`. It now reads from `output_val`
- UART traits are implemented now from `embedded-hal-nb` 1.0.0
Expand Down
2 changes: 2 additions & 0 deletions e310x/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.12.0] - 2024-12-10

### Changed

- Now CLINT and PLIC are provided by `riscv-peripheral` 0.2
Expand Down
3 changes: 3 additions & 0 deletions hifive1/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.13.0] - 2024-12-10

- Fix Led implementation, as pins are configured as inverted outputs
- Adapt to embedded-hal 1.0
- Replace static muts with Mutexes
Expand Down
2 changes: 1 addition & 1 deletion hifive1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hifive1"
version = "0.14.0"
version = "0.13.0"
repository = "https://github.com/riscv-rust/e310x"
authors = ["David Craven <[email protected]>"]
categories = ["embedded", "hardware-support", "no-std"]
Expand Down

0 comments on commit 295cc97

Please sign in to comment.