Merge pull request #1062 from mehlis/test-thread-blacklist
test: thread: blacklist boards
This commit is contained in:
commit
300c01eaec
@ -1,6 +1,13 @@
|
|||||||
export PROJECT = test_thread_cooperation
|
export PROJECT = test_thread_cooperation
|
||||||
include ../Makefile.tests_common
|
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
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user