aboutsummaryrefslogtreecommitdiff
path: root/examples/mspm0g3507
diff options
context:
space:
mode:
authori509VCB <[email protected]>2025-06-23 23:15:09 -0500
committeri509VCB <[email protected]>2025-07-06 17:40:10 -0500
commite57dffafa5723931dd529afe8e22cba0c9ea09f0 (patch)
treeecfad1783ad50f72520d770c6c5fb114d8981932 /examples/mspm0g3507
parent8b65f9cf0f4095080297bf5c3e09334296da8076 (diff)
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"