diff options
Diffstat (limited to 'docs/pages/imxrt.adoc')
| -rw-r--r-- | docs/pages/imxrt.adoc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/pages/imxrt.adoc b/docs/pages/imxrt.adoc new file mode 100644 index 000000000..adf5218e8 --- /dev/null +++ b/docs/pages/imxrt.adoc | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | = Embassy iMXRT HAL | ||
| 2 | |||
| 3 | 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): | ||
| 4 | |||
| 5 | * link:https://github.com/OpenDevicePartnership/mimxrt685s-pac[mimxrt685s-pac] | ||
| 6 | * link:https://github.com/OpenDevicePartnership/mimxrt633s-pac[mimxrt633s-pac] | ||
| 7 | |||
| 8 | == Peripherals | ||
| 9 | |||
| 10 | The following peripherals have a HAL implementation at present | ||
| 11 | |||
| 12 | * GPIO | ||
| 13 | |||
