diff --git a/examples/ccn-lite-client/Makefile b/examples/ccn-lite-client/Makefile index dffa1ea94f..9da2be0b61 100644 --- a/examples/ccn-lite-client/Makefile +++ b/examples/ccn-lite-client/Makefile @@ -28,7 +28,7 @@ export RIOTBASE ?= $(CURDIR)/../.. export QUIET ?= 1 BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \ - telosb wsn430-v1_3b wsn430-v1_4 pttu + telosb wsn430-v1_3b wsn430-v1_4 pttu arduino-due # chronos: not enough RAM # mbed_lpc1768: see https://github.com/RIOT-OS/RIOT/issues/675 # msb-430: see https://github.com/RIOT-OS/RIOT/issues/658 diff --git a/examples/ccn-lite-relay/Makefile b/examples/ccn-lite-relay/Makefile index b3d1f8c749..2dce75adb1 100644 --- a/examples/ccn-lite-relay/Makefile +++ b/examples/ccn-lite-relay/Makefile @@ -28,7 +28,7 @@ export RIOTBASE ?= $(CURDIR)/../.. export QUIET ?= 1 BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \ - telosb wsn430-v1_3b wsn430-v1_4 pttu + telosb wsn430-v1_3b wsn430-v1_4 pttu arduino-due # chronos: not enough RAM # mbed_lpc1768: see https://github.com/RIOT-OS/RIOT/issues/675 # msb-430: see https://github.com/RIOT-OS/RIOT/issues/658 diff --git a/examples/rpl_udp/Makefile b/examples/rpl_udp/Makefile index f2745cb930..60343d3744 100644 --- a/examples/rpl_udp/Makefile +++ b/examples/rpl_udp/Makefile @@ -35,7 +35,7 @@ ifeq ($(shell $(CC) -Wno-cpp -E - 2>/dev/null >/dev/null dev/null ; echo $$?),0) endif BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \ - telosb wsn430-v1_3b wsn430-v1_4 pttu + telosb wsn430-v1_3b wsn430-v1_4 pttu arduino-due # chronos: not enough RAM # mbed_lpc1768: see https://github.com/RIOT-OS/RIOT/issues/675 # msb-430: see https://github.com/RIOT-OS/RIOT/issues/658 diff --git a/tests/test_net_if/Makefile b/tests/test_net_if/Makefile index 4e41b8ac75..08acba4edc 100644 --- a/tests/test_net_if/Makefile +++ b/tests/test_net_if/Makefile @@ -1,6 +1,6 @@ export PROJECT = test_net_if -BOARD_BLACKLIST = mbed_lpc1768 +BOARD_BLACKLIST = mbed_lpc1768 arduino-due include ../Makefile.tests_common diff --git a/tests/test_pnet/Makefile b/tests/test_pnet/Makefile index a9cd5cee9b..d7e4e2e901 100644 --- a/tests/test_pnet/Makefile +++ b/tests/test_pnet/Makefile @@ -2,7 +2,7 @@ export PROJECT = test_pnet include ../Makefile.tests_common BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \ - telosb wsn430-v1_3b wsn430-v1_4 + telosb wsn430-v1_3b wsn430-v1_4 arduino-due # chronos: not enough RAM # mbed_lpc1768: see https://github.com/RIOT-OS/RIOT/issues/675 # msb-430: see https://github.com/RIOT-OS/RIOT/issues/658