Skip to content

Commit

Permalink
cpu/stm32f1: FEATURES_PROVIDED += periph_rtc
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexei Bezborodov authored and Alexei Bezborodov committed Dec 6, 2019
1 parent 239fc2b commit 88c429a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpu/stm32f1/Makefile.features
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 88c429a

Please sign in to comment.