diff --git a/boards/hifive1/Makefile.features b/boards/hifive1/Makefile.features index 3920db679175cb817e144b519108701b673b6fed..88937c6039a6f399026b35a0f76883429f141a8b 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