1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/msp430/Makefile.dep

10 lines
198 B
Makefile
Raw Normal View History

USEMODULE += newlib
2021-11-29 10:45:20 +01:00
USEMODULE += periph
ifneq (,$(filter newlib,$(USEMODULE)))
DEFAULT_MODULE += newlib_nano
endif
# Make calls to malloc and friends thread-safe
USEMODULE += malloc_thread_safe