2021-12-09 10:40:26 +01:00
|
|
|
= Hardware Abstraction Layer (HAL)
|
|
|
|
|
|
|
|
Embassy provides HAL's for several microcontroller families:
|
|
|
|
|
2022-01-06 10:56:47 +01:00
|
|
|
* `embassy-nrf` for the nRF microcontrollers from Nordic Semiconductor
|
2021-12-10 12:04:12 +01:00
|
|
|
* `embassy-stm32` for STM32 microcontrollers from ST Microelectronics
|
|
|
|
* `embassy-rp` for the Raspberry Pi RP2040 microcontrollers
|
2021-12-09 10:40:26 +01:00
|
|
|
|
2021-12-10 12:04:12 +01:00
|
|
|
These HALs implement async/await functionality for most peripherals while also implementing the async traits in Embassy.
|