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