Skip to content
Snippets Groups Projects
Commit ec921d24 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

examples: blacklisted nrf51dongle for ng_networking

parent ecefad34
No related branches found
No related tags found
No related merge requests found
...@@ -7,9 +7,10 @@ BOARD ?= native ...@@ -7,9 +7,10 @@ BOARD ?= native
# 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)/../..
BOARD_INSUFFICIENT_RAM := airfy-beacon chronos msb-430 msb-430h nucleo-f334 \ BOARD_INSUFFICIENT_RAM := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
pca10000 pca10005 redbee-econotag stm32f0discovery \ nucleo-f334 pca10000 pca10005 redbee-econotag \
telosb wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
yunjia-nrf51822 z1
BOARD_BLACKLIST := arduino-mega2560 BOARD_BLACKLIST := arduino-mega2560
# arduino-mega2560: unknown error types (e.g. -EBADMSG) # arduino-mega2560: unknown error types (e.g. -EBADMSG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment