9 lines
181 B
TOML
9 lines
181 B
TOML
[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"
|