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/hal.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/hal.adoc')
| -rw-r--r-- | docs/modules/ROOT/pages/hal.adoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/modules/ROOT/pages/hal.adoc b/docs/modules/ROOT/pages/hal.adoc index 0b15e2fce..de4ab33be 100644 --- a/docs/modules/ROOT/pages/hal.adoc +++ b/docs/modules/ROOT/pages/hal.adoc | |||
| @@ -1,9 +1,10 @@ | |||
| 1 | = Hardware Abstraction Layer (HAL) | 1 | = Hardware Abstraction Layer (HAL) |
| 2 | 2 | ||
| 3 | Embassy provides HAL's for several microcontroller families: | 3 | Embassy provides HALs for several microcontroller families: |
| 4 | 4 | ||
| 5 | * `embassy-nrf` for the nRF microcontrollers from Nordic Semiconductor | 5 | * `embassy-nrf` for the nRF microcontrollers from Nordic Semiconductor |
| 6 | * `embassy-stm32` for STM32 microcontrollers from ST Microelectronics | 6 | * `embassy-stm32` for STM32 microcontrollers from ST Microelectronics |
| 7 | * `embassy-rp` for the Raspberry Pi RP2040 microcontrollers | 7 | * `embassy-rp` for the Raspberry Pi RP2040 microcontrollers |
| 8 | 8 | ||
| 9 | These HALs implement async/await functionality for most peripherals while also implementing the async traits in Embassy. | 9 | These HALs implement async/await functionality for most peripherals while also implementing the |
| 10 | async traits in `embedded-hal-async`. You can also use these HALs with another executor. | ||
