Merge pull request #821 from embassy-rs/defmt-trace

Add env DEFMT_LOG=trace to all examples.
This commit is contained in:
Dario Nieuwenhuis 2022-06-18 02:24:25 +02:00 committed by GitHub
commit 3fd4ee34ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
32 changed files with 93 additions and 0 deletions

View File

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

View File

@ -9,3 +9,6 @@ rustflags = [
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "trace"

View File

@ -15,3 +15,6 @@ rustflags = [
[build]
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "trace"

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"

View File

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

View File

@ -3,3 +3,6 @@ runner = "probe-run --chip RP2040"
[build]
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
[env]
DEFMT_LOG = "trace"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -3,3 +3,6 @@ runner = 'probe-run --chip STM32H743ZITx'
[build]
target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)
[env]
DEFMT_LOG = "trace"

View File

@ -4,3 +4,6 @@ runner = "probe-run --chip STM32L053R8Tx"
[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

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

View File

@ -4,3 +4,6 @@ runner = "probe-run --chip STM32L552ZETxQ"
[build]
target = "thumbv8m.main-none-eabihf"
[env]
DEFMT_LOG = "trace"

View File

@ -4,3 +4,6 @@ runner = "probe-run --chip STM32U585AIIx"
[build]
target = "thumbv8m.main-none-eabihf"
[env]
DEFMT_LOG = "trace"

View File

@ -4,3 +4,6 @@ runner = "probe-run --chip STM32WB55CCUx --speed 1000 --connect-under-reset"
[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"

View File

@ -15,3 +15,6 @@ rustflags = [
[build]
target = "thumbv7m-none-eabi"
[env]
DEFMT_LOG = "trace"