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
This commit is contained in:
Ulf Lilleengen
2022-08-16 11:23:04 +02:00
parent 68931a36d5
commit d769e562c0
9 changed files with 43 additions and 35 deletions

View File

@ -1,6 +1,6 @@
= Embassy runtime
= Embassy executor
The Embassy runtime is an async/await executor designed for embedded usage along with support functionality for interrupts and timers.
The Embassy executor is an async/await executor designed for embedded usage along with support functionality for interrupts and timers.
== Features