summaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/examples/layer-by-layer/blinky-hal/Cargo.toml
blob: dbd3aba8b1fc8cd94857ca67d992a9f6949b8f43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "blinky-hal"
version = "0.1.0"
edition = "2021"

[dependencies]
cortex-m = "0.7"
cortex-m-rt = "0.7"
embassy-stm32 = { version = "0.1.0", features = ["stm32l475vg", "memory-x"], default-features = false  }

defmt = "0.3.0"
defmt-rtt = "0.3.0"
panic-probe = { version = "0.3.0", features = ["print-defmt"] }