RIOT/cpu/fe310/Makefile.dep
2020-01-28 13:20:52 +01:00

12 lines
223 B
Makefile

USEMODULE += newlib_nano
USEMODULE += newlib_syscalls_fe310
USEMODULE += sifive_drivers_fe310
USEMODULE += periph
USEMODULE += periph_pm
ifneq (,$(filter periph_rtc,$(USEMODULE)))
FEATURES_REQUIRED += periph_rtt
endif