use git dependency
This commit is contained in:
@@ -11,7 +11,7 @@ keywords = ["no-std", "hal", "cortex-m", "vorago", "va416xx"]
|
|||||||
categories = ["aerospace", "embedded", "no-std", "hardware-support"]
|
categories = ["aerospace", "embedded", "no-std", "hardware-support"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
vorago-shared-hal = { path = "../../vorago-shared-hal", features = ["vor4x"] }
|
vorago-shared-hal = { git = "https://egit.irs.uni-stuttgart.de/rust/vorago-shared-hal.git", features = ["vor4x"] }
|
||||||
va416xx-hal = { path = "../va416xx-hal" }
|
va416xx-hal = { path = "../va416xx-hal" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
|
|||||||
va416xx = { version = "0.5", features = ["critical-section"], default-features = false }
|
va416xx = { version = "0.5", features = ["critical-section"], default-features = false }
|
||||||
derive-mmio = { git = "https://github.com/knurling-rs/derive-mmio.git", version = "0.6"}
|
derive-mmio = { git = "https://github.com/knurling-rs/derive-mmio.git", version = "0.6"}
|
||||||
static_assertions = "1.1"
|
static_assertions = "1.1"
|
||||||
vorago-shared-hal = { path = "../../vorago-shared-hal", features = ["vor4x"] }
|
vorago-shared-hal = { git = "https://egit.irs.uni-stuttgart.de/rust/vorago-shared-hal.git", features = ["vor4x"] }
|
||||||
|
|
||||||
libm = "0.2"
|
libm = "0.2"
|
||||||
nb = "1"
|
nb = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user