prep BSP v0.8.0

This commit is contained in:
2025-02-17 20:34:53 +01:00
parent 80eea170ef
commit 75e6d98e44
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ embassy-executor = { version = "0.7", features = [
"executor-interrupt"
]}
va108xx-hal = { version = "0.10", path = "../../va108xx-hal" }
va108xx-hal = { version = "0.10" }
va108xx-embassy = { version = "0.1", path = "../../va108xx-embassy" }
[features]
+2 -2
View File
@@ -22,5 +22,5 @@ rtic-sync = { version = "1.3", features = ["defmt-03"] }
once_cell = {version = "1", default-features = false, features = ["critical-section"]}
ringbuf = { version = "0.4.7", default-features = false, features = ["portable-atomic"] }
va108xx-hal = { version = "0.10", path = "../../va108xx-hal" }
vorago-reb1 = { version = "0.7", path = "../../vorago-reb1" }
va108xx-hal = { version = "0.10" }
vorago-reb1 = { version = "0.8", path = "../../vorago-reb1" }
+1 -2
View File
@@ -16,10 +16,9 @@ embedded-io = "0.6"
cortex-m-semihosting = "0.5.0"
[dependencies.va108xx-hal]
path = "../../va108xx-hal"
version = "0.10"
features = ["rt", "defmt"]
[dependencies.vorago-reb1]
path = "../../vorago-reb1"
version = "0.7"
version = "0.8"