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/rp/.cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/rp') diff --git a/examples/rp/.cargo/config.toml b/examples/rp/.cargo/config.toml index ac54f9693..3d6051389 100644 --- a/examples/rp/.cargo/config.toml +++ b/examples/rp/.cargo/config.toml @@ -3,3 +3,6 @@ runner = "probe-run --chip RP2040" [build] target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+ + +[env] +DEFMT_LOG = "trace" -- cgit