Update docs

This commit is contained in:
Ulf Lilleengen
2021-12-09 10:40:26 +01:00
parent c12337920f
commit 5c4a9043d1
7 changed files with 37 additions and 24 deletions

View File

@ -0,0 +1,9 @@
= Hardware Abstraction Layer (HAL)
Embassy provides HAL's for several microcontroller families:
* embassy-nrf for the nRF family of devices from Nordic Semiconductor
* embassy-stm32 for STM32 family of devices from ST Microelectronics
* embassy-rp for Raspberry Pi Pico
These HALs provide async/await access to most peripherals while also implementing the async traits in Embassy.