Skip to content
Snippets Groups Projects
Commit 595ede41 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

examples/tests: blacklisted arduino-due

parent 0f4343b5
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ export RIOTBASE ?= $(CURDIR)/../.. ...@@ -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 telosb wsn430-v1_3b wsn430-v1_4 pttu arduino-due
# 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)/../.. ...@@ -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 telosb wsn430-v1_3b wsn430-v1_4 pttu arduino-due
# 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) ...@@ -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 telosb wsn430-v1_3b wsn430-v1_4 pttu arduino-due
# 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
......
export PROJECT = test_net_if export PROJECT = test_net_if
BOARD_BLACKLIST = mbed_lpc1768 BOARD_BLACKLIST = mbed_lpc1768 arduino-due
include ../Makefile.tests_common include ../Makefile.tests_common
......
...@@ -2,7 +2,7 @@ export PROJECT = test_pnet ...@@ -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 telosb wsn430-v1_3b wsn430-v1_4 arduino-due
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment