va416xx-rs/examples/embassy/Cargo.toml
Robin Mueller b9d5243fef
Some checks failed
Rust/va416xx-rs/pipeline/head There was a failure building this commit
Rust/va416xx-rs/pipeline/pr-main There was a failure building this commit
start adding embassy example
2024-09-12 19:54:25 +02:00

23 lines
591 B
TOML

[package]
name = "embassy"
version = "0.1.0"
edition = "2021"
[dependencies]
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7"
embedded-hal = "1"
rtt-target = { version = "0.5" }
panic-rtt-target = { version = "0.1" }
embassy-sync = { version = "0.6.0" }
embassy-time = { version = "0.3.2", features = ["tick-hz-32_768"] }
[dependencies.embassy-executor]
version = "0.6.0"
features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "integrated-timers"]
[dependencies.va416xx-hal]
path = "../../va416xx-hal"
features = ["va41630"]