use git dependency

This commit is contained in:
Robin Mueller
2025-09-03 11:06:42 +02:00
parent 0fcd480f0f
commit 1677226a13
2 changed files with 2 additions and 2 deletions

View File

@@ -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]

View File

@@ -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"