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

9 lines
192 B
Makefile
Raw Normal View History

2020-06-10 13:11:32 +02:00
CPU_CORE = cortex-m3
CPU_FAM = sam3
FEATURES_PROVIDED += cortexm_mpu
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_hwrng
2020-07-09 11:27:26 +02:00
include $(RIOTCPU)/cortexm_common/Makefile.features