cpu: efm32: fix for cpp support.
This commit is contained in:
parent
fce61f91f0
commit
840de5139b
@ -1,6 +1,5 @@
|
|||||||
FEATURES_PROVIDED += periph_cpuid
|
FEATURES_PROVIDED += periph_cpuid
|
||||||
FEATURES_PROVIDED += periph_flashpage
|
FEATURES_PROVIDED += periph_flashpage
|
||||||
FEATURES_PROVIDED += periph_pm
|
|
||||||
|
|
||||||
FEATURES_CONFLICT += periph_rtc:periph_rtt
|
FEATURES_CONFLICT += periph_rtc:periph_rtt
|
||||||
FEATURES_CONFLICT_MSG += "On the EFM32, the RTC and RTT map to the same hardware peripheral."
|
FEATURES_CONFLICT_MSG += "On the EFM32, the RTC and RTT map to the same hardware peripheral."
|
||||||
@ -8,3 +7,5 @@ FEATURES_CONFLICT_MSG += "On the EFM32, the RTC and RTT map to the same hardware
|
|||||||
ifeq (1,$(EFM32_TNRG))
|
ifeq (1,$(EFM32_TNRG))
|
||||||
FEATURES_PROVIDED += periph_hwrng
|
FEATURES_PROVIDED += periph_hwrng
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
include $(RIOTCPU)/cortexm_common/Makefile.features
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user