diff --git a/examples/dtls-wolfssl/Makefile b/examples/dtls-wolfssl/Makefile index a4a267bcdb..9ee82cf513 100644 --- a/examples/dtls-wolfssl/Makefile +++ b/examples/dtls-wolfssl/Makefile @@ -12,13 +12,13 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo arduino-mega2560 arduino chronos jiminy-mega256rfr2 mega-xplained msb-430 msb-430h telosb \ waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 -BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill \ +BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 blackpill bluepill \ calliope-mini cc2650-launchpad cc2650stk hifive1 i-nucleo-lrwan1 \ maple-mini microbit nrf51dongle nrf6310 nucleo-f031k6 \ nucleo-f042k6 nucleo-f303k8 nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 \ nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \ nucleo-l031k6 nucleo-l053r8 nucleo-l073rz opencm904 \ - saml11-xpro bluepill blackpill saml10-xpro \ + saml11-xpro bluepill saml10-xpro \ stm32l0538-disco \ spark-core stm32f0discovery stm32mindev yunjia-nrf51822 diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile index 5d06f9d30b..af9617cbe8 100644 --- a/examples/gnrc_border_router/Makefile +++ b/examples/gnrc_border_router/Makefile @@ -9,8 +9,8 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-leonardo \ arduino-mega2560 arduino-nano arduino-uno \ - b-l072z-lrwan1 blackpill \ - bluepill calliope-mini cc2650-launchpad cc2650stk \ + b-l072z-lrwan1 blackpill blackpill-128kib bluepill \ + bluepill-128kib calliope-mini cc2650-launchpad cc2650stk \ hifive1 hifive1b i-nucleo-lrwan1 lsn50 maple-mini mega-xplained microbit msb-430 \ msb-430h nrf51dk nrf51dongle nrf6310 \ nucleo-f031k6 nucleo-f042k6 \ diff --git a/examples/javascript/Makefile b/examples/javascript/Makefile index 7d32cb4ba0..56d5d41398 100644 --- a/examples/javascript/Makefile +++ b/examples/javascript/Makefile @@ -7,8 +7,10 @@ BOARD ?= native # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../.. -BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 blackpill bluepill calliope-mini \ - cc2650-launchpad cc2650stk hifive1 hifive1b i-nucleo-lrwan1 lobaro-lorabox lsn50 \ +BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 blackpill \ + blackpill-128kib bluepill bluepill-128kib \ + calliope-mini cc2650-launchpad cc2650stk hifive1 \ + hifive1b i-nucleo-lrwan1 lobaro-lorabox lsn50 \ maple-mini microbit nrf51dk nrf51dongle nrf6310 \ nucleo-f030r8 nucleo-f070rb nucleo-f072rb \ nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \ diff --git a/examples/lua_REPL/Makefile b/examples/lua_REPL/Makefile index 6f425101da..8a1ff7363c 100644 --- a/examples/lua_REPL/Makefile +++ b/examples/lua_REPL/Makefile @@ -6,7 +6,8 @@ BOARD ?= native # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../.. -BOARD_INSUFFICIENT_MEMORY := blackpill bluepill calliope-mini cc2650-launchpad \ +BOARD_INSUFFICIENT_MEMORY := blackpill blackpill-128kib bluepill \ + bluepill-128kib calliope-mini cc2650-launchpad \ cc2650stk hamilton i-nucleo-lrwan1 lsn50 \ maple-mini microbit nrf51dk nrf51dongle \ nucleo-f030r8 nucleo-f031k6 nucleo-f042k6 \ diff --git a/examples/lua_basic/Makefile b/examples/lua_basic/Makefile index df7d6b3d25..19e039aebb 100644 --- a/examples/lua_basic/Makefile +++ b/examples/lua_basic/Makefile @@ -6,7 +6,8 @@ BOARD ?= native # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../.. -BOARD_INSUFFICIENT_MEMORY := blackpill bluepill calliope-mini cc2650-launchpad \ +BOARD_INSUFFICIENT_MEMORY := blackpill blackpill-128kib bluepill \ + bluepill-128kib calliope-mini cc2650-launchpad \ cc2650stk i-nucleo-lrwan1 lobaro-lorabox maple-mini \ microbit nrf51dk nrf51dongle \ nucleo-f030r8 nucleo-f031k6 \