Skip to content

Commit 0a1ea40

Browse files
committed
bare-arm: Enable link map file.
This port supposed to be demo of uPy minimality, so let people behold it in details.
1 parent 8a96ebe commit 0a1ea40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bare-arm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ else
2222
CFLAGS += -Os -DNDEBUG
2323
endif
2424

25-
LDFLAGS = -nostdlib -T stm32f405.ld
25+
LDFLAGS = -nostdlib -T stm32f405.ld -Map=$@.map --cref
2626
LIBS =
2727

2828
SRC_C = \

0 commit comments

Comments
 (0)