mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
test: posix: blacklist boards
This commit is contained in:
parent
a41f0ff31d
commit
ccfbc39dc3
@ -1,6 +1,11 @@
|
||||
export PROJECT = test_posix_semaphore
|
||||
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
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
Loading…
Reference in New Issue
Block a user