Release embassy-stm32 v0.2.0

This commit is contained in:
Dario Nieuwenhuis
2025-01-10 17:38:32 +01:00
parent 92326f10b5
commit 593d9973e0
45 changed files with 319 additions and 44 deletions

View File

@@ -19,7 +19,7 @@ features = ["stm32wb55rg", "ble", "mac"]
features = ["stm32wb55rg", "ble", "mac"]
[dependencies]
embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32" }
embassy-stm32 = { version = "0.2.0", path = "../embassy-stm32" }
embassy-sync = { version = "0.6.1", path = "../embassy-sync" }
embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true }
embassy-futures = { version = "0.1.0", path = "../embassy-futures" }