1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/pthread_barrier/Makefile

15 lines
245 B
Makefile
Raw Normal View History

2014-03-04 01:44:39 +01:00
include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY = \
i-nucleo-lrwan1 \
nucleo-f031k6 \
stm32l0538-disco \
#
# Modules to include.
2014-03-04 01:44:39 +01:00
USEMODULE += pthread
USEMODULE += random
USEMODULE += xtimer
2014-03-04 01:44:39 +01:00
include $(RIOTBASE)/Makefile.include