Skip to content

Commit 537a8c9

Browse files
committed
Add notes about cargo run options.
1 parent 8dbaea7 commit 537a8c9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.cargo/config.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[target.thumbv6m-none-eabi]
2+
# This will make a UF2 and copy it to the RP2040's Mass Storage Device bootloader
23
# runner = "elf2uf2-rs -d"
3-
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"
46

57
rustflags = [
68
# This is needed if your flash or ram addresses are not aligned to 0x10000 in memory.x

0 commit comments

Comments
 (0)