std: fold into embassy core, add non-hacky time driver.

This commit is contained in:
Dario Nieuwenhuis
2021-08-25 20:34:25 +02:00
parent 7c0990ad1e
commit c4b9c8ac87
9 changed files with 218 additions and 9 deletions

View File

@ -7,7 +7,7 @@ resolver = "2"
[features]
default = []
std = ["futures/std", "embassy-traits/std"]
std = ["futures/std", "embassy-traits/std", "time", "time-tick-1mhz"]
# Enable `embassy::time` module.
# NOTE: This feature is only intended to be enabled by crates providing the time driver implementation.