1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/lm4f120/Makefile.include

12 lines
220 B
Makefile
Raw Normal View History

2022-09-18 17:32:49 +02:00
ROM_LEN ?= 0x40000
RAM_LEN ?= 0x8000
ROM_START_ADDR ?= 0x00000000
RAM_START_ADDR ?= 0x20000000
LINKER_SCRIPT ?= cortexm.ld
include $(RIOTMAKE)/arch/cortexm.inc.mk
2016-05-03 13:53:20 +02:00
include $(RIOTCPU)/stellaris_common/Makefile.include