2022-05-29 22:36:30 +00:00
|
|
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
2022-07-12 03:29:01 +00:00
|
|
|
# replace STM32L552ZETxQ with your chip as listed in `probe-run --list-chips`
|
2022-05-29 22:36:30 +00:00
|
|
|
runner = "probe-run --chip STM32L552ZETxQ"
|
|
|
|
|
|
|
|
[build]
|
|
|
|
target = "thumbv8m.main-none-eabihf"
|
2022-06-17 23:54:07 +00:00
|
|
|
|
|
|
|
[env]
|
|
|
|
DEFMT_LOG = "trace"
|