aboutsummaryrefslogtreecommitdiff
path: root/embassy-imxrt
diff options
context:
space:
mode:
authorFelipe Balbi <[email protected]>2025-12-11 15:42:46 -0800
committerFelipe Balbi <[email protected]>2025-12-11 15:42:46 -0800
commit17f0f4baa489d87d9862f9ab91dc73530daf5b3e (patch)
tree25e20753b50cbc9da6f459a5991bca125e24f2fd /embassy-imxrt
parent4c5986e6d06f8e7dc421e1c3b3b8793351df1fef (diff)
[iMXRT] add a minimal DMA copy example
While at that, also update the PACs to their latest versions.
Diffstat (limited to 'embassy-imxrt')
-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"] }