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

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

[env]
DEFMT_LOG = "trace"