diff options
| author | i509VCB <[email protected]> | 2025-07-07 03:02:48 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-07 03:02:48 +0000 |
| commit | f56197c51e7a75e1f0f794300a9df178bb18b8a2 (patch) | |
| tree | 0be225ec00d996c7af89bb56aeb82a3aa08a792c /tests/mspm0/Cargo.toml | |
| parent | d7d0828d5c2e572bc278cacc3ec0c1bfd8912d79 (diff) | |
| parent | e57dffafa5723931dd529afe8e22cba0c9ea09f0 (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.toml | 1 |
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] |
| 8 | mspm0g3507 = [ "embassy-mspm0/mspm0g3507pm" ] | 8 | mspm0g3507 = [ "embassy-mspm0/mspm0g3507pm" ] |
| 9 | mspm0g3519 = [ "embassy-mspm0/mspm0g3519pz" ] | ||
| 9 | 10 | ||
| 10 | [dependencies] | 11 | [dependencies] |
| 11 | teleprobe-meta = "1.1" | 12 | teleprobe-meta = "1.1" |
