mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
143 B
Makefile
8 lines
143 B
Makefile
ROM_START_ADDR ?= 0x0
|
|
RAM_START_ADDR ?= 0x100000C8
|
|
|
|
ROM_LEN ?= 0x80000
|
|
RAM_LEN ?= 0x7f38 # 32K - 0xC8
|
|
|
|
include $(RIOTMAKE)/arch/cortexm.inc.mk
|