Prepare release of embassy-embedded-hal 0.2.0

This commit is contained in:
Ulf Lilleengen
2024-08-02 19:14:43 +02:00
parent e173b973ae
commit 5767c003cc
23 changed files with 43 additions and 22 deletions

View File

@@ -10,7 +10,7 @@ embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["
embassy-sync = { version = "0.6.0", path = "../../embassy-sync", features = ["defmt"] }
embassy-executor = { version = "0.5.0", path = "../../embassy-executor", features = ["task-arena-size-4096", "arch-cortex-m", "executor-thread", "defmt", "integrated-timers"] }
embassy-time = { version = "0.3.1", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] }
embassy-embedded-hal = { version = "0.1.0", path = "../../embassy-embedded-hal" }
embassy-embedded-hal = { version = "0.2.0", path = "../../embassy-embedded-hal" }
defmt = "0.3"
defmt-rtt = "0.4"