2022-05-30 00:36:30 +02:00
|
|
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
2023-04-26 17:00:51 +02:00
|
|
|
# replace STM32L552ZETxQ with your chip as listed in `probe-rs-cli chip list`
|
|
|
|
runner = "probe-rs-cli run --chip STM32L552ZETxQ"
|
2022-05-30 00:36:30 +02:00
|
|
|
|
|
|
|
[build]
|
|
|
|
target = "thumbv8m.main-none-eabihf"
|
2022-06-18 01:54:07 +02:00
|
|
|
|
|
|
|
[env]
|
|
|
|
DEFMT_LOG = "trace"
|