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. --- examples/stm32g0/.cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/stm32g0') diff --git a/examples/stm32g0/.cargo/config.toml b/examples/stm32g0/.cargo/config.toml index 3ebfbcb5c..4f776d68f 100644 --- a/examples/stm32g0/.cargo/config.toml +++ b/examples/stm32g0/.cargo/config.toml @@ -4,3 +4,6 @@ runner = "probe-run --chip STM32G071RBTx" [build] target = "thumbv6m-none-eabi" + +[env] +DEFMT_LOG = "trace" -- cgit