embassy/examples/stm32f3/.cargo/config.toml

10 lines
249 B
TOML
Raw Normal View History

2021-12-11 16:21:14 +00:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace STM32F429ZITx with your chip as listed in `probe-run --list-chips`
2022-05-29 22:36:30 +00:00
runner = "probe-run --chip STM32F303ZETx"
2021-12-11 16:21:14 +00:00
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "trace"