Remove temporary target yamls

These will be in the next probe-rs release
This commit is contained in:
i509VCB 2025-03-15 13:35:24 -05:00
parent 0c8dadf0ca
commit 0f57a18f19
No known key found for this signature in database
GPG Key ID: 3E860D038915EF88
4 changed files with 2 additions and 667 deletions

View File

@ -1,7 +1,6 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace MSPM0G3519 with your chip as listed in `probe-rs chip list`
# TODO: Remove description path after new chiptool release
runner = "probe-rs run --restore-unwritten --verify --chip MSPM0G3519 --protocol=swd --chip-description-path ./MSPM0GX51X_Series.yaml"
runner = "probe-rs run --restore-unwritten --verify --chip MSPM0G3519 --protocol=swd"
[build]
target = "thumbv6m-none-eabi"

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,6 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace MSPM0L2228 with your chip as listed in `probe-rs chip list`
# TODO: Remove description path after new chiptool release
runner = "probe-rs run --restore-unwritten --verify --chip MSPM0L2228 --protocol=swd --chip-description-path ./MSPM0L122X_L222X_Series.yaml"
runner = "probe-rs run --restore-unwritten --verify --chip MSPM0L2228 --protocol=swd"
[build]
target = "thumbv6m-none-eabi"

File diff suppressed because one or more lines are too long