embassy/embassy-time-queue-utils
Ralph Ursprung 98595f659c
embassy-time: add missing Debug & defmt::Format derives
`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.
2025-07-28 15:44:21 +02:00
..
2024-12-22 21:00:23 +01:00
2024-12-22 21:00:23 +01:00
2024-12-22 21:00:23 +01:00
2024-12-22 21:00:23 +01:00

embassy-time-queue-utils

This crate contains timer queues to help implementing an embassy-time-driver.

As a HAL user, you should not need to depend on this crate.

As a HAL implementer, you need to depend on this crate if you want to implement a time driver, but how you should do so is documented in embassy-time-driver.