rp: set correct teleprobe target for rpi-pico tests.
This commit is contained in:
parent
f76444bdc4
commit
c863acd24f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ build-std = ["core"]
|
||||||
build-std-features = ["panic_immediate_abort"]
|
build-std-features = ["panic_immediate_abort"]
|
||||||
|
|
||||||
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
[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"
|
runner = "teleprobe local run --chip RP2040 --elf"
|
||||||
|
|
||||||
rustflags = [
|
rustflags = [
|
||||||
|
|
Loading…
Reference in a new issue