aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor
Commit message (Expand)AuthorAgeFilesLines
* Add initializeDániel Buga2024-11-199-6/+47
* Only set callback onceDániel Buga2024-11-192-5/+9
* Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-122-1/+6
* executor: compare vtable addr instead of contents.Dario Nieuwenhuis2024-11-121-1/+3
* executor: use WakerHack unconditionally even if `nightly` feature is enabled....Dario Nieuwenhuis2024-11-125-65/+11
* Also bump macrosDániel Buga2024-11-061-1/+1
* Prep executor 0.6.2Dániel Buga2024-11-062-3/+7
* Detect and allow older nightliesDániel Buga2024-11-065-1/+76
* 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-212-3/+12
* executor: add compile-fail / ui tests.Dario Nieuwenhuis2024-10-2036-1/+274
* executor/spin: introduce an architecture agnostic executorDummyc0m2024-10-063-1/+69
* fix: remove stable nightly featureOleksandr Babak2024-09-061-1/+0
* fix: nightly api changed during the nightOleksandr Babak2024-09-061-2/+1
* Enable critical-section/std on wasmSamuel Maier2024-09-051-1/+1
* update datesUlf Lilleengen2024-08-051-1/+1
* prepare release embassy-executorUlf Lilleengen2024-08-052-2/+8
* Update to Rust 1.80, make check-cfg unconditional.Dario Nieuwenhuis2024-07-251-20/+1
* Reduced define for 'unreachable!' to a single macro ruleTarun Singh2024-07-171-10/+6
* Add collapse_debuginfo to fmt.rs macros.Dario Nieuwenhuis2024-06-171-0/+17
* Update stable to Rust 1.79.Dario Nieuwenhuis2024-06-131-0/+4
* minimize cfg code in task_from_wakerzjp2024-06-131-26/+23
* put cfg code inside task_from_waker functionzjp2024-06-131-36/+26
* fix warning on unused importzjp2024-06-091-2/+1
* use nightly waker_getters APIszjp2024-06-092-0/+26
* Copy build_common.rs into each crate, to make cargo publish happyJan Špaček2024-05-312-1/+110
* Emit cargo:rustc-check-cfg instructions from build.rsJan Špaček2024-05-301-26/+5
* Merge pull request #2718 from embassy-rs/update-nightly44Dario Nieuwenhuis2024-03-202-3/+2
|\
| * Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-1/+1
| * fmt: disable "unused" warnings.Dario Nieuwenhuis2024-03-201-2/+1
* | Merge pull request #2574 from GrantM11235/atpitDario Nieuwenhuis2024-03-201-1/+1
|\ \ | |/ |/|
| * Fix feature flag in executor testsGrant Miller2024-02-141-1/+1
* | executor: remove portable-atomic for riscv.Zheng Li2024-03-022-4/+3
|/
* fix: removed trailing commaxgroleau🐢2024-02-081-1/+1
* fix: missing 0xgroleau🐢2024-02-081-1/+1
* fix: compilation for rtos tracexgroleau🐢2024-02-082-5/+11
* fix: rtos-usage time missingxgroleau🐢2024-02-062-1/+5
* executor: update remove portable-atomic comment.Dario Nieuwenhuis2024-01-261-1/+1
* Merge pull request #2273 from djdisodo/mainDario Nieuwenhuis2024-01-193-4/+82
|\
| * 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
* | ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-2/+2
|/