2021-11-02 19:43:42 +01:00
|
|
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
2021-11-17 16:35:25 +01:00
|
|
|
# replace STM32U585AIIx with your chip as listed in `probe-run --list-chips`
|
2021-11-15 17:08:51 +01:00
|
|
|
runner = "probe-run --chip STM32U585AIIx"
|
2021-11-02 19:43:42 +01:00
|
|
|
|
|
|
|
[build]
|
2021-11-17 16:35:25 +01:00
|
|
|
target = "thumbv8m.main-none-eabihf"
|