aboutsummaryrefslogtreecommitdiff
path: root/examples/mspm0g5187/.cargo/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mspm0g5187/.cargo/config.toml')
-rw-r--r--examples/mspm0g5187/.cargo/config.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/mspm0g5187/.cargo/config.toml b/examples/mspm0g5187/.cargo/config.toml
new file mode 100644
index 000000000..ea407b411
--- /dev/null
+++ b/examples/mspm0g5187/.cargo/config.toml
@@ -0,0 +1,9 @@
1[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2# replace MSPM0G5187 with your chip as listed in `probe-rs chip list`
3runner = "probe-rs run --restore-unwritten --verify --chip MSPM0G5187 --protocol=swd"
4
5[build]
6target = "thumbv6m-none-eabi"
7
8[env]
9DEFMT_LOG = "trace"