1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/samd5x/Makefile.features

9 lines
190 B
Makefile
Raw Normal View History

CPU_ARCH = cortex-m4f
CPU_FAM = samd5x
2019-04-25 18:15:44 +02:00
FEATURES_PROVIDED += periph_hwrng
2019-05-20 17:40:27 +02:00
FEATURES_PROVIDED += backup_ram
FEATURES_PROVIDED += cortexm_mpu
2019-04-25 18:15:44 +02:00
include $(RIOTCPU)/sam0_common/Makefile.features