Skip to content
Snippets Groups Projects
Commit bbb0606e authored by Bas Stottelaar's avatar Bas Stottelaar
Browse files

cpu: efm32: mark rtc+rtt as conflict.

parent cd25f73b
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,9 @@ FEATURES_PROVIDED += periph_cpuid ...@@ -2,6 +2,9 @@ FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_flashpage FEATURES_PROVIDED += periph_flashpage
FEATURES_PROVIDED += periph_pm FEATURES_PROVIDED += periph_pm
FEATURES_CONFLICT += periph_rtc:periph_rtt
FEATURES_CONFLICT_MSG += "On the EFM32, the RTC and RTT map to the same hardware peripheral."
ifeq (1,$(EFM32_TNRG)) ifeq (1,$(EFM32_TNRG))
FEATURES_PROVIDED += periph_hwrng FEATURES_PROVIDED += periph_hwrng
endif endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment