diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-09-26 20:36:06 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-09-26 20:36:06 +0200 |
| commit | c863acd24f6430950a7fdb5c527b33b42c305fec (patch) | |
| tree | d413a30b4bb68ab17571ba4d16a613e3859f6335 | |
| parent | f76444bdc43f0a000b878dc52cb46ac06661a8b3 (diff) | |
rp: set correct teleprobe target for rpi-pico tests.
| -rw-r--r-- | tests/rp/.cargo/config.toml | 2 |
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"] | |||
| 3 | build-std-features = ["panic_immediate_abort"] | 3 | build-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" |
| 7 | runner = "teleprobe local run --chip RP2040 --elf" | 7 | runner = "teleprobe local run --chip RP2040 --elf" |
| 8 | 8 | ||
| 9 | rustflags = [ | 9 | rustflags = [ |
