2016-04-04 18:37:20 +02:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
2018-11-17 09:56:08 +01:00
|
|
|
BOARD_PROVIDES_NETIF := airfy-beacon fox iotlab-m3 mulle native nrf51dk nrf51dongle \
|
2017-11-09 13:59:18 +01:00
|
|
|
nrf6310 pba-d-01-kw2x samd21-xpro saml21-xpro samr21-xpro spark-core \
|
2018-10-08 12:20:50 +02:00
|
|
|
yunjia-nrf51822 \
|
|
|
|
esp32-mh-et-live-minikit esp32-olimex-evb \
|
|
|
|
esp32-wemos-lolin-d32-pro esp32-wroom-32 esp32-wrover-kit
|
2016-04-04 18:37:20 +02:00
|
|
|
|
2017-11-16 13:38:21 +01:00
|
|
|
BOARDS ?= $(shell find $(RIOTBASE)/boards/* -maxdepth 0 -type d \! -name "common" -exec basename {} \;)
|
2016-04-04 18:37:20 +02:00
|
|
|
|
|
|
|
BOARD_BLACKLIST := $(filter-out $(BOARD_PROVIDES_NETIF), $(BOARDS))
|
|
|
|
|
|
|
|
USEMODULE += shell
|
|
|
|
USEMODULE += shell_commands
|
|
|
|
USEMODULE += gnrc
|
|
|
|
USEMODULE += gnrc_netdev_default
|
|
|
|
USEMODULE += auto_init_gnrc_netif
|
|
|
|
USEMODULE += netstats_l2
|
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.include
|