aboutsummaryrefslogtreecommitdiff
path: root/embassy-time/src/delay.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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