aboutsummaryrefslogtreecommitdiff
path: root/embassy-time-queue-utils/src
Commit message (Collapse)AuthorAgeFilesLines
* Make TimerQueueItem opaqueDániel Buga2025-08-182-39/+84
|
* `embassy-time`: add missing `Debug` & `defmt::Format` derivesRalph Ursprung2025-07-283-0/+4
| | | | | | | | `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.
* Rename ETQD, bump dateDániel Buga2024-12-223-0/+248