1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

examples/tests: blacklisted arduino-due

This commit is contained in:
Hauke Petersen 2014-05-12 19:14:35 +02:00
parent 0f4343b5f7
commit 595ede41ea
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
export PROJECT = test_net_if
BOARD_BLACKLIST = mbed_lpc1768
BOARD_BLACKLIST = mbed_lpc1768 arduino-due
include ../Makefile.tests_common

View File

@ -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