diff options
| author | James Munns <[email protected]> | 2025-12-09 17:40:22 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-09 17:40:22 +0000 |
| commit | 23623d634b88da7bc398f092ac4ab9e571c6e6e1 (patch) | |
| tree | d631103d213340780c6bd4e7b8925df491ad4a1d /examples/mcxa/Cargo.toml | |
| parent | 4f322f4a03d336e90d530045255f46cce93e6252 (diff) | |
| parent | 2d7328d5839e196f7b6c275283a50fd4ac019440 (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.toml | 1 |
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" | |||
| 21 | embedded-io-async = "0.6.1" | 21 | embedded-io-async = "0.6.1" |
| 22 | heapless = "0.9.2" | 22 | heapless = "0.9.2" |
| 23 | panic-probe = { version = "1.0", features = ["print-defmt"] } | 23 | panic-probe = { version = "1.0", features = ["print-defmt"] } |
| 24 | static_cell = "2.1.1" | ||
| 24 | tmp108 = "0.4.0" | 25 | tmp108 = "0.4.0" |
| 25 | 26 | ||
| 26 | [profile.release] | 27 | [profile.release] |
