aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge #1071bors[bot]2022-11-231-1/+9
|\ | | | | | | | | | | | | | | 1071: refactor: autodetect macro variant r=Dirbaio a=lulf Apply heuristics using target_arch, target_os and target_family to determine which variant of the entry point to use. Co-authored-by: Ulf Lilleengen <[email protected]>
| * 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.
* | fix: revert race condition introduced for riscvUlf Lilleengen2022-11-231-5/+13
|/
* restore SIGNAL_WORK_THREAD_MODESijmen Woutersen2022-11-121-1/+6
|
* riscv supportSijmen Woutersen2022-11-101-14/+1
|
* Remove the _embassy_time_schedule_wake magicivmarkov2022-10-261-6/+13
|
* Change time Driver contract to never fire the alarm synchronouslyivmarkov2022-10-241-32/+40
|
* Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis2022-09-221-2/+1
|
* Remove warningsUlf Lilleengen2022-08-221-2/+2
|
* Remove Forever, switch to static_cell.Dario Nieuwenhuis2022-08-226-5/+11
|
* Merge branch 'master' of https://github.com/embassy-rs/embassy into rtos-traceQuentin Smith2022-08-1922-1275/+61
|\
| * Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-1822-1276/+57
| |
* | Add separate feature flag to enable interrupt tracingQuentin Smith2022-08-161-6/+6
| |
* | cargo fmtQuentin Smith2022-08-102-2/+1
| |
* | Add support for rtos-trace behind a feature flagQuentin Smith2022-08-102-0/+56
|/
* executor: miri fixesDario Nieuwenhuis2022-08-013-32/+26
|
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-2922-0/+2735