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.
cargo run
1 parent 8dbaea7 commit 537a8c9Copy full SHA for 537a8c9
1 file changed
.cargo/config.toml
@@ -1,6 +1,8 @@
1
[target.thumbv6m-none-eabi]
2
+# This will make a UF2 and copy it to the RP2040's Mass Storage Device bootloader
3
# runner = "elf2uf2-rs -d"
-runner = "probe-run-rp --chip RP2040"
4
+# This will flash over SWD with any compatible probe it finds. You need 0.3.1 or higher for RP2040 support.
5
+runner = "probe-run --chip RP2040"
6
7
rustflags = [
8
# This is needed if your flash or ram addresses are not aligned to 0x10000 in memory.x
0 commit comments