aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor
Commit message (Collapse)AuthorAgeFilesLines
* executor: update remove portable-atomic comment.Dario Nieuwenhuis2024-01-261-1/+1
| | | | Fixes #2481
* Merge pull request #2273 from djdisodo/mainDario Nieuwenhuis2024-01-193-4/+82
|\ | | | | initial support for avr
| * fixsodo2024-01-031-1/+1
| |
| * avr: sleep fixsodo2024-01-021-2/+5
| |
| * Merge remote-tracking branch 'origin'sodo2024-01-025-14/+99
| |\
| * | avr: support sleepsodo2024-01-012-4/+17
| | |
| * | add avr supportsodo2023-12-103-1/+63
| | |
* | | Complete cargo.tomls more.Dario Nieuwenhuis2024-01-121-0/+1
| | |
* | | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-112-1/+5
| | |
* | | time: split queue driver too, don't reexport drivers.Dario Nieuwenhuis2024-01-113-25/+23
| |/ |/|
* | 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
|