aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor: autodetect macro variantUlf Lilleengen2022-11-231-1/+9
| | | | | Export all main macro per target architecture from embassy-macros, and select the appropriate macro in embassy-executor.
* Remove Forever, switch to static_cell.Dario Nieuwenhuis2022-08-221-0/+6
|
* Merge branch 'master' of https://github.com/embassy-rs/embassy into rtos-traceQuentin Smith2022-08-191-7/+34
|\
| * Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-10/+32
| |
* | Add separate feature flag to enable interrupt tracingQuentin Smith2022-08-161-6/+6
| |
* | cargo fmtQuentin Smith2022-08-101-1/+0
| |
* | Add support for rtos-trace behind a feature flagQuentin Smith2022-08-101-0/+21
|/
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-0/+22