From c693530ab7007517f1bfbd04d9cb4711637243fe Mon Sep 17 00:00:00 2001 From: Robin Mueller <muellerr@irs.uni-stuttgart.de> Date: Tue, 18 Feb 2025 00:00:27 +0100 Subject: [PATCH] Move to released packages, done --- board-tests/Cargo.toml | 2 +- bootloader/Cargo.toml | 6 ++---- defmt-testapp/Cargo.toml | 6 ++---- examples/embassy/Cargo.toml | 2 +- examples/rtic/Cargo.toml | 2 +- examples/simple/Cargo.toml | 1 - flashloader/Cargo.toml | 6 ++---- flashloader/slot-a-blinky/Cargo.toml | 2 +- flashloader/slot-b-blinky/Cargo.toml | 2 +- 9 files changed, 11 insertions(+), 18 deletions(-) diff --git a/board-tests/Cargo.toml b/board-tests/Cargo.toml index 6413c13..e84d728 100644 --- a/board-tests/Cargo.toml +++ b/board-tests/Cargo.toml @@ -14,6 +14,6 @@ embedded-hal-nb = "1" embedded-io = "0.6" [dependencies.va108xx-hal] -path = "../va108xx-hal" +version = "0.10.0" features = ["rt"] diff --git a/bootloader/Cargo.toml b/bootloader/Cargo.toml index 103a97d..3cc4c17 100644 --- a/bootloader/Cargo.toml +++ b/bootloader/Cargo.toml @@ -15,12 +15,10 @@ num_enum = { version = "0.7", default-features = false } static_assertions = "1" [dependencies.va108xx-hal] -version = "0.9" -# path = "../va108xx-hal" +version = "0.10" [dependencies.vorago-reb1] -version = "0.7" -# path = "../vorago-reb1" +version = "0.8" [features] default = [] diff --git a/defmt-testapp/Cargo.toml b/defmt-testapp/Cargo.toml index 9a40f72..6b31352 100644 --- a/defmt-testapp/Cargo.toml +++ b/defmt-testapp/Cargo.toml @@ -27,10 +27,8 @@ version = "1" features = ["cortex-m-systick"] [dependencies.va108xx-hal] -version = "0.6" -path = "../va108xx-hal" +version = "0.10" features = ["rt", "defmt"] [dependencies.va108xx] -version = "0.3" -path = "../va108xx" +version = "0.5" diff --git a/examples/embassy/Cargo.toml b/examples/embassy/Cargo.toml index 9c3046c..ebaae2a 100644 --- a/examples/embassy/Cargo.toml +++ b/examples/embassy/Cargo.toml @@ -28,7 +28,7 @@ embassy-executor = { version = "0.7", features = [ ]} va108xx-hal = { version = "0.10" } -va108xx-embassy = { version = "0.2", path = "../../va108xx-embassy" } +va108xx-embassy = { version = "0.2" } [features] default = ["ticks-hz-1_000", "va108xx-embassy/irq-oc30-oc31"] diff --git a/examples/rtic/Cargo.toml b/examples/rtic/Cargo.toml index 45871cd..e801e1a 100644 --- a/examples/rtic/Cargo.toml +++ b/examples/rtic/Cargo.toml @@ -23,4 +23,4 @@ once_cell = {version = "1", default-features = false, features = ["critical-sect ringbuf = { version = "0.4.7", default-features = false, features = ["portable-atomic"] } va108xx-hal = { version = "0.10" } -vorago-reb1 = { version = "0.8", path = "../../vorago-reb1" } +vorago-reb1 = { version = "0.8" } diff --git a/examples/simple/Cargo.toml b/examples/simple/Cargo.toml index f1f41a6..7f8f71b 100644 --- a/examples/simple/Cargo.toml +++ b/examples/simple/Cargo.toml @@ -20,5 +20,4 @@ version = "0.10" features = ["rt", "defmt"] [dependencies.vorago-reb1] -path = "../../vorago-reb1" version = "0.8" diff --git a/flashloader/Cargo.toml b/flashloader/Cargo.toml index 9d930ea..d7108ac 100644 --- a/flashloader/Cargo.toml +++ b/flashloader/Cargo.toml @@ -29,9 +29,7 @@ rtic-monotonics = { version = "2", features = ["cortex-m-systick"] } rtic-sync = {version = "1", features = ["defmt-03"]} [dependencies.va108xx-hal] -version = "0.9" -# path = "../va108xx-hal" +version = "0.10" [dependencies.vorago-reb1] -version = "0.7" -# path = "../vorago-reb1" +version = "0.8" diff --git a/flashloader/slot-a-blinky/Cargo.toml b/flashloader/slot-a-blinky/Cargo.toml index 701674f..989928a 100644 --- a/flashloader/slot-a-blinky/Cargo.toml +++ b/flashloader/slot-a-blinky/Cargo.toml @@ -11,7 +11,7 @@ panic-rtt-target = { version = "0.1.3" } rtt-target = { version = "0.5" } cortex-m = { version = "0.7", features = ["critical-section-single-core"] } embedded-hal = "1" -va108xx-hal = { path = "../../va108xx-hal" } +va108xx-hal = { version = "0.10.0" } [profile.dev] codegen-units = 1 diff --git a/flashloader/slot-b-blinky/Cargo.toml b/flashloader/slot-b-blinky/Cargo.toml index d636e98..1565a4b 100644 --- a/flashloader/slot-b-blinky/Cargo.toml +++ b/flashloader/slot-b-blinky/Cargo.toml @@ -11,7 +11,7 @@ panic-rtt-target = { version = "0.1.3" } rtt-target = { version = "0.5" } cortex-m = { version = "0.7", features = ["critical-section-single-core"] } embedded-hal = "1" -va108xx-hal = { path = "../../va108xx-hal" } +va108xx-hal = { version = "0.10.0" } [profile.dev] codegen-units = 1