aboutsummaryrefslogtreecommitdiff
path: root/examples/mcxa/Cargo.toml
diff options
context:
space:
mode:
authorJames Munns <[email protected]>2025-12-09 17:40:22 +0000
committerGitHub <[email protected]>2025-12-09 17:40:22 +0000
commit23623d634b88da7bc398f092ac4ab9e571c6e6e1 (patch)
treed631103d213340780c6bd4e7b8925df491ad4a1d /examples/mcxa/Cargo.toml
parent4f322f4a03d336e90d530045255f46cce93e6252 (diff)
parent2d7328d5839e196f7b6c275283a50fd4ac019440 (diff)
Merge pull request #5015 from jamesmunns/james/dma-suggestions
[MCXA]: Extend DMA interface
Diffstat (limited to 'examples/mcxa/Cargo.toml')
-rw-r--r--examples/mcxa/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/mcxa/Cargo.toml b/examples/mcxa/Cargo.toml
index 19d8d8657..d07cc4272 100644
--- a/examples/mcxa/Cargo.toml
+++ b/examples/mcxa/Cargo.toml
@@ -21,6 +21,7 @@ embassy-time-driver = "0.2.1"
21embedded-io-async = "0.6.1" 21embedded-io-async = "0.6.1"
22heapless = "0.9.2" 22heapless = "0.9.2"
23panic-probe = { version = "1.0", features = ["print-defmt"] } 23panic-probe = { version = "1.0", features = ["print-defmt"] }
24static_cell = "2.1.1"
24tmp108 = "0.4.0" 25tmp108 = "0.4.0"
25 26
26[profile.release] 27[profile.release]