| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | executor: Add fallible from_waker getter | Dániel Buga | 2025-12-18 | 1 | -0/+1 |
| | | |||||
| * | Add `run_until` function to std Executor as to support grafeul shutdown. | Gerhard de Clercq | 2025-12-12 | 1 | -0/+1 |
| | | |||||
| * | Migrate from cortex-ar to aarch32-cpu | Robin Mueller | 2025-11-02 | 1 | -1/+2 |
| | | | | | | - Feature name `arch-cortex-ar` remains the same. - Legacy ARM architectures are not supported. | ||||
| * | bump cortex-ar to v0.3 | Robin Mueller | 2025-10-02 | 1 | -0/+1 |
| | | |||||
| * | executor: add priority scheduler. | Dario Nieuwenhuis | 2025-09-11 | 1 | -0/+1 |
| | | |||||
| * | Happy CI :) | Dion Dokter | 2025-09-11 | 1 | -0/+1 |
| | | |||||
| * | executor: always name main task `main`, not just with rtos-trace. | Dario Nieuwenhuis | 2025-09-05 | 1 | -2/+2 |
| | | | | | Also fixes the warning about the `rtos-trace` feature not existing in embassy-executor-macros. | ||||
| * | Remove features, fix changelog | Dániel Buga | 2025-09-02 | 1 | -2/+2 |
| | | |||||
| * | Add changelog for embassy-executor v0.9.1 | Dario Nieuwenhuis | 2025-08-31 | 1 | -0/+3 |
| | | |||||
| * | Merge branch 'main' into feat/name-main-task | Dario Nieuwenhuis | 2025-08-31 | 1 | -0/+2 |
| |\ | |||||
| | * | Merge branch 'main' into feat/upgrade-rtos-trace | Dario Nieuwenhuis | 2025-08-31 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Prefer pointer-sized atomic operations | Dániel Buga | 2025-08-31 | 1 | -0/+1 |
| | | | | |||||
| | * | | rtos-trace: upgraded feature support | Florian Grandel | 2025-08-30 | 1 | -0/+1 |
| | |/ | | | | | | | | | | | | | | | | | Upgrade rtos-trace for start/stop and marker support. These methods are not used in embassy code but can be useful in client code. Signed-off-by: Florian Grandel <[email protected]> | ||||
| * / | executor: rtos-trace: name main task | Florian Grandel | 2025-08-30 | 1 | -0/+1 |
| |/ | | | | | | | Assigns a name to the main task when (rtos-)tracing is active. This improves tracing usability with the SystemView backend. Signed-off-by: Florian Grandel <[email protected]> | ||||
| * | Add to changelog | diondokter | 2025-08-29 | 1 | -0/+2 |
| | | |||||
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 1 | -0/+2 |
| | | |||||
| * | Retain timer_queue_item | Dániel Buga | 2025-08-18 | 1 | -1/+1 |
| | | |||||
| * | Make TimerQueueItem opaque | Dániel Buga | 2025-08-18 | 1 | -0/+5 |
| | | |||||
| * | Merge pull request #4486 from embassy-rs/release-executor-0.8 | Ulf Lilleengen | 2025-08-01 | 1 | -0/+2 |
| |\ | | | | | | | Release executor 0.8 | ||||
| | * | chore: Release embassy-executor version 0.8.0 | Ulf Lilleengen | 2025-07-31 | 1 | -0/+2 |
| | | | |||||
| * | | embassy-executor: unsafe tasks as unsafe | Brezak | 2025-07-23 | 1 | -0/+1 |
| |/ | |||||
| * | `embassy-executor`: add release automation using `cargo-release` | Ralph Ursprung | 2025-07-08 | 1 | -1/+2 |
| | | | | | | | | | | | | 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-executor` v0.8.0 | Ralph Ursprung | 2025-07-08 | 1 | -0/+12 |
| | | |||||
| * | Add support for Cortex-A/R | Robin Mueller | 2025-05-28 | 1 | -0/+4 |
| | | |||||
| * | 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 | -5/+4 |
| | | | | | v0.2.0. | ||||
| * | Rename ETQD, bump date | Dániel Buga | 2024-12-22 | 1 | -1/+1 |
| | | |||||
| * | Prepare new embassy-time-*driver, embassy-executor, embassy-time | Dániel Buga | 2024-12-22 | 1 | -1/+2 |
| | | |||||
| * | Changelog | Dániel Buga | 2024-12-16 | 1 | -0/+1 |
| | | |||||
| * | Move integrated timer queue into time-queue-driver | Dániel Buga | 2024-12-12 | 1 | -1/+0 |
| | | |||||
| * | Changelog | Dániel Buga | 2024-12-10 | 1 | -1/+4 |
| | | |||||
| * | Add initialize | Dániel Buga | 2024-11-19 | 1 | -1/+1 |
| | | |||||
| * | Only set callback once | Dániel Buga | 2024-11-19 | 1 | -0/+2 |
| | | |||||
| * | Release embassy-executor 0.6.3. | Dario Nieuwenhuis | 2024-11-12 | 1 | -0/+5 |
| | | |||||
| * | Prep executor 0.6.2 | Dániel Buga | 2024-11-06 | 1 | -2/+6 |
| | | |||||
| * | Changelog executor v0.5.1 release. | Dario Nieuwenhuis | 2024-10-21 | 1 | -1/+7 |
| | | |||||
| * | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1 | Dario Nieuwenhuis | 2024-10-21 | 1 | -1/+10 |
| | | |||||
| * | update dates | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | prepare release embassy-executor | Ulf Lilleengen | 2024-08-05 | 1 | -0/+6 |
| | | |||||
| * | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4. | Dario Nieuwenhuis | 2024-01-11 | 1 | -0/+4 |
| | | |||||
| * | embassy-executor 0.4 | Jesse Braham | 2023-12-06 | 1 | -1/+4 |
| | | |||||
| * | executor: remove arch-xtensa. | Dario Nieuwenhuis | 2023-12-03 | 1 | -0/+4 |
| | | | | | | | | | It's been broken for months and nobody has noticed. The `esp*-hal` crates have much better support. Fixes #2234 Closes #1912 | ||||
| * | executor: release v0.3.3 | Dario Nieuwenhuis | 2023-11-15 | 1 | -1/+1 |
| | | |||||
| * | executor: remove atomic-polyfill. | Dario Nieuwenhuis | 2023-11-15 | 1 | -0/+5 |
| | | |||||
| * | Prepare embassy-executor 0.3.2 | Dániel Buga | 2023-11-06 | 1 | -1/+2 |
| | | |||||
| * | Yeet core::sync::atomic, remove futures-util dep | Dániel Buga | 2023-11-06 | 1 | -0/+4 |
| | | |||||
| * | Release embassy-executor v0.3.1 | Dario Nieuwenhuis | 2023-11-01 | 1 | -0/+4 |
| | | |||||
| * | Prepare executor and macros for release (#1825) | Dániel Buga | 2023-08-25 | 1 | -1/+2 |
| | | | | | | * Set release date, bump macros version * Add pool_size change to changelog | ||||
| * | Bump executor crate version to 0.3.0 | Dániel Buga | 2023-08-23 | 1 | -1/+1 |
| | | |||||
| * | Make AvailableTask public, deduplicate | Dániel Buga | 2023-08-21 | 1 | -0/+2 |
| | | |||||
