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

8 lines
169 B
Makefile
Raw Normal View History

FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_flashpage
FEATURES_PROVIDED += periph_pm
ifeq (1,$(EFM32_TNRG))
FEATURES_PROVIDED += periph_hwrng
endif