| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | `embassy-time`: add missing `Debug` & `defmt::Format` derives | Ralph Ursprung | 2025-07-28 | 1 | -0/+2 |
| | | | | | | | | | `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 | -77/+36 |
| | | | | | queue. | ||||
| * | Refactor integrated-timers | Dániel Buga | 2024-12-10 | 1 | -60/+25 |
| | | |||||
| * | time: split queue driver too, don't reexport drivers. | Dario Nieuwenhuis | 2024-01-11 | 1 | -2/+2 |
| | | |||||
| * | time: split driver into a separate embassy-time-driver crate. | Dario Nieuwenhuis | 2024-01-11 | 1 | -1/+1 |
| | | |||||
| * | Lint/format fixes | Chris Price | 2024-01-09 | 1 | -1/+1 |
| | | |||||
| * | Use MockDriver in queue_generic tests | Chris Price | 2024-01-09 | 1 | -0/+18 |
| | | |||||
| * | Prevent over-allocation | Chris Price | 2024-01-09 | 1 | -12/+34 |
| | | |||||
| * | Restructure InnerMockDriver | Chris Price | 2024-01-09 | 1 | -23/+38 |
| | | | | | Failing test for overallocation of alarms | ||||
| * | Merge TestDriver into MockDriver | Chris Price | 2024-01-09 | 1 | -18/+116 |
| | | |||||
| * | time: fix MockDriver::now() | Andres O. Vela | 2023-10-31 | 1 | -1/+1 |
| | | |||||
| * | Fix test | Andres O. Vela | 2023-10-29 | 1 | -1/+1 |
| | | |||||
| * | Remove set_current_time API | Andres O. Vela | 2023-10-29 | 1 | -5/+0 |
| | | |||||
| * | time: add MockDriver for testing purposes | Andres O. Vela | 2023-10-29 | 1 | -0/+73 |
