2021-06-11 22:58:09 +02:00
|
|
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
2023-04-26 17:00:51 +02:00
|
|
|
# replace STM32WB55CCUx with your chip as listed in `probe-rs-cli chip list`
|
2023-06-22 16:21:14 +02:00
|
|
|
# runner = "probe-rs-cli run --chip STM32WB55RGVx --speed 1000 --connect-under-reset"
|
2023-05-11 23:45:42 +02:00
|
|
|
runner = "teleprobe local run --chip STM32WB55RG --elf"
|
2021-06-11 22:58:09 +02:00
|
|
|
|
|
|
|
[build]
|
|
|
|
target = "thumbv7em-none-eabihf"
|
2022-06-18 01:54:07 +02:00
|
|
|
|
|
|
|
[env]
|
|
|
|
DEFMT_LOG = "trace"
|