From 3758868432059594642fba9219a8a7b6444c0821 Mon Sep 17 00:00:00 2001 From: Alexei Bezborodov Date: Thu, 5 Dec 2019 19:51:57 +0300 Subject: [PATCH] cpu/stm32f1: FEATURES_PROVIDED += periph_rtc --- cpu/stm32f1/Makefile.features | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cpu/stm32f1/Makefile.features b/cpu/stm32f1/Makefile.features index 5e5e8b9118b41..20b5c5564d6c5 100644 --- a/cpu/stm32f1/Makefile.features +++ b/cpu/stm32f1/Makefile.features @@ -1,4 +1,8 @@ FEATURES_PROVIDED += periph_flashpage FEATURES_PROVIDED += periph_flashpage_raw +FEATURES_PROVIDED += periph_rtc + +FEATURES_CONFLICT += periph_rtc:periph_rtt +FEATURES_CONFLICT_MSG += "On the STM32F1, the RTC and RTT map to the same hardware peripheral." -include $(RIOTCPU)/stm32_common/Makefile.features