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.
12 lines
350 B
TOML
12 lines
350 B
TOML
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
|
# replace STM32F429ZITx with your chip as listed in `probe-rs-cli chip list`
|
|
#runner = "probe-rs-cli run --chip STM32L475VGT6"
|
|
#runner = "probe-rs-cli run --chip STM32L475VG"
|
|
runner = "probe-rs-cli run --chip STM32L4S5VI"
|
|
|
|
[build]
|
|
target = "thumbv7em-none-eabi"
|
|
|
|
[env]
|
|
DEFMT_LOG = "trace"
|