embassy/examples/stm32l5/.cargo/config.toml
Philip A Reimer 4070a375c7 fix typo
2022-07-11 21:29:01 -06:00

9 lines
255 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace STM32L552ZETxQ with your chip as listed in `probe-run --list-chips`
runner = "probe-run --chip STM32L552ZETxQ"
[build]
target = "thumbv8m.main-none-eabihf"
[env]
DEFMT_LOG = "trace"