Skip to content
Snippets Groups Projects
Unverified Commit 4d85bcf5 authored by Juan I Carrano's avatar Juan I Carrano Committed by GitHub
Browse files

Merge pull request #10062 from cladmi/pr/make/cpu/fe310/features

 cpu/fe310: rtc depend on the rtt feature and hifive1 update
parents 2260cd7f 63569119
No related branches found
No related tags found
No related merge requests found
...@@ -7,10 +7,6 @@ FEATURES_PROVIDED += periph_rtt ...@@ -7,10 +7,6 @@ FEATURES_PROVIDED += periph_rtt
FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_uart
ifneq (,$(filter periph_rtc,$(FEATURES_REQUIRED)))
FEATURES_REQUIRED += periph_rtt
endif
# The board MPU family (used for grouping by the CI system) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = risc_v FEATURES_MCU_GROUP = risc_v
......
ifneq (,$(filter periph_rtc,$(USEMODULE))) ifneq (,$(filter periph_rtc,$(USEMODULE)))
USEMODULE += periph_rtt FEATURES_REQUIRED += periph_rtt
endif endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment