From 3bce74aee7f18199bc3127a4d2344b7fcee6a32e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20Kn=C3=BCpfer?= Date: Mon, 13 Feb 2017 21:29:47 +0100 Subject: [PATCH] examples/gnrc_networking: update blacklist NRF51822 based boards have enough memory for this project -> remove from `BOARD_INSUFFICIENT_MEMORY` --- examples/gnrc_networking/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/gnrc_networking/Makefile b/examples/gnrc_networking/Makefile index 6109257b8c..762a2daf4f 100644 --- a/examples/gnrc_networking/Makefile +++ b/examples/gnrc_networking/Makefile @@ -7,11 +7,11 @@ BOARD ?= native # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../.. -BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \ - nrf6310 nucleo-f103 nucleo-f334 pca10000 pca10005 spark-core \ - stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \ - yunjia-nrf51822 z1 nucleo-f072 nucleo-f030 nucleo-f070 \ - microbit calliope-mini nucleo32-f042 nucleo32-f303 +BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f103 nucleo-f334 \ + spark-core stm32f0discovery telosb weio \ + wsn430-v1_3b wsn430-v1_4 z1 nucleo-f072 nucleo-f030 \ + nucleo-f070 microbit calliope-mini nucleo32-f042 \ + nucleo32-f303 # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present