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 \