From cba288bf4f44d18afdff1692db880c82b17903c7 Mon Sep 17 00:00:00 2001
From: Hauke Petersen <hauke.petersen@fu-berlin.de>
Date: Fri, 12 Oct 2018 12:35:02 +0200
Subject: [PATCH] examples/rdcli: blacklist low memory boards

---
 examples/rdcli/Makefile | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/examples/rdcli/Makefile b/examples/rdcli/Makefile
index 3d79768331..cf1007f7ec 100644
--- a/examples/rdcli/Makefile
+++ b/examples/rdcli/Makefile
@@ -7,6 +7,13 @@ BOARD ?= native
 # This has to be the absolute path to the RIOT base directory:
 RIOTBASE ?= $(CURDIR)/../..
 
+BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
+                             chronos hifive1 mega-xplained msb-430 msb-430h  \
+                             nucleo-f030r8 nucleo-l053r8 nucleo-f031k6 \
+                             nucleo-f042k6 nucleo-f303k8 nucleo-f334r8 \
+                             nucleo-l031k6 stm32f0discovery telosb waspmote-pro \
+                             wsn430-v1_3b wsn430-v1_4 z1
+
 USEMODULE += gnrc_netdev_default
 USEMODULE += auto_init_gnrc_netif
 USEMODULE += gnrc_ipv6_default
-- 
GitLab