| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 2 | -5/+6 |
| | | |||||
| * | Read crate configs from metadata. | Dario Nieuwenhuis | 2025-08-25 | 1 | -0/+6 |
| | | |||||
| * | feat: add semver checks and releasing to releaser | Ulf Lilleengen | 2025-08-25 | 1 | -5/+0 |
| | | | | | | | | | | * 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 | ||||
| * | Merge pull request #4560 from 823984418/optimize_async_delay | Dario Nieuwenhuis | 2025-08-19 | 1 | -6/+8 |
| |\ | | | | | | | Optimize embedded_hal_async::delay::DelayNs impl | ||||
| | * | modify async fn to return impl Future | 823984418 | 2025-08-17 | 1 | -6/+8 |
| | | | |||||
| * | | time: implement Sum for Duration | Matt Johnston | 2025-08-17 | 2 | -0/+10 |
| |/ | |||||
| * | docs: clarify that timer will expire immediately if in past | redfast00 | 2025-08-12 | 1 | -0/+1 |
| | | |||||
| * | fix: do full minor version bump for time queue utils | Ulf Lilleengen | 2025-08-01 | 1 | -1/+1 |
| | | |||||
| * | chore: prepare embassy-executor 0.8 release | Ulf Lilleengen | 2025-07-31 | 1 | -1/+1 |
| | | |||||
| * | 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 | 6 | -1/+23 |
| | | | | | | | | | `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. | ||||
| * | `embassy-time`: add release automation using `cargo-release` | Ralph Ursprung | 2025-07-08 | 2 | -1/+7 |
| | | | | | | | | | | | | this requires you to install [`cargo-release`]. note that this does not include a URL pointing to the diff on GitHub as is usually done in changelogs since `embassy` is a mono-repo and the GH UI doesn't offer a commit view per folder (see the [GH feature request] for this). [`cargo-release`]: https://crates.io/crates/cargo-release [GH feature request]: https://github.com/orgs/community/discussions/162131 | ||||
| * | prepare changelog for `embassy-time` v0.4.1 | Ralph Ursprung | 2025-07-08 | 1 | -0/+10 |
| | | |||||
| * | Remove futures-util where unnecessary | Dániel Buga | 2025-06-16 | 2 | -3/+3 |
| | | |||||
| * | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 1 | -1/+1 |
| | | |||||
| * | add 133MHz tick rate to support PR2040 @ 133MHz when `TIMERx`'s `SOURCE` is ↵ | Curly | 2025-04-30 | 1 | -0/+2 |
| | | | | | set to `SYSCLK` | ||||
| * | Manually implement the future for `with_timeout` | Alex Moon | 2025-04-23 | 1 | -19/+42 |
| | | |||||
| * | embassy-time: don't select `critical-section` impl for std | Kaspar Schleiser | 2025-04-04 | 1 | -1/+1 |
| | | |||||
| * | Add try_from constructors to Duration | Sebastian Scholz | 2025-03-10 | 1 | -2/+78 |
| | | |||||
| * | Add Instant::try_from_* constructor functions | Sebastian Scholz | 2025-03-07 | 1 | -0/+31 |
| | | |||||
| * | Document std/wasm in embassy-time | Dániel Buga | 2025-02-08 | 1 | -3/+10 |
| | | |||||
| * | Take self instead of &mut self | wackazong | 2025-02-04 | 1 | -2/+4 |
| | | | | This is more idiomatic since methods with these names usually take self and not &mut self. | ||||
| * | Add saturating_add and saturating_sub to Instant | wackazong | 2025-02-04 | 1 | -0/+10 |
| | | |||||
| * | Merge pull request #3840 from bugadani/inline | Dario Nieuwenhuis | 2025-02-03 | 1 | -0/+1 |
| |\ | | | | | | | Allow inlining on time driver boundary | ||||
| | * | Allow inlining on time driver boundary | Dániel Buga | 2025-02-03 | 1 | -0/+1 |
| | | | |||||
| * | | Add cancel safety notes to Ticker | Marvin Gudel | 2025-02-02 | 1 | -0/+7 |
| | | | |||||
| * | | doc: embassy-time doc | Haobo Gu | 2025-01-16 | 1 | -1/+1 |
| |/ | | | | Signed-off-by: Haobo Gu <[email protected]> | ||||
| * | Fix year in changelog | Lukáš Poláček | 2025-01-12 | 1 | -1/+1 |
| | | |||||
| * | Release embassy-executor v0.7.0, embassy-time v0.4.0, embassy-time-driver ↵ | Dario Nieuwenhuis | 2025-01-02 | 1 | -1/+2 |
| | | | | | v0.2.0. | ||||
| * | Rename ETQD, bump date | Dániel Buga | 2024-12-22 | 5 | -13/+13 |
| | | |||||
| * | Prepare new embassy-time-*driver, embassy-executor, embassy-time | Dániel Buga | 2024-12-22 | 2 | -5/+5 |
| | | |||||
| * | Add generic-queue-* features back to embassy-time | Dániel Buga | 2024-12-22 | 2 | -1/+25 |
| | | |||||
| * | Remove special handling of integrated timer queue | Dániel Buga | 2024-12-16 | 2 | -7/+7 |
| | | |||||
| * | Make `integrated-timers` the default, remove Cargo feature. | Dario Nieuwenhuis | 2024-12-15 | 1 | -0/+1 |
| | | |||||
| * | Merge time-driver and time-queue-driver traits, make HALs own and handle the ↵ | Dario Nieuwenhuis | 2024-12-13 | 4 | -251/+130 |
| | | | | | queue. | ||||
| * | Changelog | Dániel Buga | 2024-12-10 | 1 | -1/+4 |
| | | |||||
| * | Refactor integrated-timers | Dániel Buga | 2024-12-10 | 6 | -575/+83 |
| | | |||||
| * | Use inline const for initializing arrays. (#3567) | Dario Nieuwenhuis | 2024-11-24 | 2 | -4/+4 |
| | | |||||
| * | Remove noop from queue_generic | Dániel Buga | 2024-11-19 | 1 | -2/+0 |
| | | |||||
| * | Release embassy-executor 0.6.3. | Dario Nieuwenhuis | 2024-11-12 | 1 | -1/+1 |
| | | |||||
| * | Prep executor 0.6.2 | Dániel Buga | 2024-11-06 | 1 | -1/+1 |
| | | |||||
| * | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1 | Dario Nieuwenhuis | 2024-10-21 | 1 | -1/+1 |
| | | |||||
| * | update dates | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | prepare release embassy-executor | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare embassy-time release | Ulf Lilleengen | 2024-08-05 | 2 | -2/+7 |
| | | |||||
| * | Reduced define for 'unreachable!' to a single macro rule | Tarun Singh | 2024-07-17 | 1 | -10/+6 |
| | | |||||
| * | Merge pull request #3079 from aurelj/with_timeout | Ulf Lilleengen | 2024-06-22 | 2 | -1/+31 |
| |\ | | | | | | | implement with_timeout()/with_deadline() method style call on Future | ||||
| | * | implement with_timeout()/with_deadline() method style call on Future | Aurélien Jacobs | 2024-06-14 | 2 | -1/+31 |
| | | | |||||
| * | | Add collapse_debuginfo to fmt.rs macros. | Dario Nieuwenhuis | 2024-06-17 | 1 | -0/+17 |
| |/ | | | | | | This makes location info in defmt logs point to the code calling the macro, instead of always to fmt.rs as before. Fix works with nightlies starting with today's, and stable 1.81+. | ||||
| * | prepare for embassy-time 0.3.1 release | Ulf Lilleengen | 2024-06-04 | 2 | -1/+10 |
| | | |||||
