mirror of
https://github.com/embassy-rs/embassy.git
synced 2026-04-25 17:52:12 +00:00
Remove temporary target yamls
These will be in the next probe-rs release
This commit is contained in:
@@ -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
@@ -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
Reference in New Issue
Block a user