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

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

[env]
DEFMT_LOG = "trace"