From dd99356062eaaeac3c2fa0b82dbbcaf765435c2a Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Sat, 18 Jun 2022 01:54:07 +0200 Subject: Add env DEFMT_LOG=trace to all examples. --- tests/stm32/.cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/stm32') diff --git a/tests/stm32/.cargo/config.toml b/tests/stm32/.cargo/config.toml index eafab3ed0..29c4799a1 100644 --- a/tests/stm32/.cargo/config.toml +++ b/tests/stm32/.cargo/config.toml @@ -15,3 +15,6 @@ rustflags = [ [build] target = "thumbv7m-none-eabi" + +[env] +DEFMT_LOG = "trace" -- cgit