mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
bare-arm: Enable link map file.
This port supposed to be demo of uPy minimality, so let people behold it in details.
This commit is contained in:
@@ -22,7 +22,7 @@ else
|
||||
CFLAGS += -Os -DNDEBUG
|
||||
endif
|
||||
|
||||
LDFLAGS = -nostdlib -T stm32f405.ld
|
||||
LDFLAGS = -nostdlib -T stm32f405.ld -Map=$@.map --cref
|
||||
LIBS =
|
||||
|
||||
SRC_C = \
|
||||
|
||||
Reference in New Issue
Block a user