Skip to content
Snippets Groups Projects
Commit d6751dde authored by kYc0o's avatar kYc0o
Browse files

cpu/stm32_common/Makefile.include: add ccm linker var

parent 9496c5d1
No related branches found
No related tags found
No related merge requests found
......@@ -16,3 +16,7 @@ LINKER_SCRIPT ?= stm32_common.ld
export INCLUDES += -I$(RIOTCPU)/stm32_common/include
include $(RIOTCPU)/stm32_common/stm32_mem_lengths.mk
ifneq (,$(CCMRAM_LEN))
LINKFLAGS += $(LINKFLAGPREFIX)--defsym=_ccmram_length=$(CCMRAM_LEN)
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment