aboutsummaryrefslogtreecommitdiff
path: root/embassy-time-queue-driver
Commit message (Collapse)AuthorAgeFilesLines
* Rename ETQD, bump dateDániel Buga2024-12-227-337/+0
|
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-222-3/+3
|
* Add generic-queue-* features back to embassy-timeDániel Buga2024-12-222-3/+2
|
* Remove special handling of integrated timer itemsDániel Buga2024-12-161-1/+0
|
* Remove special handling of integrated timer queueDániel Buga2024-12-161-28/+0
|
* Remove time-driver dependencyDániel Buga2024-12-152-2/+1
|
* Remove critical_section dependencyDániel Buga2024-12-151-1/+0
|
* Update documentation and changelogsDániel Buga2024-12-152-47/+7
|
* Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-152-20/+20
|
* Merge time-driver and time-queue-driver traits, make HALs own and handle the ↵Dario Nieuwenhuis2024-12-132-135/+17
| | | | queue.
* Prevent task from respawning while in the timer queueDániel Buga2024-12-132-5/+29
|
* Move integrated timer queue into time-queue-driverDániel Buga2024-12-122-4/+85
|
* ChangelogDániel Buga2024-12-101-0/+16
|
* Refactor integrated-timersDániel Buga2024-12-103-2/+313
|
* Fix spelling and white space mistakesVega Deftwing2024-04-111-1/+1
|
* Complete cargo.tomls more.Dario Nieuwenhuis2024-01-121-0/+1
|
* time: split queue driver too, don't reexport drivers.Dario Nieuwenhuis2024-01-114-0/+94