aboutsummaryrefslogtreecommitdiff
path: root/tests/mspm0/Cargo.toml
diff options
context:
space:
mode:
authori509VCB <[email protected]>2025-07-07 03:02:48 +0000
committerGitHub <[email protected]>2025-07-07 03:02:48 +0000
commitf56197c51e7a75e1f0f794300a9df178bb18b8a2 (patch)
tree0be225ec00d996c7af89bb56aeb82a3aa08a792c /tests/mspm0/Cargo.toml
parentd7d0828d5c2e572bc278cacc3ec0c1bfd8912d79 (diff)
parente57dffafa5723931dd529afe8e22cba0c9ea09f0 (diff)
Merge pull request #4338 from i509VCB/dma
mspm0: add dma driver
Diffstat (limited to 'tests/mspm0/Cargo.toml')
-rw-r--r--tests/mspm0/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mspm0/Cargo.toml b/tests/mspm0/Cargo.toml
index 298522d09..5d34ece7e 100644
--- a/tests/mspm0/Cargo.toml
+++ b/tests/mspm0/Cargo.toml
@@ -6,6 +6,7 @@ license = "MIT OR Apache-2.0"
6 6
7[features] 7[features]
8mspm0g3507 = [ "embassy-mspm0/mspm0g3507pm" ] 8mspm0g3507 = [ "embassy-mspm0/mspm0g3507pm" ]
9mspm0g3519 = [ "embassy-mspm0/mspm0g3519pz" ]
9 10
10[dependencies] 11[dependencies]
11teleprobe-meta = "1.1" 12teleprobe-meta = "1.1"