bump all dependencies and prepare BSP and embassy release

This commit is contained in:
2025-02-18 16:55:08 +01:00
parent 43da650d78
commit 41b215e326
12 changed files with 37 additions and 69 deletions

View File

@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased]
# [v0.1.1] 2025-02-18
- Bump allowed HAL version to v0.4
# [v0.1.0] 2024-10-01
- Initial release

View File

@ -1,6 +1,6 @@
[package]
name = "vorago-peb1"
version = "0.1.0"
version = "0.1.1"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
edition = "2021"
description = "Board Support Crate for the Vorago PEB1 development board"
@ -14,15 +14,9 @@ categories = ["embedded", "no-std", "hardware-support"]
cortex-m = "0.7"
cortex-m-rt = "0.7"
embedded-hal = "1"
lis2dh12 = { version = "0.7", features = ["out_f32"] }
[dependencies.va416xx-hal]
path = "../va416xx-hal"
features = ["va41630"]
version = ">=0.3, <=0.4"
[dependencies.lis2dh12]
version = "0.7"
features = ["out_f32"]
va416xx-hal = { version = ">=0.3, <=0.4", features = ["va41630"] }
[features]
rt = ["va416xx-hal/rt"]