aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/pages/runtime.adoc
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2022-08-16 11:23:04 +0200
committerUlf Lilleengen <[email protected]>2022-08-16 11:27:57 +0200
commitd769e562c04261d86916f53c83e44d1a51f59c76 (patch)
tree8923160b860b773899e9d73ba0c42383219122b6 /docs/modules/ROOT/pages/runtime.adoc
parent68931a36d5b04151cbe2bd343253b6bfffd8a7d6 (diff)
Rewrite documentation using correct module names
* Remove traits section now that we have embedded-hal-async and refer to it. * Explanation that embassy is multiple things. * Bootloader description image
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