We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae6ad14 + 8047986 commit e1e9885Copy full SHA for e1e9885
.cargo/config
@@ -10,6 +10,10 @@
10
# runner = "gdb -q -x openocd.gdb"
11
12
rustflags = [
13
+ # This is needed if your flash or ram addresses are not aligned to 0x10000 in memory.x
14
+ # See https://github.com/rust-embedded/cortex-m-quickstart/pull/95
15
+ "-C", "link-arg=--nmagic",
16
+
17
# LLD (shipped with the Rust toolchain) is used as the default linker
18
"-C", "link-arg=-Tlink.x",
19
0 commit comments