|
|
|
@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
|
|
|
|
|
# Change stm32l552ze to your chip name, if necessary.
|
|
|
|
|
embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = [ "defmt", "unstable-pac", "stm32l552ze", "time-driver-any", "exti", "memory-x"] }
|
|
|
|
|
embassy-sync = { version = "0.5.0", path = "../../embassy-sync", features = ["defmt"] }
|
|
|
|
|
embassy-executor = { version = "0.4.0", path = "../../embassy-executor", features = ["nightly", "arch-cortex-m", "executor-thread", "defmt", "integrated-timers"] }
|
|
|
|
|
embassy-executor = { version = "0.4.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt", "integrated-timers"] }
|
|
|
|
|
embassy-time = { version = "0.2", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] }
|
|
|
|
|
embassy-usb = { version = "0.1.0", path = "../../embassy-usb", features = ["defmt"] }
|
|
|
|
|
embassy-net = { version = "0.2.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4", "medium-ethernet"] }
|
|
|
|
@ -26,7 +26,7 @@ futures = { version = "0.3.17", default-features = false, features = ["async-awa
|
|
|
|
|
heapless = { version = "0.8", default-features = false }
|
|
|
|
|
rand_core = { version = "0.6.3", default-features = false }
|
|
|
|
|
embedded-io-async = { version = "0.6.1" }
|
|
|
|
|
static_cell = { version = "2", features = ["nightly"]}
|
|
|
|
|
static_cell = "2"
|
|
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
|
debug = 2
|
|
|
|
|