mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
223 B
Makefile
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
|