Add env DEFMT_LOG=trace to all examples.

This commit is contained in:
Dario Nieuwenhuis
2022-06-18 01:54:07 +02:00
parent b585d54712
commit dd99356062
32 changed files with 93 additions and 0 deletions

View File

@ -4,3 +4,6 @@ build-std-features = ["panic_immediate_abort"]
[build]
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "trace"

View File

@ -4,3 +4,6 @@ runner = "probe-run --chip nRF52840_xxAA"
[build]
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "trace"

View File

@ -4,3 +4,6 @@ runner = "probe-run --chip STM32F303VCTx"
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "trace"

View File

@ -4,3 +4,6 @@ runner = "probe-run --chip STM32F767ZITx -v"
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "trace"

View File

@ -4,3 +4,6 @@ runner = "probe-run --chip STM32H743ZITx"
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "trace"

View File

@ -4,3 +4,6 @@ runner = "probe-run --chip STM32L072CZTx"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "trace"

View File

@ -4,3 +4,6 @@ runner = "probe-run --chip STM32L151CBxxA"
[build]
target = "thumbv7m-none-eabi"
[env]
DEFMT_LOG = "trace"

View File

@ -4,3 +4,6 @@ runner = "probe-run --chip STM32L475VG"
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "trace"

View File

@ -4,3 +4,6 @@ runner = "probe-run --chip STM32WLE5JCIx"
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "trace"