rp: set correct teleprobe target for rpi-pico tests.

This commit is contained in:
Dario Nieuwenhuis 2022-09-26 20:36:06 +02:00
parent f76444bdc4
commit c863acd24f

View file

@ -3,7 +3,7 @@ build-std = ["core"]
build-std-features = ["panic_immediate_abort"]
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
#runner = "teleprobe client run --target bluepill-stm32f103c8 --elf"
#runner = "teleprobe client run --target rpi-pico --elf"
runner = "teleprobe local run --chip RP2040 --elf"
rustflags = [