Skip to content

Commit 1018608

Browse files
committed
Update .cargo/config diff baseline
The diff in 06-hello-world/README.md for changes to be made to .cargo/config are based off of an older version of the config file than what is found in the repository currently.
1 parent 0e89191 commit 1018608

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/06-hello-world/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,10 @@ default target in .cargo/config:
7777

7878
``` diff
7979
[target.thumbv7em-none-eabihf]
80-
runner = "arm-none-eabi-gdb"
80+
runner = "arm-none-eabi-gdb -q -x openocd.gdb"
8181
rustflags = [
82+
"-C", "linker=rust-lld",
8283
"-C", "link-arg=-Tlink.x",
83-
"-C", "linker=arm-none-eabi-ld",
84-
"-Z", "linker-flavor=ld",
8584
]
8685

8786
+[build]

0 commit comments

Comments
 (0)