aboutsummaryrefslogtreecommitdiff
path: root/embassy-imxrt/Cargo.toml
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-12-12 01:21:34 +0000
committerGitHub <[email protected]>2025-12-12 01:21:34 +0000
commit3ff10a6a12b61ff16db26f8ffccfa3c1ec6b09ab (patch)
tree3938e3f7e2575a62db0fae61533c30fc8928bb2b /embassy-imxrt/Cargo.toml
parentb5a671e12c798b6d29fdf7177468a73d08e4b995 (diff)
parent17f0f4baa489d87d9862f9ab91dc73530daf5b3e (diff)
Merge pull request #5045 from felipebalbi/imxrt/dma
[iMXRT] add a minimal DMA copy example
Diffstat (limited to 'embassy-imxrt/Cargo.toml')
-rw-r--r--embassy-imxrt/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-imxrt/Cargo.toml b/embassy-imxrt/Cargo.toml
index c47756f10..81377579b 100644
--- a/embassy-imxrt/Cargo.toml
+++ b/embassy-imxrt/Cargo.toml
@@ -103,5 +103,5 @@ document-features = "0.2.7"
103paste = "1.0" 103paste = "1.0"
104 104
105# PACs 105# PACs
106mimxrt685s-pac = { version = "0.4.0", optional = true, features = ["rt", "critical-section"] } 106mimxrt685s-pac = { version = "0.5.0", optional = true, features = ["rt", "critical-section"] }
107mimxrt633s-pac = { version = "0.4.0", optional = true, features = ["rt", "critical-section"] } 107mimxrt633s-pac = { version = "0.5.0", optional = true, features = ["rt", "critical-section"] }