1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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

cpu/fe310: rtc depend on the rtt feature and hifive1 update
This commit is contained in:
Juan I Carrano 2018-10-23 13:28:17 +02:00 committed by GitHub
commit 4d85bcf510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -7,10 +7,6 @@ FEATURES_PROVIDED += periph_rtt
FEATURES_PROVIDED += periph_timer
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)
FEATURES_MCU_GROUP = risc_v

View File

@ -1,3 +1,3 @@
ifneq (,$(filter periph_rtc,$(USEMODULE)))
USEMODULE += periph_rtt
FEATURES_REQUIRED += periph_rtt
endif