diff options
| author | i509VCB <[email protected]> | 2025-06-23 23:15:09 -0500 |
|---|---|---|
| committer | i509VCB <[email protected]> | 2025-07-06 17:40:10 -0500 |
| commit | e57dffafa5723931dd529afe8e22cba0c9ea09f0 (patch) | |
| tree | ecfad1783ad50f72520d770c6c5fb114d8981932 /examples/mspm0g3507 | |
| parent | 8b65f9cf0f4095080297bf5c3e09334296da8076 (diff) | |
mspm0: add dma driver
Diffstat (limited to 'examples/mspm0g3507')
| -rw-r--r-- | examples/mspm0g3507/.cargo/config.toml | 2 |
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" | |||
| 6 | target = "thumbv6m-none-eabi" | 6 | target = "thumbv6m-none-eabi" |
| 7 | 7 | ||
| 8 | [env] | 8 | [env] |
| 9 | DEFMT_LOG = "debug" | 9 | DEFMT_LOG = "trace" |
