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.
1 parent 370336b commit 86fffaaCopy full SHA for 86fffaa
.cargo/config.toml
@@ -9,6 +9,8 @@ runner = "./qemu-runner.sh --target thumbv7em-none-eabihf"
9
rustflags = [
10
"-Clink-arg=-Tlink.x",
11
"-Clink-arg=-Tdefmt.x",
12
+ # Can be useful for debugging and to inspect where the heap memory is placed/linked.
13
+ # "-Clink-args=-Map=app.map"
14
]
15
16
[target.thumbv6m-none-eabi]
0 commit comments