| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix build of embassy-time with std+defmt. | Dario Nieuwenhuis | 2025-07-29 | 1 | -3/+0 |
| | | |||||
| * | `embassy-time`: add missing `Debug` & `defmt::Format` derives | Ralph Ursprung | 2025-07-28 | 1 | -0/+6 |
| | | | | | | | | | `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 date | Dániel Buga | 2024-12-22 | 1 | -1/+1 |
| | | |||||
| * | Merge time-driver and time-queue-driver traits, make HALs own and handle the ↵ | Dario Nieuwenhuis | 2024-12-13 | 1 | -111/+44 |
| | | | | | queue. | ||||
| * | Refactor integrated-timers | Dániel Buga | 2024-12-10 | 1 | -90/+31 |
| | | |||||
| * | Use inline const for initializing arrays. (#3567) | Dario Nieuwenhuis | 2024-11-24 | 1 | -2/+2 |
| | | |||||
| * | time: split queue driver too, don't reexport drivers. | Dario Nieuwenhuis | 2024-01-11 | 1 | -3/+2 |
| | | |||||
| * | time: split driver into a separate embassy-time-driver crate. | Dario Nieuwenhuis | 2024-01-11 | 1 | -1/+1 |
| | | |||||
| * | Remove trivial to remove uses of atomic-polyfill. | Dario Nieuwenhuis | 2023-07-12 | 1 | -1/+1 |
| | | |||||
| * | time: remove dependency on embassy-sync. | Dario Nieuwenhuis | 2023-04-13 | 1 | -11/+9 |
| | | |||||
| * | STD driver needs a reentrant mutex; logic fixed to be reentrancy-safe | ivmarkov | 2023-01-26 | 1 | -22/+45 |
| | | |||||
| * | Change time Driver contract to never fire the alarm synchronously | ivmarkov | 2022-10-24 | 1 | -1/+3 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -0/+208 |
