aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* executor: Add fallible from_waker getterDániel Buga2025-12-181-0/+1
|
* Add `run_until` function to std Executor as to support grafeul shutdown.Gerhard de Clercq2025-12-121-0/+1
|
* Migrate from cortex-ar to aarch32-cpuRobin Mueller2025-11-021-1/+2
| | | | | - Feature name `arch-cortex-ar` remains the same. - Legacy ARM architectures are not supported.
* bump cortex-ar to v0.3Robin Mueller2025-10-021-0/+1
|
* executor: add priority scheduler.Dario Nieuwenhuis2025-09-111-0/+1
|
* Happy CI :)Dion Dokter2025-09-111-0/+1
|
* executor: always name main task `main`, not just with rtos-trace.Dario Nieuwenhuis2025-09-051-2/+2
| | | | Also fixes the warning about the `rtos-trace` feature not existing in embassy-executor-macros.
* Remove features, fix changelogDániel Buga2025-09-021-2/+2
|
* Add changelog for embassy-executor v0.9.1Dario Nieuwenhuis2025-08-311-0/+3
|
* Merge branch 'main' into feat/name-main-taskDario Nieuwenhuis2025-08-311-0/+2
|\
| * Merge branch 'main' into feat/upgrade-rtos-traceDario Nieuwenhuis2025-08-311-0/+1
| |\
| | * Prefer pointer-sized atomic operationsDániel Buga2025-08-311-0/+1
| | |
| * | rtos-trace: upgraded feature supportFlorian Grandel2025-08-301-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 taskFlorian Grandel2025-08-301-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 changelogdiondokter2025-08-291-0/+2
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-0/+2
|
* Retain timer_queue_itemDániel Buga2025-08-181-1/+1
|
* Make TimerQueueItem opaqueDániel Buga2025-08-181-0/+5
|
* Merge pull request #4486 from embassy-rs/release-executor-0.8Ulf Lilleengen2025-08-011-0/+2
|\ | | | | | | Release executor 0.8
| * chore: Release embassy-executor version 0.8.0Ulf Lilleengen2025-07-311-0/+2
| |
* | embassy-executor: unsafe tasks as unsafeBrezak2025-07-231-0/+1
|/
* `embassy-executor`: add release automation using `cargo-release`Ralph Ursprung2025-07-081-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.0Ralph Ursprung2025-07-081-0/+12
|
* Add support for Cortex-A/RRobin Mueller2025-05-281-0/+4
|
* Fix year in changelogLukáš Poláček2025-01-121-1/+1
|
* Release embassy-executor v0.7.0, embassy-time v0.4.0, embassy-time-driver ↵Dario Nieuwenhuis2025-01-021-5/+4
| | | | v0.2.0.
* Rename ETQD, bump dateDániel Buga2024-12-221-1/+1
|
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-1/+2
|
* ChangelogDániel Buga2024-12-161-0/+1
|
* Move integrated timer queue into time-queue-driverDániel Buga2024-12-121-1/+0
|
* ChangelogDániel Buga2024-12-101-1/+4
|
* Add initializeDániel Buga2024-11-191-1/+1
|
* Only set callback onceDániel Buga2024-11-191-0/+2
|
* Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-121-0/+5
|
* Prep executor 0.6.2Dániel Buga2024-11-061-2/+6
|
* Changelog executor v0.5.1 release.Dario Nieuwenhuis2024-10-211-1/+7
|
* Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-211-1/+10
|
* update datesUlf Lilleengen2024-08-051-1/+1
|
* prepare release embassy-executorUlf Lilleengen2024-08-051-0/+6
|
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-0/+4
|
* embassy-executor 0.4Jesse Braham2023-12-061-1/+4
|
* executor: remove arch-xtensa.Dario Nieuwenhuis2023-12-031-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.3Dario Nieuwenhuis2023-11-151-1/+1
|
* executor: remove atomic-polyfill.Dario Nieuwenhuis2023-11-151-0/+5
|
* Prepare embassy-executor 0.3.2Dániel Buga2023-11-061-1/+2
|
* Yeet core::sync::atomic, remove futures-util depDániel Buga2023-11-061-0/+4
|
* Release embassy-executor v0.3.1Dario Nieuwenhuis2023-11-011-0/+4
|
* Prepare executor and macros for release (#1825)Dániel Buga2023-08-251-1/+2
| | | | | * Set release date, bump macros version * Add pool_size change to changelog
* Bump executor crate version to 0.3.0Dániel Buga2023-08-231-1/+1
|
* Make AvailableTask public, deduplicateDániel Buga2023-08-211-0/+2
|