mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-30 05:40:55 +00:00
Remove temporary target yamls
These will be in the next probe-rs release
This commit is contained in:
parent
0c8dadf0ca
commit
0f57a18f19
@ -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
Loading…
x
Reference in New Issue
Block a user