embassy/examples/stm32l4/.cargo/config.toml

12 lines
329 B
TOML
Raw Normal View History

2021-06-08 14:36:47 +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 STM32L475VGT6"
2021-11-02 16:03:56 +00:00
#runner = "probe-run --chip STM32L475VG"
runner = "probe-run --chip STM32L4S5VI"
2021-06-08 14:36:47 +00:00
[build]
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "trace"