mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-29 05:11:31 +00:00

Adds initial support for MIMXRT600 series MCUs from NXP. Subsequent PRs will add more drivers.
14 lines
423 B
Plaintext
14 lines
423 B
Plaintext
= 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
|
|
|
|
* GPIO
|
|
|