Skip to content

Commit

Permalink
boards/bluepill: 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 Jun 17, 2019
1 parent 17d2818 commit 199feab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/bluepill/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ flash][Flashsize].
| USB | no |
| Timer | yes |
| CAN | no |
| RTC | yes |


## Flashing
Expand Down
1 change: 1 addition & 0 deletions boards/common/stm32f103c8/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
Expand Down
3 changes: 3 additions & 0 deletions cpu/stm32f1/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FEATURES_PROVIDED += periph_flashpage
FEATURES_PROVIDED += periph_flashpage_raw

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 199feab

Please sign in to comment.