aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-09-26 20:36:06 +0200
committerDario Nieuwenhuis <[email protected]>2022-09-26 20:36:06 +0200
commitc863acd24f6430950a7fdb5c527b33b42c305fec (patch)
treed413a30b4bb68ab17571ba4d16a613e3859f6335
parentf76444bdc43f0a000b878dc52cb46ac06661a8b3 (diff)
rp: set correct teleprobe target for rpi-pico tests.
-rw-r--r--tests/rp/.cargo/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rp/.cargo/config.toml b/tests/rp/.cargo/config.toml
index 0330025e4..9611db3a0 100644
--- a/tests/rp/.cargo/config.toml
+++ b/tests/rp/.cargo/config.toml
@@ -3,7 +3,7 @@ build-std = ["core"]
3build-std-features = ["panic_immediate_abort"] 3build-std-features = ["panic_immediate_abort"]
4 4
5[target.'cfg(all(target_arch = "arm", target_os = "none"))'] 5[target.'cfg(all(target_arch = "arm", target_os = "none"))']
6#runner = "teleprobe client run --target bluepill-stm32f103c8 --elf" 6#runner = "teleprobe client run --target rpi-pico --elf"
7runner = "teleprobe local run --chip RP2040 --elf" 7runner = "teleprobe local run --chip RP2040 --elf"
8 8
9rustflags = [ 9rustflags = [