aboutsummaryrefslogtreecommitdiff
path: root/embassy-time/src/delay.rs
Commit message (Collapse)AuthorAgeFilesLines
* modify async fn to return impl Future8239844182025-08-171-6/+8
|
* `embassy-time`: add missing `Debug` & `defmt::Format` derivesRalph Ursprung2025-07-281-1/+2
| | | | | | | | `defmt::Format` is *not* implemented for `MockDriver` and `InnerMockDriver` because the former contains the latter and the latter is using `Queue` from `embassy-time-queue-utils` which so far does not have a `defmt` dependency. since this is just a mock driver it shouldn't be relevant if it has no `defmt::Format` impl.
* time: cloneable delayScott Mabin2024-02-181-0/+1
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-58/+42
|
* Update embedded-(hal,io,nal).Dario Nieuwenhuis2023-11-291-6/+14
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-2/+2
| | | | convenience methods
* Update embedded-hal crates.Dario Nieuwenhuis2023-04-061-12/+8
|
* time: Fix nighly feature compilation after upgrade to embedded-hal-asyncGabriel Smith2022-11-271-12/+4
| | | | 0.2.0-alpha.0
* Update embedded-hal versions and explicitly pinUlf Lilleengen2022-09-291-1/+1
|
* Do not use cfg_if for embedded-hal-async feature gates.Dario Nieuwenhuis2022-08-311-15/+17
| | | | Old code used `cfg_if!` because rustc still parses code inside disabled cfg's, and Rust stable at that time couldn't parse the new GAT where-clause location. This is not the case anymore.
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-0/+98