aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/pages/hal.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/modules/ROOT/pages/hal.adoc')
-rw-r--r--docs/modules/ROOT/pages/hal.adoc5
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
3Embassy provides HAL's for several microcontroller families: 3Embassy 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
9These HALs implement async/await functionality for most peripherals while also implementing the async traits in Embassy. 9These HALs implement async/await functionality for most peripherals while also implementing the
10async traits in `embedded-hal-async`. You can also use these HALs with another executor.