RIOT/cpu/stm32f1/Makefile.features
2019-12-06 12:48:04 +03:00

9 lines
304 B
Makefile

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