2022-03-27 15:42:22 +00:00
|
|
|
[package]
|
2022-06-18 00:15:48 +00:00
|
|
|
edition = "2021"
|
2022-03-27 15:42:22 +00:00
|
|
|
name = "embassy-stm32f2-examples"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-07-29 19:58:35 +00:00
|
|
|
embassy-util = { version = "0.1.0", path = "../../embassy-util", features = ["defmt"] }
|
|
|
|
embassy-executor = { version = "0.1.0", path = "../../embassy-executor", features = ["defmt", "defmt-timestamp-uptime", "time-tick-32768hz"] }
|
2022-03-27 15:42:22 +00:00
|
|
|
embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "stm32f207zg", "unstable-pac", "memory-x", "time-driver-any", "exti"] }
|
|
|
|
|
|
|
|
defmt = "0.3"
|
|
|
|
defmt-rtt = "0.3"
|
|
|
|
|
|
|
|
cortex-m = "0.7.3"
|
|
|
|
cortex-m-rt = "0.7.0"
|
|
|
|
embedded-hal = "0.2.6"
|
|
|
|
panic-probe = { version = "0.3", features = ["print-defmt"] }
|
|
|
|
futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
|
|
|
|
heapless = { version = "0.7.5", default-features = false }
|
|
|
|
nb = "1.0.0"
|