mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-26 20:00:27 +00:00
15 lines
422 B
TOML
15 lines
422 B
TOML
[package]
|
|
name = "blinky-hal"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
cortex-m-rt = "0.7"
|
|
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
|
|
embassy-stm32 = { version = "0.2.0", path = "../../../../embassy-stm32", features = ["stm32l475vg", "memory-x"] }
|
|
|
|
defmt = "1.0.1"
|
|
defmt-rtt = "1.0.0"
|
|
panic-probe = { version = "1.0.0", features = ["print-defmt"] }
|