aboutsummaryrefslogtreecommitdiff
path: root/examples/mspm0g3507
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 /examples/mspm0g3507
parentd7d0828d5c2e572bc278cacc3ec0c1bfd8912d79 (diff)
parente57dffafa5723931dd529afe8e22cba0c9ea09f0 (diff)
Merge pull request #4338 from i509VCB/dma
mspm0: add dma driver
Diffstat (limited to 'examples/mspm0g3507')
-rw-r--r--examples/mspm0g3507/.cargo/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mspm0g3507/.cargo/config.toml b/examples/mspm0g3507/.cargo/config.toml
index 34c720cdd..e711afaf2 100644
--- a/examples/mspm0g3507/.cargo/config.toml
+++ b/examples/mspm0g3507/.cargo/config.toml
@@ -6,4 +6,4 @@ runner = "probe-rs run --chip MSPM0G3507 --protocol=swd"
6target = "thumbv6m-none-eabi" 6target = "thumbv6m-none-eabi"
7 7
8[env] 8[env]
9DEFMT_LOG = "debug" 9DEFMT_LOG = "trace"