embassy/examples/stm32wb/.cargo/config.toml

11 lines
338 B
TOML
Raw Normal View History

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2023-06-29 02:39:28 +02:00
# replace STM32WB55CCUx with your chip as listed in `probe-rs chip list`
2023-07-13 17:29:29 +02:00
# runner = "probe-run --chip STM32WB55RGVx --speed 1000 --connect-under-reset"
runner = "teleprobe local run --chip STM32WB55RG --elf"
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "trace"