embassy/examples/stm32f0/.cargo/config.toml

6 lines
109 B
TOML
Raw Normal View History

2021-07-15 18:50:39 +02:00
[target.thumbv6m-none-eabi]
runner = 'probe-run --chip STM32F030F4Px'
[build]
target = "thumbv6m-none-eabi"