Use probe-rs as default runner for rp23 examples

This commit is contained in:
9names 2025-02-16 13:07:34 +11:00
parent 0ce6da9706
commit cb4fb66424

View File

@ -1,7 +1,7 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
#runner = "probe-rs run --chip RP2040"
runner = "probe-rs run --chip RP235x"
#runner = "elf2uf2-rs -d"
runner = "picotool load -u -v -x -t elf"
#runner = "picotool load -u -v -x -t elf"
[build]
target = "thumbv8m.main-none-eabihf"