2021-11-02 19:43:42 +01:00
|
|
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
|
|
|
# replace STM32F429ZITx with your chip as listed in `probe-run --list-chips`
|
2021-11-08 20:20:31 +01:00
|
|
|
#runner = "probe-run --chip STM32U585AIIx"
|
|
|
|
runner = "/Users/bob/outboard-repos/probe-run/target/debug/probe-run-rp --chip STM32U585AIIx"
|
2021-11-02 19:43:42 +01:00
|
|
|
|
|
|
|
[build]
|
|
|
|
target = "thumbv7em-none-eabi"
|