1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 03:53:04 +01:00
RIOT/tests/sys/pthread_barrier/Makefile

14 lines
370 B
Makefile
Raw Normal View History

include ../Makefile.sys_common
2014-03-04 01:44:39 +01:00
# 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