Add embassy-imxrt
Adds initial support for MIMXRT600 series MCUs from NXP. Subsequent PRs will add more drivers.
This commit is contained in:
13
docs/pages/imxrt.adoc
Normal file
13
docs/pages/imxrt.adoc
Normal file
@@ -0,0 +1,13 @@
|
||||
= 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
|
||||
|
||||
@@ -6,6 +6,7 @@ include::runtime.adoc[leveloffset = 2]
|
||||
include::bootloader.adoc[leveloffset = 2]
|
||||
include::time_keeping.adoc[leveloffset = 2]
|
||||
include::hal.adoc[leveloffset = 2]
|
||||
include::imxrt.adoc[leveloffset = 2]
|
||||
include::nrf.adoc[leveloffset = 2]
|
||||
include::stm32.adoc[leveloffset = 2]
|
||||
include::sharing_peripherals.adoc[leveloffset = 2]
|
||||
|
||||
Reference in New Issue
Block a user