Merge pull request #3889 from 9names/rp23-runner-probers

Use probe-rs as default runner for rp23 examples
This commit is contained in:
Dario Nieuwenhuis 2025-02-16 22:43:59 +00:00 committed by GitHub
commit a785bd09fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"