blob: bbd65e49436c43c23d320eb87671b3a8807efacc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
= Embassy iMXRT HAL
The link: link:https://github.com/embassy-rs/embassy/tree/main/embassy-imxrt[Embassy iMXRT HAL] is based on the following PACs (Peripheral Access Crate):
* link:https://github.com/OpenDevicePartnership/mimxrt685s-pac[mimxrt685s-pac]
* link:https://github.com/OpenDevicePartnership/mimxrt633s-pac[mimxrt633s-pac]
== Peripherals
The following peripherals have a HAL implementation at present
* CRC
* GPIO
* RNG
|