1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/sam3/Makefile.features
2020-07-16 15:35:23 +02:00

9 lines
192 B
Makefile

CPU_CORE = cortex-m3
CPU_FAM = sam3
FEATURES_PROVIDED += cortexm_mpu
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_hwrng
include $(RIOTCPU)/cortexm_common/Makefile.features