aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor
Commit message (Collapse)AuthorAgeFilesLines
* Add test caseScott Mabin2023-12-311-0/+14
|
* [embassy-executor] improved documentationBarnaby Walters2023-12-224-10/+81
| | | | | | | | | | | | * Feature auto-documentation * Task arena sizes in a <details> list * Non-documented comment explaining turbowakers with see-also link Further improvements: * Are the task-arena-size-* numbers sizes in bytes? or something else? * Task arena section could benefit from advice about how to choose a suitable size
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-2/+2
|
* executor: rename macro crate to embassy-executor-macros, bump it.Dario Nieuwenhuis2023-12-078-11/+11
|
* embassy-executor 0.4Jesse Braham2023-12-062-2/+5
|
* update release version in examples and other cratesScott Mabin2023-12-041-1/+1
|
* executor: remove arch-xtensa.Dario Nieuwenhuis2023-12-034-93/+5
| | | | | | | | It's been broken for months and nobody has noticed. The `esp*-hal` crates have much better support. Fixes #2234 Closes #1912
* executor: make task arena size configurable.Dario Nieuwenhuis2023-11-245-26/+275
|
* executor: add support for main/task macros in stable (allocates tasks in an ↵Dario Nieuwenhuis2023-11-247-9/+93
| | | | arena)
* executor: add some tests.Dario Nieuwenhuis2023-11-242-0/+140
|
* executor: Remove non-functional rtos-trace-interrupt.Dario Nieuwenhuis2023-11-242-25/+1
|
* executor: add faster ARM-specific impl.Dario Nieuwenhuis2023-11-152-1/+105
| | | | Does a wake+poll in 79 cycles in nrf52840.
* executor: release v0.3.3Dario Nieuwenhuis2023-11-152-2/+2
|
* executor: remove atomic-polyfill.Dario Nieuwenhuis2023-11-1510-67/+280
|
* executor: add missing `main` macro reexport on xtensa.Dario Nieuwenhuis2023-11-141-0/+3
|
* Prepare embassy-executor 0.3.2Dániel Buga2023-11-062-2/+3
|
* Yeet core::sync::atomic, remove futures-util depDániel Buga2023-11-063-2/+5
|
* Upgrade static-cell to v2.0Dario Nieuwenhuis2023-11-022-2/+0
|
* Update Rust nightly.Dario Nieuwenhuis2023-11-011-0/+1
|
* Release embassy-executor v0.3.1Dario Nieuwenhuis2023-11-012-1/+5
|
* Fix #2100 - function address comparisonAleksandr Krotov2023-10-251-1/+1
|
* time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-161-1/+1
|
* time: Update documentation to use new after_x convenience methodsAdam Greig2023-10-151-1/+1
|
* Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
|
* update UninitCell::write call in arch::wasm tooHailey Somerville2023-09-141-2/+3
|
* write to TaskStorage::future via inline(never) fn to encourage RVOHailey Somerville2023-09-142-3/+4
|
* Sync all fmt.rs files.Dario Nieuwenhuis2023-08-301-6/+39
|
* Release embassy-time v0.1.3Jesse Braham2023-08-281-1/+1
|
* Merge pull request #1826 from bugadani/warnDario Nieuwenhuis2023-08-261-3/+2
|\ | | | | | | Avoid dead code warning
| * Avoid dead code warningDániel Buga2023-08-261-3/+2
| |
* | Prepare executor and macros for release (#1825)Dániel Buga2023-08-252-2/+3
|/ | | | | * Set release date, bump macros version * Add pool_size change to changelog
* Bump executor crate version to 0.3.0Dániel Buga2023-08-232-2/+2
|
* Make AvailableTask public, deduplicateDániel Buga2023-08-213-51/+67
|
* Update docsDániel Buga2023-08-142-24/+29
|
* Don't check context if only thread-mode is enabledDániel Buga2023-08-141-1/+2
|
* Hide PenderDániel Buga2023-08-141-2/+2
|
* Fix fn nameDániel Buga2023-08-143-5/+5
|
* Remove interrupt executor, remove PenderContextDániel Buga2023-08-148-164/+19
|
* Make PenderContext actually pointer-sizeDániel Buga2023-08-141-1/+1
|
* Remove the non-specific thread-mode executorDániel Buga2023-08-147-268/+361
|
* Make PenderContext opaqueDániel Buga2023-08-146-8/+29
|
* Remove the Pender enumDániel Buga2023-08-148-101/+98
|
* Remove pender-callbackDániel Buga2023-08-142-24/+2
|
* Remove thread-context featureDániel Buga2023-08-148-34/+5
|
* Tweak identifiers and commentsDániel Buga2023-08-126-47/+50
|
* Lift thread-context feature restrictionsDániel Buga2023-08-122-12/+17
|
* Remove unnecessary !Send markersDániel Buga2023-08-124-21/+5
|
* Remove Pender wrapperDániel Buga2023-08-124-29/+27
|
* POC: allow custom executorsDániel Buga2023-08-1210-378/+438
|
* Bump versionDániel Buga2023-08-102-2/+2
|