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

14 lines
372 B
Makefile
Raw Normal View History

2014-03-04 01:44:39 +01:00
include ../Makefile.tests_common
# 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
# The test compiles, but these boards have too little RAM for
# dynamic allocation of thread stacks
BOARD_BLACKLIST := arduino-nano arduino-duemilanove \
arduino-uno nucleo-f031k6 stm32f030f4-demo
2014-03-04 01:44:39 +01:00
include $(RIOTBASE)/Makefile.include