2019-12-07 16:55:38 +01:00
|
|
|
USEMODULE += mips32r2_common
|
|
|
|
USEMODULE += mips32r2_common_periph
|
|
|
|
|
2021-01-26 14:55:40 +01:00
|
|
|
FEATURES_REQUIRED += newlib
|
2019-12-07 16:55:38 +01:00
|
|
|
# mips32 needs periph_timer for its gettimeofday() implementation
|
|
|
|
FEATURES_REQUIRED += periph_timer
|
|
|
|
|
2020-06-24 15:26:50 +02:00
|
|
|
#Use RIOT to handle syscalls (default)
|
|
|
|
ifeq (,$(filter newlib_syscalls_mips_uhi,$(USEMODULE)))
|
2019-12-07 16:55:38 +01:00
|
|
|
USEMODULE += newlib_syscalls_default
|
|
|
|
endif
|
2020-12-18 18:17:32 +01:00
|
|
|
|
|
|
|
# Make calls to malloc and friends thread-safe
|
|
|
|
USEMODULE += malloc_thread_safe
|