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

7 lines
125 B
Makefile

CPU_CORE = cortex-m4
CPU_FAM = sam4s
FEATURES_PROVIDED += cortexm_mpu
include $(RIOTCPU)/cortexm_common/Makefile.features