tests/pkg_wolf*: remove useless board blacklist
This is now automatically managed by the arch 32 feature requirement at pkg dependencies level
This commit is contained in:
parent
8abe50ecc9
commit
3440ecf706
@ -3,14 +3,6 @@ include ../Makefile.tests_common
|
|||||||
# If no BOARD is found in the environment, use this default:
|
# If no BOARD is found in the environment, use this default:
|
||||||
BOARD ?= native
|
BOARD ?= native
|
||||||
|
|
||||||
# Only 32-bit targets
|
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
|
||||||
arduino-mega2560 arduino-nano arduino-uno atmega328p \
|
|
||||||
chronos esp8266-esp-12x esp8266-olimex-mod \
|
|
||||||
esp8266-sparkfun-thing mega-xplained microduino-corerf \
|
|
||||||
msb-430 msb-430h telosb waspmote-pro \
|
|
||||||
wsn430-v1_3b wsn430-v1_4 z1
|
|
||||||
|
|
||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
|
|||||||
@ -3,14 +3,6 @@ include ../Makefile.tests_common
|
|||||||
# If no BOARD is found in the environment, use this default:
|
# If no BOARD is found in the environment, use this default:
|
||||||
BOARD ?= native
|
BOARD ?= native
|
||||||
|
|
||||||
# Only 32-bit targets
|
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
|
||||||
arduino-mega2560 arduino-nano arduino-uno \
|
|
||||||
atmega328p chronos esp8266-esp-12x esp8266-olimex-mod \
|
|
||||||
esp8266-sparkfun-thing mega-xplained microduino-corerf \
|
|
||||||
msb-430 msb-430h telosb waspmote-pro \
|
|
||||||
wsn430-v1_3b wsn430-v1_4 z1
|
|
||||||
|
|
||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user