mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
9 lines
184 B
Makefile
9 lines
184 B
Makefile
ROM_START_ADDR ?= 0x400000
|
|
RAM_START_ADDR ?= 0x20000000
|
|
|
|
ROM_LEN ?= 0x200000
|
|
RAM_LEN ?= 0x28000
|
|
|
|
include $(RIOTCPU)/sam_common/Makefile.include
|
|
include $(RIOTMAKE)/arch/cortexm.inc.mk
|