i509VCB 0f57a18f19
Remove temporary target yamls
These will be in the next probe-rs release
2025-03-15 13:35:24 -05:00

10 lines
283 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace MSPM0L2228 with your chip as listed in `probe-rs chip list`
runner = "probe-rs run --restore-unwritten --verify --chip MSPM0L2228 --protocol=swd"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "trace"