Skip to content

Commit 4b1f9cd

Browse files
committed
Run the debug probe faster
Matches launch.json now.
1 parent 4b1fca0 commit 4b1f9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This will make a UF2 and copy it to the RP2040's Mass Storage Device bootloader
33
# runner = "elf2uf2-rs -d"
44
# This will flash over SWD with any compatible probe it finds.
5-
runner = "probe-rs run --chip RP2040"
5+
runner = "probe-rs run --chip RP2040 --speed 10000"
66
rustflags = [
77
# This is needed if your flash or ram addresses are not aligned to 0x10000 in memory.x
88
# See https://github.com/rust-embedded/cortex-m-quickstart/pull/95

0 commit comments

Comments
 (0)