aboutsummaryrefslogtreecommitdiff
path: root/embassy-macros/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix IRQ numbersTimo Kröger2021-01-171-1/+3
| | | | | The raw enum values are not always equal to the interrupt number fixes #23
* Add "context" pointer to owned interrupt handlers.Dario Nieuwenhuis2021-01-041-7/+8
|
* Fix warnings for tasks that take mutable parametersTimo Kröger2020-12-311-4/+7
| | | | | | | #[task] pub async fn run(mut param: Param) {} warning: variable does not need to be mutable
* Remove use of deprecated compare_and_swap.Dario Nieuwenhuis2020-12-301-1/+1
|
* WIP owned irqsDario Nieuwenhuis2020-12-291-0/+62
|
* Allow spawning tasks with non-copy args.Dario Nieuwenhuis2020-11-031-1/+1
|
* task codegen: use local items instead of non-locals with prefixed names.Dario Nieuwenhuis2020-10-311-19/+5
|
* integrate static-executor, cleanup time module.Dario Nieuwenhuis2020-10-191-0/+114