We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1fca0 commit 4b1f9cdCopy full SHA for 4b1f9cd
.cargo/config.toml
@@ -2,7 +2,7 @@
2
# This will make a UF2 and copy it to the RP2040's Mass Storage Device bootloader
3
# runner = "elf2uf2-rs -d"
4
# This will flash over SWD with any compatible probe it finds.
5
-runner = "probe-rs run --chip RP2040"
+runner = "probe-rs run --chip RP2040 --speed 10000"
6
rustflags = [
7
# This is needed if your flash or ram addresses are not aligned to 0x10000 in memory.x
8
# See https://github.com/rust-embedded/cortex-m-quickstart/pull/95
0 commit comments