aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/pages/runtime.adoc
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-08-16 11:41:35 +0000
committerGitHub <[email protected]>2022-08-16 11:41:35 +0000
commit6ea8d5f890d3ff933352d2b958737d7a319064bd (patch)
tree8923160b860b773899e9d73ba0c42383219122b6 /docs/modules/ROOT/pages/runtime.adoc
parent68931a36d5b04151cbe2bd343253b6bfffd8a7d6 (diff)
parentd769e562c04261d86916f53c83e44d1a51f59c76 (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.adoc4
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
3The Embassy runtime is an async/await executor designed for embedded usage along with support functionality for interrupts and timers. 3The 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