1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 07:51:19 +01:00
RIOT/cpu/samd5x/Makefile.include
2020-01-28 13:18:39 +01:00

14 lines
433 B
Makefile

CPU_ARCH = cortex-m4f
CPU_FAM = samd5x
# Slot size is determined by "((total_flash_size - RIOTBOOT_LEN) / 2)".
# If RIOTBOOT_LEN uses an uneven number of flashpages, the remainder of the
# flash cannot be divided by two slots while staying FLASHPAGE_SIZE aligned.
RIOTBOOT_LEN ?= 0x4000
BACKUP_RAM_ADDR = 0x47000000
BACKUP_RAM_LEN = 0x2000
include $(RIOTCPU)/sam0_common/Makefile.include
include $(RIOTMAKE)/arch/cortexm.inc.mk