From 1c89d23e5b60a1835cb0ca4458110fae4c118f7a Mon Sep 17 00:00:00 2001 From: cladmi <gaetan.harter@fu-berlin.de> Date: Thu, 27 Sep 2018 18:21:59 +0200 Subject: [PATCH] boards/hifive1: include cpu/fe310 features The board should process its CPU features. This has the consequence to make 'periph_pm' visible to the board. I also removed the duplicate FEATURES_PROVIDED from the board defined in the cpu. --- boards/hifive1/Makefile.features | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boards/hifive1/Makefile.features b/boards/hifive1/Makefile.features index 3920db6791..88937c6039 100644 --- a/boards/hifive1/Makefile.features +++ b/boards/hifive1/Makefile.features @@ -1,5 +1,4 @@ # Put defined MCU peripherals here (in alphabetical order) -FEATURES_PROVIDED += periph_cpuid FEATURES_PROVIDED += periph_gpio periph_gpio_irq #FEATURES_PROVIDED += periph_pwm FEATURES_PROVIDED += periph_rtc @@ -14,3 +13,5 @@ endif # The board MPU family (used for grouping by the CI system) FEATURES_MCU_GROUP = risc_v + +include $(RIOTCPU)/fe310/Makefile.features -- GitLab