prepare va108xx-embassy and vorago-reb1 release

This commit is contained in:
Robin Mueller
2025-09-03 11:26:57 +02:00
parent 8c8e01775d
commit f30aa9e2c3
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ categories = ["aerospace", "embedded", "no-std", "hardware-support"]
[dependencies]
vorago-shared-hal = { version = "0.2", features = ["vor1x"] }
va108xx-hal = { path = "../va108xx-hal" }
va108xx-hal = { version = "0.12" }
[features]
default = ["irq-oc30-oc31"]

View File

@@ -19,7 +19,7 @@ bitbybit = "1.3"
arbitrary-int = "2"
max116xx-10bit = "0.3"
va108xx-hal = { version = "0.12", path = "../va108xx-hal", features = ["rt"] }
va108xx-hal = { version = "0.12", features = ["rt"] }
[features]
rt = ["va108xx-hal/rt"]