aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l5
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32l5')
-rw-r--r--examples/stm32l5/.cargo/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/stm32l5/.cargo/config.toml b/examples/stm32l5/.cargo/config.toml
index e63fe37e2..332a97d11 100644
--- a/examples/stm32l5/.cargo/config.toml
+++ b/examples/stm32l5/.cargo/config.toml
@@ -4,3 +4,6 @@ runner = "probe-run --chip STM32L552ZETxQ"
4 4
5[build] 5[build]
6target = "thumbv8m.main-none-eabihf" 6target = "thumbv8m.main-none-eabihf"
7
8[env]
9DEFMT_LOG = "trace"