aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-06-18 02:24:25 +0200
committerGitHub <[email protected]>2022-06-18 02:24:25 +0200
commit3fd4ee34ecd5bae94a4ccf14f0322d6d94a4e297 (patch)
tree42000d240682aac65ed4869dc6cb9a7a18dec818 /examples/stm32h7
parent88e36a70bdddaa3ac2ddccd1dcd299b321f8c86c (diff)
parentdd99356062eaaeac3c2fa0b82dbbcaf765435c2a (diff)
Merge pull request #821 from embassy-rs/defmt-trace
Add env DEFMT_LOG=trace to all examples.
Diffstat (limited to 'examples/stm32h7')
-rw-r--r--examples/stm32h7/.cargo/config.toml (renamed from examples/stm32h7/.cargo/config)3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/stm32h7/.cargo/config b/examples/stm32h7/.cargo/config.toml
index 4106112cd..d38be23e0 100644
--- a/examples/stm32h7/.cargo/config
+++ b/examples/stm32h7/.cargo/config.toml
@@ -3,3 +3,6 @@ runner = 'probe-run --chip STM32H743ZITx'
3 3
4[build] 4[build]
5target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU) 5target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)
6
7[env]
8DEFMT_LOG = "trace"