blob: 29a8be7e13d93675effd1f022ff90c71f919d8ed (
plain)
1
2
3
4
5
6
7
8
9
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace STM32G071C8Rx with your chip as listed in `probe-rs chip list`
runner = "probe-rs run --speed 100 --chip STM32c031c6tx"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "trace"
|