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:
parent
8d3e1b3add
commit
52c2900bdd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user