mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #3906 from authmillenon/gnrc_networking/enh/arduino-mega2560
examples: unblacklist boards in gnrc_networking
This commit is contained in:
commit
77e778cd1b
@ -8,13 +8,10 @@ BOARD ?= native
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
|
||||
nrf6310 nucleo-f334 pca10000 pca10005 \
|
||||
nrf6310 nucleo-f334 pca10000 pca10005 spark-core \
|
||||
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
|
||||
yunjia-nrf51822 z1
|
||||
|
||||
BOARD_BLACKLIST := spark-core
|
||||
# arduino-mega2560: unknown error types (e.g. -EBADMSG)
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||
USEMODULE += gnrc_netif_default
|
||||
|
Loading…
Reference in New Issue
Block a user