diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-10-29 18:34:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-29 18:34:35 +0000 |
| commit | ad50b54530b7068dde3227dfb72f2a641171af61 (patch) | |
| tree | e1190b395650334f834c218ff33583b783f81054 /CHANGELOG.md | |
| parent | d11b2ddd3559b29480b9bbcf9d5b7836de190f77 (diff) | |
| parent | 96cd625223404a3b32a62384055ccd4765f92312 (diff) | |
Merge #402
402: Extern task r=AfoHT a=perlindgren
Allows hardware and software task to be externally declared.
CI test, don't merge yet (squash needed).
Co-authored-by: Per Lindgren <per.lindgren@ltu.se>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ec19bd1..22018eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - `#[task_local]`, there must be only one task, similar to a task local resource, but (optionally) set-up by init. This is similar to move. +- Improved ergonomics allowing separation of task signatures to actual implementation in extern block `extern "Rust" { #[task(..)] fn t(..); }`. + ### Changed - [breaking-change] [PR 400] Move dispatchers from extern block to app argument. |
