diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-08-16 11:41:35 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-16 11:41:35 +0000 |
| commit | 6ea8d5f890d3ff933352d2b958737d7a319064bd (patch) | |
| tree | 8923160b860b773899e9d73ba0c42383219122b6 /docs/modules/ROOT/pages/runtime.adoc | |
| parent | 68931a36d5b04151cbe2bd343253b6bfffd8a7d6 (diff) | |
| parent | d769e562c04261d86916f53c83e44d1a51f59c76 (diff) | |
Merge #905
905: Rewrite documentation using correct module names r=Dirbaio a=lulf
* Remove traits section now that we have embedded-hal-async and refer to
it.
* Explanation that embassy is multiple things.
* Bootloader description image
Co-authored-by: Ulf Lilleengen <[email protected]>
Diffstat (limited to 'docs/modules/ROOT/pages/runtime.adoc')
| -rw-r--r-- | docs/modules/ROOT/pages/runtime.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/ROOT/pages/runtime.adoc b/docs/modules/ROOT/pages/runtime.adoc index 0adaa21a0..a7d6a8d0c 100644 --- a/docs/modules/ROOT/pages/runtime.adoc +++ b/docs/modules/ROOT/pages/runtime.adoc | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | = Embassy runtime | 1 | = Embassy executor |
| 2 | 2 | ||
| 3 | The Embassy runtime is an async/await executor designed for embedded usage along with support functionality for interrupts and timers. | 3 | The Embassy executor is an async/await executor designed for embedded usage along with support functionality for interrupts and timers. |
| 4 | 4 | ||
| 5 | == Features | 5 | == Features |
| 6 | 6 | ||
