Add env DEFMT_LOG=trace to all examples.
This commit is contained in:
8
examples/stm32h7/.cargo/config.toml
Normal file
8
examples/stm32h7/.cargo/config.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[target.thumbv7em-none-eabihf]
|
||||
runner = 'probe-run --chip STM32H743ZITx'
|
||||
|
||||
[build]
|
||||
target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)
|
||||
|
||||
[env]
|
||||
DEFMT_LOG = "trace"
|
Reference in New Issue
Block a user