Skip to content

Commit d3ab1dc

Browse files
committed
Update hifive1 to new e310x-hal
1 parent a665980 commit d3ab1dc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

hifive1/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ 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+
910
- Replace static muts with Mutexes
1011
- Apply clippy changes
11-
- Bump MSRV to 1.72
12+
- Bump MSRV to 1.76
1213
- Adapt to new Cargo workspace
1314
- Use inline assembly instead of binary blobs for flash
1415

hifive1/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[package]
22
name = "hifive1"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
repository = "https://github.com/riscv-rust/hifive1"
55
authors = ["David Craven <[email protected]>"]
66
categories = ["embedded", "hardware-support", "no-std"]
77
description = "Board support crate for HiFive1 and LoFive boards"
88
keywords = ["riscv", "register", "peripheral"]
99
license = "ISC"
1010
edition = "2021"
11-
rust-version = "1.72"
11+
rust-version = "1.76"
1212

1313
[dependencies]
1414
critical-section = { version = "1.1.3" }
15-
e310x-hal = { path = "../e310x-hal", version = "0.11.0" }
15+
e310x-hal = { path = "../e310x-hal", version = "0.12.0" }
1616
embedded-hal = "0.2.7"
1717
riscv = "0.12.1"
1818
nb = "1.0.0"

0 commit comments

Comments
 (0)