Robin Mueller
c53702ee74
Some checks failed
Rust/va416xx-rs/pipeline/pr-main There was a failure building this commit
28 lines
659 B
TOML
28 lines
659 B
TOML
[package]
|
|
name = "simple_examples"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cortex-m-rt = "0.7"
|
|
va416xx-hal = { path = "../../va416xx-hal" }
|
|
panic-rtt-target = { version = "0.1.3" }
|
|
rtt-target = { version = "0.5" }
|
|
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
|
|
rtic-sync = { version = "1.3", features = ["defmt-03"] }
|
|
embedded-hal = "1"
|
|
embedded-hal-nb = "1"
|
|
nb = "1"
|
|
embedded-io = "0.6"
|
|
panic-halt = "0.2"
|
|
vorago-peb1 = { path = "../../vorago-peb1" }
|
|
accelerometer = "0.12"
|
|
|
|
[dependencies.rtic]
|
|
version = "2"
|
|
features = ["thumbv6-backend"]
|
|
|
|
[dependencies.rtic-monotonics]
|
|
version = "2"
|
|
features = ["cortex-m-systick"]
|