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

test: thread: blacklist boards

This commit is contained in:
Christian Mehlis 2014-04-26 15:41:17 +02:00
parent 8d3e1b3add
commit 52c2900bdd

View File

@ -1,6 +1,13 @@
export PROJECT = test_thread_cooperation
include ../Makefile.tests_common
BOARD_BLACKLIST := chronos msb-430 msb-430h mbed_lpc1768 redbee-econotag
# chronos: not enough RAM
# mbed_lpc1768: not enough RAM
# msb-430: not enough RAM
# msb-430h: not enough RAM
# redbee-econotag: not enough RAM
DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include