summaryrefslogtreecommitdiff
path: root/examples/stm32wb/.cargo/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32wb/.cargo/config.toml')
-rw-r--r--examples/stm32wb/.cargo/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/stm32wb/.cargo/config.toml b/examples/stm32wb/.cargo/config.toml
index 509517a2..fcf95741 100644
--- a/examples/stm32wb/.cargo/config.toml
+++ b/examples/stm32wb/.cargo/config.toml
@@ -4,3 +4,6 @@ runner = "probe-run --chip STM32WB55CCUx --speed 1000 --connect-under-reset"
[build]
target = "thumbv7em-none-eabihf"
+
+[env]
+DEFMT_LOG = "trace"