From 84bad52a0853bab565539131e24d92775753c254 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Wed, 21 Jun 2017 15:13:50 +0200 Subject: [PATCH] examples: add b-l072z-lrwan1 to insufficient mem list --- examples/dtls-echo/Makefile | 3 ++- examples/gnrc_border_router/Makefile | 3 ++- examples/javascript/Makefile | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile index eb16354eba..68cff5a6b0 100644 --- a/examples/dtls-echo/Makefile +++ b/examples/dtls-echo/Makefile @@ -13,7 +13,8 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \ z1 \ nrf52dk # see #6022 -BOARD_INSUFFICIENT_MEMORY := airfy-beacon calliope-mini cc2650stk maple-mini \ +BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 \ + calliope-mini cc2650stk maple-mini \ microbit nrf51dongle nrf6310 nucleo32-f031 \ nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030 \ nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 nucleo-f334 \ diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile index 61da82a7ce..c7b2ca0299 100644 --- a/examples/gnrc_border_router/Makefile +++ b/examples/gnrc_border_router/Makefile @@ -7,7 +7,8 @@ BOARD ?= samr21-xpro # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../.. -BOARD_INSUFFICIENT_MEMORY := airfy-beacon calliope-mini cc2650stk maple-mini \ +BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 \ + calliope-mini cc2650stk maple-mini \ microbit msb-430 msb-430h nrf51dongle nrf6310 \ nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \ nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \ diff --git a/examples/javascript/Makefile b/examples/javascript/Makefile index afd2edc4bd..5d49a01e55 100644 --- a/examples/javascript/Makefile +++ b/examples/javascript/Makefile @@ -4,7 +4,8 @@ APPLICATION = riot_javascript # default BOARD environment BOARD ?= native -BOARD_INSUFFICIENT_MEMORY := airfy-beacon calliope-mini cc2650stk maple-mini \ +BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 \ + calliope-mini cc2650stk maple-mini \ microbit nrf51dongle nrf6310 nucleo-f030 nucleo-f070 \ nucleo-f072 nucleo-f103 nucleo-f302 nucleo-f334 nucleo-f410 \ nucleo-l053 nucleo-l073 nucleo32-f031 nucleo32-f042 \ -- GitLab