traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.
This commit is contained in:
parent
d76cd5ceaf
commit
0719b05d63
32 changed files with 145 additions and 304 deletions
tests/stm32
|
@ -14,7 +14,6 @@ stm32wb55rg = ["embassy-stm32/stm32wb55rg"]
|
|||
|
||||
[dependencies]
|
||||
embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt"] }
|
||||
embassy-traits = { version = "0.1.0", path = "../../embassy-traits", features = ["defmt"] }
|
||||
embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "unstable-pac", "memory-x", "time-driver-tim2"] }
|
||||
|
||||
defmt = "0.3.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue