diff options
| author | Felipe Balbi <[email protected]> | 2025-04-10 10:39:54 -0700 |
|---|---|---|
| committer | Felipe Balbi <[email protected]> | 2025-05-15 07:22:49 -0700 |
| commit | d64ae225b30bc3a0f7a9b1277188b6e60fc97484 (patch) | |
| tree | 6d446b021fa47dd7c62e7aa2e45df5bae1a1ef96 /docs/pages | |
| parent | d1c2ce927ac41a3f81de0f47e0468523d562d1d1 (diff) | |
Add UART and DMA drivers
Both blocking and async versions are supported. Add separate examples
for each mode.
Diffstat (limited to 'docs/pages')
| -rw-r--r-- | docs/pages/imxrt.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/pages/imxrt.adoc b/docs/pages/imxrt.adoc index bbd65e494..87867e1e0 100644 --- a/docs/pages/imxrt.adoc +++ b/docs/pages/imxrt.adoc | |||
| @@ -10,5 +10,7 @@ The link: link:https://github.com/embassy-rs/embassy/tree/main/embassy-imxrt[Emb | |||
| 10 | The following peripherals have a HAL implementation at present | 10 | The following peripherals have a HAL implementation at present |
| 11 | 11 | ||
| 12 | * CRC | 12 | * CRC |
| 13 | * DMA | ||
| 13 | * GPIO | 14 | * GPIO |
| 14 | * RNG | 15 | * RNG |
| 16 | * UART | ||
