Add env DEFMT_LOG=trace to all examples.
This commit is contained in:
@ -3,3 +3,6 @@ runner = "probe-run --chip RP2040"
|
||||
|
||||
[build]
|
||||
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
|
||||
|
||||
[env]
|
||||
DEFMT_LOG = "trace"
|
||||
|
Reference in New Issue
Block a user