aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump executor crate version to 0.3.0Dániel Buga2023-08-231-1/+1
* Remove pender-callbackDániel Buga2023-08-141-5/+2
* Remove thread-context featureDániel Buga2023-08-141-5/+2
* POC: allow custom executorsDániel Buga2023-08-121-2/+5
* Bump versionDániel Buga2023-08-101-1/+1
* Release embassy-time v0.1.2Dario Nieuwenhuis2023-07-061-2/+2
* Use make_static! from static-cell v1.1Dario Nieuwenhuis2023-06-011-1/+1
* Bump versions preparing for -macros and -executor releaseUlf Lilleengen2023-04-271-2/+2
* executor: fix doc features.Dario Nieuwenhuis2023-04-061-11/+8
* executor: add Pender, rework Cargo features.Dario Nieuwenhuis2023-04-031-5/+20
* executor,sync: add support for turbo-wakers.Dario Nieuwenhuis2023-03-301-0/+2
* Release embassy-executor v0.1.1Dario Nieuwenhuis2022-11-231-1/+1
* executor: enable features for docs.rsDario Nieuwenhuis2022-11-231-0/+3
* refactor: autodetect macro variantUlf Lilleengen2022-11-231-3/+2
* Merge #1054bors[bot]2022-11-231-0/+1
|\
| * riscv supportSijmen Woutersen2022-11-101-0/+1
* | doc: update cargo manifests with keywordsUlf Lilleengen2022-11-221-1/+7
|/
* all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-071-0/+1
* Build docs in CIDario Nieuwenhuis2022-10-021-1/+1
* Add critical-section/std to std featureDaniel Bevenius2022-09-081-1/+1
* Ensure interrupt::take works without embassy-executorUlf Lilleengen2022-08-251-2/+2
* Enable 'std' feature on critical-section for WASMUlf Lilleengen2022-08-231-2/+2
* Remove Forever, switch to static_cell.Dario Nieuwenhuis2022-08-221-0/+1
* Merge branch 'master' of https://github.com/embassy-rs/embassy into rtos-traceQuentin Smith2022-08-191-33/+9
|\
| * Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-31/+7
| * Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis2022-08-171-2/+2
* | Add separate feature flag to enable interrupt tracingQuentin Smith2022-08-161-0/+3
* | Add support for rtos-trace behind a feature flagQuentin Smith2022-08-101-0/+1
|/
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-0/+70