embassy/examples/stm32l5/.cargo/config.toml

7 lines
227 B
TOML
Raw Normal View History

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