aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFelipe Balbi <[email protected]>2025-04-10 10:39:54 -0700
committerFelipe Balbi <[email protected]>2025-05-15 07:22:49 -0700
commitd64ae225b30bc3a0f7a9b1277188b6e60fc97484 (patch)
tree6d446b021fa47dd7c62e7aa2e45df5bae1a1ef96 /docs
parentd1c2ce927ac41a3f81de0f47e0468523d562d1d1 (diff)
Add UART and DMA drivers
Both blocking and async versions are supported. Add separate examples for each mode.
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/imxrt.adoc2
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
10The following peripherals have a HAL implementation at present 10The 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