Skip to content
Snippets Groups Projects
Commit 0a1ea402 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

bare-arm: Enable link map file.

This port supposed to be demo of uPy minimality, so let people behold it in
details.
parent 8a96ebea
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ else ...@@ -22,7 +22,7 @@ else
CFLAGS += -Os -DNDEBUG CFLAGS += -Os -DNDEBUG
endif endif
LDFLAGS = -nostdlib -T stm32f405.ld LDFLAGS = -nostdlib -T stm32f405.ld -Map=$@.map --cref
LIBS = LIBS =
SRC_C = \ SRC_C = \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment