| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix API documentation for Ticker reset_at() function | Ismo Puustinen | 2025-12-05 | 1 | -1/+1 |
| | | | | | | | | The documentation indicated reset_at() would fire immediately if the deadline is in the past. However, if the duration is further in the future than the deadline is in the past, the ticker won't fire immediately but just before the next scheduled tick. | ||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -2/+2 |
| | | |||||
| * | docs: clarify that timer will expire immediately if in past | redfast00 | 2025-08-12 | 1 | -0/+1 |
| | | |||||
| * | `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. | ||||
| * | Remove futures-util where unnecessary | Dániel Buga | 2025-06-16 | 1 | -2/+2 |
| | | |||||
| * | Manually implement the future for `with_timeout` | Alex Moon | 2025-04-23 | 1 | -19/+42 |
| | | |||||
| * | Add cancel safety notes to Ticker | Marvin Gudel | 2025-02-02 | 1 | -0/+7 |
| | | |||||
| * | Remove special handling of integrated timer queue | Dániel Buga | 2024-12-16 | 1 | -3/+3 |
| | | |||||
| * | implement with_timeout()/with_deadline() method style call on Future | Aurélien Jacobs | 2024-06-14 | 1 | -0/+30 |
| | | |||||
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 1 | -6/+4 |
| | | |||||
| * | Merge branch 'embassy-rs:main' into ticker_send_sync | Frostie314159 | 2024-03-31 | 1 | -20/+30 |
| |\ | |||||
| | * | Adjusted behavior. | Frostie314159 | 2024-03-28 | 1 | -2/+2 |
| | | | |||||
| | * | Merge branch 'embassy-rs:main' into reset-at-after | Frostie314159 | 2024-03-21 | 1 | -20/+18 |
| | |\ | |||||
| | | * | Fixup docs | Caleb Jamison | 2024-01-31 | 1 | -1/+1 |
| | | | | |||||
| | | * | Rename timeout_at to with_deadline | Caleb Jamison | 2024-01-31 | 1 | -1/+1 |
| | | | | |||||
| | | * | Add timeout_at convenience function and example. | Caleb Jamison | 2024-01-31 | 1 | -1/+14 |
| | | | | |||||
| | | * | time: split queue driver too, don't reexport drivers. | Dario Nieuwenhuis | 2024-01-11 | 1 | -12/+4 |
| | | | | |||||
| | | * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -7/+0 |
| | | | | |||||
| | * | | Adjusted documentation and reset_after behaviour. | Frostie314159 | 2023-12-11 | 1 | -1/+3 |
| | | | | |||||
| | * | | Introduce reset_{at|after} functions for Ticker. | Frostie314159 | 2023-12-11 | 1 | -0/+10 |
| | |/ | |||||
| * / | Made Ticker::next Send+Sync. | Frostie314159 | 2024-03-31 | 1 | -1/+1 |
| |/ | |||||
| * | Update embedded-(hal,io,nal). | Dario Nieuwenhuis | 2023-11-29 | 1 | -0/+9 |
| | | |||||
| * | time: Add convenience methods for Timer::after_secs/millis/micros/ticks | Adam Greig | 2023-10-15 | 1 | -0/+36 |
| | | |||||
| * | Fixed formating. | Frostie314159 | 2023-09-11 | 1 | -1/+1 |
| | | |||||
| * | Removed unnecessary newline. | Frostie314159 | 2023-08-29 | 1 | -2/+1 |
| | | |||||
| * | embassy-time: Introduced reset function for Ticker | Frostie314159 | 2023-08-29 | 1 | -1/+8 |
| | | |||||
| * | Mark Ticker stream as FusedStream | Sebastian Goll | 2023-08-09 | 1 | -0/+8 |
| | | |||||
| * | Fix tests. | Dario Nieuwenhuis | 2023-05-29 | 1 | -1/+0 |
| | | |||||
| * | time/ticker: make sure the future for .next() is Unpin. | Dario Nieuwenhuis | 2023-03-05 | 1 | -4/+13 |
| | | |||||
| * | embassy-time: add async tick() method to Ticker | kbleeke | 2023-02-28 | 1 | -1/+6 |
| | | |||||
| * | Add `#[must_use]` to all futures | Grant Miller | 2023-02-24 | 1 | -0/+1 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -0/+158 |
