examples/tests: blacklisted udoo board
blacklisted for: - ccn-lite-client - ccn-lite-relay - rpl_udp - test_net_if - test_pnet
This commit is contained in:
parent
1c6b021d11
commit
cbd4f91656
@ -28,7 +28,7 @@ export RIOTBASE ?= $(CURDIR)/../..
|
|||||||
export QUIET ?= 1
|
export QUIET ?= 1
|
||||||
|
|
||||||
BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \
|
BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \
|
||||||
telosb wsn430-v1_3b wsn430-v1_4 pttu arduino-due
|
telosb wsn430-v1_3b wsn430-v1_4 pttu arduino-due udoo
|
||||||
# chronos: not enough RAM
|
# chronos: not enough RAM
|
||||||
# mbed_lpc1768: see https://github.com/RIOT-OS/RIOT/issues/675
|
# mbed_lpc1768: see https://github.com/RIOT-OS/RIOT/issues/675
|
||||||
# msb-430: see https://github.com/RIOT-OS/RIOT/issues/658
|
# msb-430: see https://github.com/RIOT-OS/RIOT/issues/658
|
||||||
|
|||||||
@ -28,7 +28,7 @@ export RIOTBASE ?= $(CURDIR)/../..
|
|||||||
export QUIET ?= 1
|
export QUIET ?= 1
|
||||||
|
|
||||||
BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \
|
BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \
|
||||||
telosb wsn430-v1_3b wsn430-v1_4 pttu arduino-due
|
telosb wsn430-v1_3b wsn430-v1_4 pttu arduino-due udoo
|
||||||
# chronos: not enough RAM
|
# chronos: not enough RAM
|
||||||
# mbed_lpc1768: see https://github.com/RIOT-OS/RIOT/issues/675
|
# mbed_lpc1768: see https://github.com/RIOT-OS/RIOT/issues/675
|
||||||
# msb-430: see https://github.com/RIOT-OS/RIOT/issues/658
|
# msb-430: see https://github.com/RIOT-OS/RIOT/issues/658
|
||||||
|
|||||||
@ -35,7 +35,7 @@ ifeq ($(shell $(CC) -Wno-cpp -E - 2>/dev/null >/dev/null dev/null ; echo $$?),0)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \
|
BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \
|
||||||
telosb wsn430-v1_3b wsn430-v1_4 pttu arduino-due
|
telosb wsn430-v1_3b wsn430-v1_4 pttu arduino-due udoo
|
||||||
# chronos: not enough RAM
|
# chronos: not enough RAM
|
||||||
# mbed_lpc1768: see https://github.com/RIOT-OS/RIOT/issues/675
|
# mbed_lpc1768: see https://github.com/RIOT-OS/RIOT/issues/675
|
||||||
# msb-430: see https://github.com/RIOT-OS/RIOT/issues/658
|
# msb-430: see https://github.com/RIOT-OS/RIOT/issues/658
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
export PROJECT = test_net_if
|
export PROJECT = test_net_if
|
||||||
|
|
||||||
BOARD_BLACKLIST = mbed_lpc1768 arduino-due
|
BOARD_BLACKLIST = mbed_lpc1768 arduino-due udoo
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@ export PROJECT = test_pnet
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \
|
BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \
|
||||||
telosb wsn430-v1_3b wsn430-v1_4 arduino-due
|
telosb wsn430-v1_3b wsn430-v1_4 arduino-due udoo
|
||||||
# chronos: not enough RAM
|
# chronos: not enough RAM
|
||||||
# mbed_lpc1768: see https://github.com/RIOT-OS/RIOT/issues/675
|
# mbed_lpc1768: see https://github.com/RIOT-OS/RIOT/issues/675
|
||||||
# msb-430: see https://github.com/RIOT-OS/RIOT/issues/658
|
# msb-430: see https://github.com/RIOT-OS/RIOT/issues/658
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user