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

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

[env]
DEFMT_LOG = "trace"