Skip to content
Snippets Groups Projects
Unverified Commit 63569119 authored by cladmi's avatar cladmi
Browse files

boards/hifive1: remove erroneous features parsing

Remove duplicate handling of `periph_rtc` dependency to `periph_rtt` now
declared in the cpu.

Also the makefiles should not parse FEATURES_REQUIRED as it does not
guarantee anything as features could also be requested by FEATURES_OPTIONAL.
In practice it should parse it using `USEMODULE`.
parent 4bf7ab5d
No related branches found
No related tags found
No related merge requests found
...@@ -8,9 +8,5 @@ FEATURES_PROVIDED += periph_rtt ...@@ -8,9 +8,5 @@ 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment