We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e15359 commit 55928a6Copy full SHA for 55928a6
.cargo/config.toml
@@ -5,8 +5,8 @@
5
runner = "probe-rs run --chip RP2040 --protocol swd"
6
# runner = "elf2uf2-rs -d"
7
8
+linker = "flip-link"
9
rustflags = [
- "-C", "linker=flip-link",
10
"-C", "link-arg=--nmagic",
11
"-C", "link-arg=-Tlink.x",
12
"-C", "link-arg=-Tdefmt.x",
cargo-generate/config.toml
@@ -15,8 +15,8 @@
15
runner = "{{ flash_method_custom }}"
16
{%- endif -%}
17
{%- endcase %}
18
19
20
21
22
0 commit comments