more cleaning

This commit is contained in:
2025-04-24 15:57:28 +02:00
parent d014e04249
commit 1fa8f8c7ba
6 changed files with 77 additions and 1305 deletions

View File

@ -11,15 +11,11 @@ keywords = ["no-std", "peb1", "cortex-m", "vorago", "va416xx"]
categories = ["embedded", "no-std", "hardware-support"]
[dependencies]
cortex-m = "0.7"
cortex-m-rt = "0.7"
va416xx-hal = { version = ">=0.3, <=0.5", path = "../va416xx-hal", features = ["va41630"] }
embedded-hal = "1"
lis2dh12 = { version = "0.7", features = ["out_f32"] }
va416xx-hal = { version = ">=0.3, <=0.5", path = "../va416xx-hal", features = ["va41630"] }
[features]
rt = ["va416xx-hal/rt"]
[package.metadata.docs.rs]
all-features = true