Rename embassy-extras to embassy-hal-common

This commit is contained in:
Dario Nieuwenhuis
2021-07-29 13:44:51 +02:00
parent c8a48d726a
commit 7bfb763e09
66 changed files with 59 additions and 59 deletions

View File

@ -20,7 +20,7 @@ defmt-error = []
embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-trace"] }
embassy-traits = { version = "0.1.0", path = "../../embassy-traits", features = ["defmt"] }
embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "defmt-trace", "stm32l072cz"] }
embassy-extras = {version = "0.1.0", path = "../../embassy-extras" }
embassy-hal-common = {version = "0.1.0", path = "../../embassy-hal-common" }
defmt = "0.2.0"
defmt-rtt = "0.2.0"