aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l4
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-06-18 01:54:07 +0200
committerDario Nieuwenhuis <[email protected]>2022-06-18 01:59:12 +0200
commitdd99356062eaaeac3c2fa0b82dbbcaf765435c2a (patch)
tree1190e96ff6515c3da1c0335e6c499ebf9df134cb /examples/stm32l4
parentb585d547124b9a1e70b0933c11228c065684997d (diff)
Add env DEFMT_LOG=trace to all examples.
Diffstat (limited to 'examples/stm32l4')
-rw-r--r--examples/stm32l4/.cargo/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/stm32l4/.cargo/config.toml b/examples/stm32l4/.cargo/config.toml
index 12e77db50..5534053c5 100644
--- a/examples/stm32l4/.cargo/config.toml
+++ b/examples/stm32l4/.cargo/config.toml
@@ -6,3 +6,6 @@ runner = "probe-run --chip STM32L4S5VI"
6 6
7[build] 7[build]
8target = "thumbv7em-none-eabi" 8target = "thumbv7em-none-eabi"
9
10[env]
11DEFMT_LOG = "trace"