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

@@ -25,7 +25,7 @@ defmt = { version = "0.3", optional = true }
log = { version = "0.4", optional = true }
embassy-sync = { version = "0.6.1", path = "../embassy-sync" }
embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32", default-features = false }
embassy-stm32 = { version = "0.2.0", path = "../embassy-stm32", default-features = false }
embassy-boot = { version = "0.4.0", path = "../embassy-boot" }
cortex-m = { version = "0.7.6" }
cortex-m-rt = { version = "0.7" }