From 43aaa758af2626ef793beaeae2f567515c894590 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Wed, 27 Mar 2019 10:22:35 +0100 Subject: [PATCH] examples: adapt BOARD_INSUFFICIENT_MEMORY of gnrc_networking --- examples/gnrc_networking/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/gnrc_networking/Makefile b/examples/gnrc_networking/Makefile index 78a9eb7f56..fe82f8ad1a 100644 --- a/examples/gnrc_networking/Makefile +++ b/examples/gnrc_networking/Makefile @@ -8,9 +8,9 @@ BOARD ?= native RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno calliope-mini chronos hifive1 \ - mega-xplained microbit msb-430 msb-430h \ - nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \ + arduino-uno blackpill bluepill calliope-mini \ + chronos hifive1 mega-xplained microbit msb-430 \ + msb-430h nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \ nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \ nucleo-f072rb nucleo-f103rb nucleo-f302r8 \ nucleo-f334r8 nucleo-l053r8 saml10-xpro \