mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
9 lines
182 B
Makefile
9 lines
182 B
Makefile
ROM_START_ADDR ?= 0x80000
|
|
RAM_START_ADDR ?= 0x20070000
|
|
|
|
ROM_LEN ?= 0x80000
|
|
RAM_LEN ?= 0x18000
|
|
|
|
include $(RIOTCPU)/sam_common/Makefile.include
|
|
include $(RIOTMAKE)/arch/cortexm.inc.mk
|