mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-30 05:40:55 +00:00
Use probe-rs as default runner for rp23 examples
This commit is contained in:
parent
0ce6da9706
commit
cb4fb66424
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user