1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00
RIOT/cpu/sam4s/Makefile.include
dylad f9cc15e4f3 cpu/sam4s: introduce initial support
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
2025-02-17 10:03:39 +01:00

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