mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
18 lines
317 B
Makefile
18 lines
317 B
Makefile
ifeq (1,$(PICOLIBC))
|
|
USEMODULE += picolibc
|
|
else
|
|
USEMODULE += newlib_nano
|
|
USEMODULE += newlib_syscalls_fe310
|
|
endif
|
|
|
|
USEMODULE += sifive_drivers_fe310
|
|
|
|
USEMODULE += periph
|
|
USEMODULE += periph_pm
|
|
|
|
FEATURES_REQUIRED += periph_plic
|
|
|
|
ifneq (,$(filter periph_rtc,$(USEMODULE)))
|
|
FEATURES_REQUIRED += periph_rtt
|
|
endif
|