1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-16 00:33:16 +01:00
RIOT/cpu/fe310/Makefile.dep

21 lines
430 B
Makefile
Raw Normal View History

2021-01-26 14:55:40 +01:00
FEATURES_REQUIRED_ANY += picolibc|newlib
ifneq (,$(filter newlib,$(USEMODULE)))
USEMODULE += newlib_nano
USEMODULE += newlib_syscalls_default
endif
USEMODULE += sifive_drivers_fe310
USEMODULE += periph
USEMODULE += periph_pm
FEATURES_REQUIRED += periph_plic
ifneq (,$(filter periph_rtc,$(USEMODULE)))
FEATURES_REQUIRED += periph_rtt
endif
2020-12-17 20:59:43 +01:00
# Make calls to malloc and friends thread-safe
USEMODULE += malloc_thread_safe