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.
.cargo/config.toml
linker
1 parent 4f24e42 commit d7932b7Copy full SHA for d7932b7
examples/stm32f4-single-motor-example/.cargo/config.toml
@@ -1,9 +1,11 @@
1
[target.thumbv7em-none-eabihf]
2
runner = 'probe-rs run --chip STM32F401RE'
3
+
4
+[target.'cfg(all(target_arch = "arm", target_os = "none"))']
5
+linker = "flip-link"
6
rustflags = [
7
"-C", "link-arg=-Tlink.x",
8
"-C", "link-arg=-Tdefmt.x",
- "-C", "linker=flip-link",
9
]
10
11
[build]
0 commit comments