aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f1/.cargo/config.toml
blob: ce6fef11b9af1eef578d9f95866941305e8d50d8 (plain)
1
2
3
4
5
6
7
8
9
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace STM32F103C8 with your chip as listed in `probe-rs chip list`
runner = "probe-rs run --chip STM32F103C8"

[build]
target = "thumbv7m-none-eabi"

[env]
DEFMT_LOG = "trace"