Skip to content

Commit d735933

Browse files
committed
release v0.12.0 with updated dependencies
1 parent c425cae commit d735933

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.12.0] - 2023-03-28
11+
- Update e310x-hal to v0.11 with new svd2rust generated code
12+
1013
## [v0.11.0] - 2023-03-03
1114

1215
### Changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hifive1"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
repository = "https://github.com/riscv-rust/hifive1"
55
authors = ["David Craven <david@craven.ch>"]
66
categories = ["embedded", "hardware-support", "no-std"]
@@ -11,7 +11,7 @@ edition = "2018"
1111
rust-version = "1.59"
1212

1313
[dependencies]
14-
e310x-hal = "0.9.3"
14+
e310x-hal = "0.11.0"
1515
embedded-hal = "0.2.7"
1616
riscv = "0.10.1"
1717
nb = "1.0.0"

memory-hifive1-revb.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
INCLUDE memory-fe310.x
1+
INCLUDE device.x
22
MEMORY
33
{
44
FLASH : ORIGIN = 0x20000000, LENGTH = 4M

memory-hifive1.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
INCLUDE memory-fe310.x
1+
INCLUDE device.x
22
MEMORY
33
{
44
FLASH : ORIGIN = 0x20000000, LENGTH = 16M

memory-lofive-r1.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
INCLUDE memory-fe310.x
1+
INCLUDE device.x
22
MEMORY
33
{
44
FLASH : ORIGIN = 0x20000000, LENGTH = 16M

0 commit comments

Comments
 (0)