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

@ -7,13 +7,11 @@ edition = "2021"
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7"
embedded-hal = "1"
rtt-target = { version = "0.5" }
rtt-target = { version = "0.6" }
rtic-sync = { version = "1.3", features = ["defmt-03"] }
panic-rtt-target = { version = "0.1.3" }
panic-rtt-target = { version = "0.2" }
[dependencies.va416xx-hal]
path = "../../va416xx-hal"
features = ["va41630"]
va416xx-hal = { version = "0.4", features = ["va41630"] }
[dependencies.rtic]
version = "2"