1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/saml1x/Makefile.features

8 lines
158 B
Makefile
Raw Normal View History

2020-06-10 13:11:32 +02:00
CPU_CORE = cortex-m23
CPU_FAM = saml1x
FEATURES_PROVIDED += cortexm_mpu
2019-04-25 18:15:44 +02:00
FEATURES_PROVIDED += periph_hwrng
include $(RIOTCPU)/sam0_common/Makefile.features