aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f2
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32f2')
-rw-r--r--examples/stm32f2/.cargo/config.toml (renamed from examples/stm32f2/.cargo/config)3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/stm32f2/.cargo/config b/examples/stm32f2/.cargo/config.toml
index 30b6d1909..197fadf92 100644
--- a/examples/stm32f2/.cargo/config
+++ b/examples/stm32f2/.cargo/config.toml
@@ -4,3 +4,6 @@ runner = "probe-run --chip STM32F207ZGTx"
4 4
5[build] 5[build]
6target = "thumbv7m-none-eabi" 6target = "thumbv7m-none-eabi"
7
8[env]
9DEFMT_LOG = "trace"