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.adoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/modules/ROOT/pages/hal.adoc b/docs/modules/ROOT/pages/hal.adoc
index 75dd496c9..8e7fb8dba 100644
--- a/docs/modules/ROOT/pages/hal.adoc
+++ b/docs/modules/ROOT/pages/hal.adoc
@@ -2,8 +2,8 @@
2 2
3Embassy provides HAL's for several microcontroller families: 3Embassy provides HAL's for several microcontroller families:
4 4
5* embassy-nrf for the nRF family of devices from Nordic Semiconductor 5* `embassy-nrf` for the nRF microcontroller sfrom Nordic Semiconductor
6* embassy-stm32 for STM32 family of devices from ST Microelectronics 6* `embassy-stm32` for STM32 microcontrollers from ST Microelectronics
7* embassy-rp for Raspberry Pi Pico 7* `embassy-rp` for the Raspberry Pi RP2040 microcontrollers
8 8
9These HALs provide async/await access to most peripherals while also implementing the async traits in Embassy. 9These HALs implement async/await functionality for most peripherals while also implementing the async traits in Embassy.