Robin Mueller
3c8c455c6f
All checks were successful
Rust/va108xx-rs/pipeline/pr-main This commit looks good
22 lines
413 B
TOML
22 lines
413 B
TOML
[package]
|
|
name = "board-tests"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cortex-m-rtic = "1"
|
|
panic-halt = "0.2"
|
|
cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
|
|
cortex-m-rt = "0.7"
|
|
rtt-target = "0.5"
|
|
panic-rtt-target = "0.1.3"
|
|
embedded-hal = "1"
|
|
embedded-hal-nb = "1"
|
|
embedded-io = "0.6"
|
|
|
|
[dependencies.va108xx-hal]
|
|
version = "0.7"
|
|
path = "../va108xx-hal"
|
|
features = ["rt"]
|
|
|