prepare BSP release
Some checks are pending
Rust/va108xx-rs/pipeline/head Build queued...

This commit is contained in:
Robin Müller 2024-09-30 12:10:03 +02:00
parent 307174b938
commit 8ed26db6a7
Signed by: muellerr
GPG Key ID: A649FB78196E3849
4 changed files with 7 additions and 5 deletions

View File

@ -38,7 +38,7 @@ default-features = false
features = ["portable-atomic"] features = ["portable-atomic"]
[dependencies.va108xx-hal] [dependencies.va108xx-hal]
path = "../../va108xx-hal" version = "0.8"
[dependencies.vorago-reb1] [dependencies.vorago-reb1]
path = "../../vorago-reb1" path = "../../vorago-reb1"

View File

@ -16,7 +16,7 @@ embedded-io = "0.6"
cortex-m-semihosting = "0.5.0" cortex-m-semihosting = "0.5.0"
[dependencies.va108xx-hal] [dependencies.va108xx-hal]
path = "../../va108xx-hal" version = "0.8"
features = ["rt", "defmt"] features = ["rt", "defmt"]
[dependencies.vorago-reb1] [dependencies.vorago-reb1]

View File

@ -8,7 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [unreleased] ## [unreleased]
## [v0.6.0] 2024-09-30
- Added M95M01 EEPROM module/API - Added M95M01 EEPROM module/API
- Update `va108xx-hal` dependency to range >=v0.8, <0.9
## [v0.5.1] 2024-07-04 ## [v0.5.1] 2024-07-04

View File

@ -1,6 +1,6 @@
[package] [package]
name = "vorago-reb1" name = "vorago-reb1"
version = "0.5.1" version = "0.6.0"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"] authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
edition = "2021" edition = "2021"
description = "Board Support Crate for the Vorago REB1 development board" description = "Board Support Crate for the Vorago REB1 development board"
@ -21,8 +21,7 @@ bitfield = "0.17"
version = "0.3" version = "0.3"
[dependencies.va108xx-hal] [dependencies.va108xx-hal]
version = ">=0.7, <=0.8" version = ">=0.8, <0.9"
path = "../va108xx-hal"
features = ["rt"] features = ["rt"]
[features] [features]