Compare commits
1 Commits
va108xx-em
...
main
Author | SHA1 | Date | |
---|---|---|---|
c693530ab7 |
@ -14,6 +14,6 @@ embedded-hal-nb = "1"
|
||||
embedded-io = "0.6"
|
||||
|
||||
[dependencies.va108xx-hal]
|
||||
path = "../va108xx-hal"
|
||||
version = "0.10.0"
|
||||
features = ["rt"]
|
||||
|
||||
|
@ -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 = []
|
||||
|
@ -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"
|
||||
|
@ -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"]
|
||||
|
@ -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" }
|
||||
|
@ -20,5 +20,4 @@ version = "0.10"
|
||||
features = ["rt", "defmt"]
|
||||
|
||||
[dependencies.vorago-reb1]
|
||||
path = "../../vorago-reb1"
|
||||
version = "0.8"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user