Remove remaining references to probe-run

This commit is contained in:
sefidel
2023-11-12 07:11:15 +00:00
committed by Emil Fresk
parent d43dca4ac2
commit b24c3f42da
+2 -2
View File
@@ -1,6 +1,6 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))'] [target.'cfg(all(target_arch = "arm", target_os = "none"))']
# TODO(2) replace `$CHIP` with your chip's name (see `probe-run --list-chips` output) # TODO(2) replace `$CHIP` with your chip's name (see `probe-rs chip list` output)
runner = "probe-run --chip $CHIP" runner = "probe-rs run --chip $CHIP"
rustflags = [ rustflags = [
"-C", "linker=flip-link", "-C", "linker=flip-link",
"-C", "link-arg=-Tlink.x", "-C", "link-arg=-Tlink.x",