Skip to content

Commit

Permalink
prepare BSP release
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Sep 30, 2024
1 parent 307174b commit 8ed26db
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/rtic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ default-features = false
features = ["portable-atomic"]

[dependencies.va108xx-hal]
path = "../../va108xx-hal"
version = "0.8"

[dependencies.vorago-reb1]
path = "../../vorago-reb1"
2 changes: 1 addition & 1 deletion examples/simple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ embedded-io = "0.6"
cortex-m-semihosting = "0.5.0"

[dependencies.va108xx-hal]
path = "../../va108xx-hal"
version = "0.8"
features = ["rt", "defmt"]

[dependencies.vorago-reb1]
Expand Down
3 changes: 3 additions & 0 deletions vorago-reb1/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

## [v0.6.0] 2024-09-30

- Added M95M01 EEPROM module/API
- Update `va108xx-hal` dependency to range >=v0.8, <0.9

## [v0.5.1] 2024-07-04

Expand Down
5 changes: 2 additions & 3 deletions vorago-reb1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vorago-reb1"
version = "0.5.1"
version = "0.6.0"
authors = ["Robin Mueller <[email protected]>"]
edition = "2021"
description = "Board Support Crate for the Vorago REB1 development board"
Expand All @@ -21,8 +21,7 @@ bitfield = "0.17"
version = "0.3"

[dependencies.va108xx-hal]
version = ">=0.7, <=0.8"
path = "../va108xx-hal"
version = ">=0.8, <0.9"
features = ["rt"]

[features]
Expand Down

0 comments on commit 8ed26db

Please sign in to comment.