Skip to content

Commit 86fffaa

Browse files
committed
update .cargo/config.toml file
1 parent 370336b commit 86fffaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ runner = "./qemu-runner.sh --target thumbv7em-none-eabihf"
99
rustflags = [
1010
"-Clink-arg=-Tlink.x",
1111
"-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"
1214
]
1315

1416
[target.thumbv6m-none-eabi]

0 commit comments

Comments
 (0)