aboutsummaryrefslogtreecommitdiff
path: root/embassy-time-queue-utils
Commit message (Collapse)AuthorAgeFilesLines
* Read crate configs from metadata.Dario Nieuwenhuis2025-08-251-0/+6
|
* feat: add semver checks and releasing to releaserUlf Lilleengen2025-08-251-1/+2
| | | | | | | | | * List dependencies of a crate * List dependents of a crate * Perform semver-checks of a crate * Prepare a release for a crate and all dependents * Use a single release.toml for cargo-release * Add changelogs where missing
* Fix typoDániel Buga2025-08-181-1/+1
|
* Make TimerQueueItem opaqueDániel Buga2025-08-184-40/+93
|
* fix: do full minor version bump for time queue utilsUlf Lilleengen2025-08-011-2/+2
|
* chore: Release embassy-time-queue-utils version 0.1.1Ulf Lilleengen2025-08-011-1/+1
|
* fix: relax embassy-executor version requirementUlf Lilleengen2025-08-011-1/+1
|
* chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-311-1/+1
|
* `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-227-0/+325