732e4d5e73
shared-hal-ci / Check build (push) Has been cancelled
shared-hal-ci / Check formatting (push) Has been cancelled
shared-hal-ci / Check Documentation Build (push) Has been cancelled
shared-hal-ci / Clippy (push) Has been cancelled
va108xx-ci / Check build (push) Has been cancelled
va108xx-ci / Run Tests (push) Has been cancelled
va108xx-ci / Check formatting (push) Has been cancelled
va108xx-ci / Check Documentation Build (push) Has been cancelled
va108xx-ci / Clippy (push) Has been cancelled
va416xx-ci / Check build (push) Has been cancelled
va416xx-ci / Run Tests (push) Has been cancelled
va416xx-ci / Check formatting (push) Has been cancelled
va416xx-ci / Check Documentation Build (push) Has been cancelled
va416xx-ci / Clippy (push) Has been cancelled
shared-hal-ci / Check build (pull_request) Has been cancelled
shared-hal-ci / Check formatting (pull_request) Has been cancelled
shared-hal-ci / Check Documentation Build (pull_request) Has been cancelled
shared-hal-ci / Clippy (pull_request) Has been cancelled
va108xx-ci / Check build (pull_request) Has been cancelled
va108xx-ci / Run Tests (pull_request) Has been cancelled
va108xx-ci / Check formatting (pull_request) Has been cancelled
va108xx-ci / Check Documentation Build (pull_request) Has been cancelled
va108xx-ci / Clippy (pull_request) Has been cancelled
va416xx-ci / Check build (pull_request) Has been cancelled
va416xx-ci / Run Tests (pull_request) Has been cancelled
va416xx-ci / Check formatting (pull_request) Has been cancelled
va416xx-ci / Check Documentation Build (pull_request) Has been cancelled
va416xx-ci / Clippy (pull_request) Has been cancelled
31 lines
738 B
TOML
31 lines
738 B
TOML
[package]
|
|
name = "simple_examples"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
|
|
cortex-m-rt = "0.7"
|
|
critical-section = "1"
|
|
defmt-rtt = "1"
|
|
defmt = "1"
|
|
panic-probe = { version = "1", features = ["defmt"] }
|
|
embedded-hal = "1"
|
|
embedded-hal-nb = "1"
|
|
nb = "1"
|
|
embedded-io = "0.7"
|
|
panic-halt = "1"
|
|
accelerometer = "0.12"
|
|
|
|
va416xx-hal = { version = "0.6", path = "../../va416xx-hal", features = ["va41630", "defmt"] }
|
|
va416xx = { version = "0.5", path = "../../va416xx" }
|
|
|
|
[dependencies.vorago-peb1]
|
|
path = "../../vorago-peb1"
|
|
|
|
[features]
|
|
default = ["va41630"]
|
|
va41630 = ["va416xx-hal/va41630"]
|
|
va41629 = ["va416xx-hal/va41629"]
|
|
va41628 = ["va416xx-hal/va41628"]
|