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.adoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/hal.adoc b/docs/modules/ROOT/pages/hal.adoc
new file mode 100644
index 000000000..8e7fb8dba
--- /dev/null
+++ b/docs/modules/ROOT/pages/hal.adoc
@@ -0,0 +1,9 @@
1= Hardware Abstraction Layer (HAL)
2
3Embassy provides HAL's for several microcontroller families:
4
5* `embassy-nrf` for the nRF microcontroller sfrom Nordic Semiconductor
6* `embassy-stm32` for STM32 microcontrollers from ST Microelectronics
7* `embassy-rp` for the Raspberry Pi RP2040 microcontrollers
8
9These HALs implement async/await functionality for most peripherals while also implementing the async traits in Embassy.