diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile index eb16354ebafb9985acbfdf2c99197d382b3fccec..68cff5a6b03bf9f66c39d8e9a64ca78590df3c73 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 61da82a7cee459cc430aaaf2d59ff46a009332a8..c7b2ca02996605cb4a3376b03f9a8ffb71dc70ed 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 afd2edc4bda213bcf807c126385d39f72c04fc64..5d49a01e5519cd4e2b238c8717f4af5b1c01217a 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 \