Add env DEFMT_LOG=trace to all examples.
This commit is contained in:
parent
b585d54712
commit
dd99356062
32 changed files with 93 additions and 0 deletions
docs/modules/ROOT/examples
|
@ -4,3 +4,6 @@ runner = "probe-run --chip nRF52840_xxAA"
|
|||
|
||||
[build]
|
||||
target = "thumbv7em-none-eabi"
|
||||
|
||||
[env]
|
||||
DEFMT_LOG = "trace"
|
||||
|
|
|
@ -9,3 +9,6 @@ rustflags = [
|
|||
|
||||
[build]
|
||||
target = "thumbv7em-none-eabihf"
|
||||
|
||||
[env]
|
||||
DEFMT_LOG = "trace"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue