Compare commits

..

No commits in common. "main" and "va108xx-embassy-v0.2.0" have entirely different histories.

9 changed files with 18 additions and 11 deletions

View File

@ -14,6 +14,6 @@ embedded-hal-nb = "1"
embedded-io = "0.6"
[dependencies.va108xx-hal]
version = "0.10.0"
path = "../va108xx-hal"
features = ["rt"]

View File

@ -15,10 +15,12 @@ num_enum = { version = "0.7", default-features = false }
static_assertions = "1"
[dependencies.va108xx-hal]
version = "0.10"
version = "0.9"
# path = "../va108xx-hal"
[dependencies.vorago-reb1]
version = "0.8"
version = "0.7"
# path = "../vorago-reb1"
[features]
default = []

View File

@ -27,8 +27,10 @@ version = "1"
features = ["cortex-m-systick"]
[dependencies.va108xx-hal]
version = "0.10"
version = "0.6"
path = "../va108xx-hal"
features = ["rt", "defmt"]
[dependencies.va108xx]
version = "0.5"
version = "0.3"
path = "../va108xx"

View File

@ -28,7 +28,7 @@ embassy-executor = { version = "0.7", features = [
]}
va108xx-hal = { version = "0.10" }
va108xx-embassy = { version = "0.2" }
va108xx-embassy = { version = "0.2", path = "../../va108xx-embassy" }
[features]
default = ["ticks-hz-1_000", "va108xx-embassy/irq-oc30-oc31"]

View File

@ -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" }
vorago-reb1 = { version = "0.8", path = "../../vorago-reb1" }

View File

@ -20,4 +20,5 @@ version = "0.10"
features = ["rt", "defmt"]
[dependencies.vorago-reb1]
path = "../../vorago-reb1"
version = "0.8"

View File

@ -29,7 +29,9 @@ rtic-monotonics = { version = "2", features = ["cortex-m-systick"] }
rtic-sync = {version = "1", features = ["defmt-03"]}
[dependencies.va108xx-hal]
version = "0.10"
version = "0.9"
# path = "../va108xx-hal"
[dependencies.vorago-reb1]
version = "0.8"
version = "0.7"
# path = "../vorago-reb1"

View File

@ -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 = { version = "0.10.0" }
va108xx-hal = { path = "../../va108xx-hal" }
[profile.dev]
codegen-units = 1

View File

@ -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 = { version = "0.10.0" }
va108xx-hal = { path = "../../va108xx-hal" }
[profile.dev]
codegen-units = 1