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

Merge pull request #1062 from mehlis/test-thread-blacklist

test: thread: blacklist boards
This commit is contained in:
René Kijewski 2014-04-28 14:17:50 +02:00
commit 300c01eaec

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