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

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

[env]
DEFMT_LOG = "trace"