10 lines
255 B
TOML
Raw Normal View History

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