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:
parent
0f4343b5f7
commit
595ede41ea
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
export PROJECT = test_net_if
|
||||
|
||||
BOARD_BLACKLIST = mbed_lpc1768
|
||||
BOARD_BLACKLIST = mbed_lpc1768 arduino-due
|
||||
|
||||
include ../Makefile.tests_common
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user