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.
2 parents ac180e7 + f9ef620 commit 7793e3aCopy full SHA for 7793e3a
.cargo/config.toml
@@ -5,6 +5,9 @@ rustflags = [
5
"-C", "linker=flip-link",
6
"-C", "link-arg=-Tlink.x",
7
"-C", "link-arg=-Tdefmt.x",
8
+ # This is needed if your flash or ram addresses are not aligned to 0x10000 in memory.x
9
+ # See https://github.com/rust-embedded/cortex-m-quickstart/pull/95
10
+ "-C", "link-arg=--nmagic",
11
]
12
13
[build]
0 commit comments