054ca17f66
- probe-run screwed up the last release 2 weeks ago and it's still not fixed (issue 391). Doesn't look well maintained. - Even when it's not broken, it lags behind probe-rs-cli in new chips support because it's slow in updating probe-rs.
9 lines
188 B
TOML
9 lines
188 B
TOML
[target.thumbv7em-none-eabihf]
|
|
runner = 'probe-rs-cli run --chip STM32H743ZITx'
|
|
|
|
[build]
|
|
target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)
|
|
|
|
[env]
|
|
DEFMT_LOG = "trace"
|