test: posix: blacklist boards
This commit is contained in:
parent
a41f0ff31d
commit
ccfbc39dc3
@ -1,6 +1,11 @@
|
|||||||
export PROJECT = test_posix_semaphore
|
export PROJECT = test_posix_semaphore
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
BOARD_BLACKLIST := mbed_lpc1768 redbee-econotag chronos
|
||||||
|
# mbed_lpc1768: not enough RAM
|
||||||
|
# redbee-econotag: not enough RAM
|
||||||
|
# chronos: not enough RAM
|
||||||
|
|
||||||
USEMODULE += posix
|
USEMODULE += posix
|
||||||
|
|
||||||
DISABLE_MODULE += auto_init
|
DISABLE_MODULE += auto_init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user