2021-12-09 09:06:17 +00:00
= Embassy nRF HAL
2024-07-22 10:59:13 +00:00
The link:https://github.com/embassy-rs/embassy/tree/main/embassy-nrf[Embassy nRF HAL] is based on the PACs (Peripheral Access Crate) from link:https://github.com/nrf-rs/[nrf-rs].
2021-12-10 11:04:12 +00:00
== Timer driver
The nRF timer driver operates at 32768 Hz by default.
== Peripherals
2023-10-03 19:35:31 +00:00
The following peripherals have a HAL implementation at present
2021-12-10 11:04:12 +00:00
* PWM
* SPIM
* QSPI
* NVMC
* GPIOTE
* RNG
* TIMER
* WDT
* TEMP
* PPI
* UARTE
* TWIM
* SAADC
2023-10-03 19:35:31 +00:00
== Bluetooth
For bluetooth, you can use the link:https://github.com/embassy-rs/nrf-softdevice[nrf-softdevice] crate.