diff --git a/examples/asymcute_mqttsn/Makefile b/examples/asymcute_mqttsn/Makefile index 26259bd161..a8561015b1 100644 --- a/examples/asymcute_mqttsn/Makefile +++ b/examples/asymcute_mqttsn/Makefile @@ -11,7 +11,7 @@ RIOTBASE ?= $(CURDIR)/../.. # example... BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-leonardo \ arduino-mega2560 arduino-nano arduino-uno chronos \ - hifive1 i-nucleo-lrwan1 mega-xplained microbit \ + hifive1 hifive1b i-nucleo-lrwan1 mega-xplained microbit \ msb-430 msb-430h nrf51dk nrf51dongle nrf6310 \ nucleo-f030r8 nucleo-f031k6 nucleo-f042k6 \ nucleo-f070rb nucleo-f072rb nucleo-f303k8 \ diff --git a/examples/cord_ep/Makefile b/examples/cord_ep/Makefile index 6d3a2e43a0..593e367e0c 100644 --- a/examples/cord_ep/Makefile +++ b/examples/cord_ep/Makefile @@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ arduino-mega2560 arduino-nano arduino-uno chronos \ - hifive1 i-nucleo-lrwan1 mega-xplained msb-430 \ + hifive1 hifive1b i-nucleo-lrwan1 mega-xplained msb-430 \ msb-430h nucleo-f030r8 nucleo-l053r8 \ nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \ nucleo-f334r8 nucleo-l031k6 stm32f0discovery \ diff --git a/examples/cord_epsim/Makefile b/examples/cord_epsim/Makefile index 08e09ea801..f7445f5a15 100644 --- a/examples/cord_epsim/Makefile +++ b/examples/cord_epsim/Makefile @@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ arduino-mega2560 arduino-nano arduino-uno chronos \ - hifive1 i-nucleo-lrwan1 msb-430 msb-430h \ + hifive1 hifive1b i-nucleo-lrwan1 msb-430 msb-430h \ nucleo-f030r8 nucleo-l053r8 nucleo-f031k6 \ nucleo-f042k6 nucleo-f303k8 nucleo-f334r8 \ nucleo-l031k6 mega-xplained stm32f0discovery \ diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile index d309e7d14b..325078eac8 100644 --- a/examples/dtls-echo/Makefile +++ b/examples/dtls-echo/Makefile @@ -15,7 +15,7 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \ wsn430-v1_4 z1 BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 blackpill bluepill calliope-mini \ - cc2650-launchpad cc2650stk hifive1 lsn50 i-nucleo-lrwan1 maple-mini \ + cc2650-launchpad cc2650stk hifive1 hifive1b lsn50 i-nucleo-lrwan1 maple-mini \ microbit nrf51dk nrf51dongle nrf6310 nucleo-f031k6 \ nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 \ nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \ diff --git a/examples/emcute_mqttsn/Makefile b/examples/emcute_mqttsn/Makefile index ce377abd2c..0fd9710be8 100644 --- a/examples/emcute_mqttsn/Makefile +++ b/examples/emcute_mqttsn/Makefile @@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ arduino-mega2560 arduino-nano arduino-uno chronos \ - hifive1 i-nucleo-lrwan1 msb-430 msb-430h \ + hifive1 hifive1b i-nucleo-lrwan1 msb-430 msb-430h \ nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \ nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \ nucleo-f072rb nucleo-f302r8 nucleo-f334r8 \ diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile index 8a91ee96a0..ff06c25ed7 100644 --- a/examples/gnrc_border_router/Makefile +++ b/examples/gnrc_border_router/Makefile @@ -11,7 +11,7 @@ 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 \ - hifive1 i-nucleo-lrwan1 lsn50 maple-mini mega-xplained microbit msb-430 \ + hifive1 hifive1b i-nucleo-lrwan1 lsn50 maple-mini mega-xplained microbit msb-430 \ msb-430h nrf51dk nrf51dongle nrf6310 \ nucleo-f031k6 nucleo-f042k6 \ nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 \ diff --git a/examples/gnrc_networking/Makefile b/examples/gnrc_networking/Makefile index 312b47a8aa..25c2dc858d 100644 --- a/examples/gnrc_networking/Makefile +++ b/examples/gnrc_networking/Makefile @@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ arduino-mega2560 arduino-nano \ arduino-uno blackpill bluepill calliope-mini \ - chronos hifive1 i-nucleo-lrwan1 mega-xplained \ + chronos hifive1 hifive1b i-nucleo-lrwan1 mega-xplained \ microbit msb-430 msb-430h \ nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \ nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \ diff --git a/examples/gnrc_tftp/Makefile b/examples/gnrc_tftp/Makefile index 006a441896..5d5debf2bb 100644 --- a/examples/gnrc_tftp/Makefile +++ b/examples/gnrc_tftp/Makefile @@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-leonardo \ arduino-mega2560 arduino-nano arduino-uno \ b-l072z-lrwan1 blackpill bluepill calliope-mini \ - chronos hifive1 i-nucleo-lrwan1 mega-xplained \ + chronos hifive1 hifive1b i-nucleo-lrwan1 mega-xplained \ microbit msb-430 msb-430h nrf51dk \ nrf51dongle nrf6310 nucleo-f031k6 \ nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \ diff --git a/examples/javascript/Makefile b/examples/javascript/Makefile index 8042e5a4fb..7d32cb4ba0 100644 --- a/examples/javascript/Makefile +++ b/examples/javascript/Makefile @@ -8,7 +8,7 @@ BOARD ?= native RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 blackpill bluepill calliope-mini \ - cc2650-launchpad cc2650stk hifive1 i-nucleo-lrwan1 lobaro-lorabox lsn50 \ + 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 0a80df3d90..45b1c92149 100644 --- a/examples/lua_REPL/Makefile +++ b/examples/lua_REPL/Makefile @@ -31,7 +31,7 @@ BOARD_INSUFFICIENT_MEMORY := blackpill bluepill calliope-mini cc2650-launchpad \ BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \ arduino-mega2560 arduino-nano arduino-uno \ - chronos hifive1 jiminy-mega256rfr2 mega-xplained \ + chronos hifive1 hifive1b jiminy-mega256rfr2 mega-xplained \ msb-430 msb-430h pic32-clicker pic32-wifire telosb \ waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 diff --git a/examples/lua_basic/Makefile b/examples/lua_basic/Makefile index 5e323e8b9c..df7d6b3d25 100644 --- a/examples/lua_basic/Makefile +++ b/examples/lua_basic/Makefile @@ -18,7 +18,7 @@ BOARD_INSUFFICIENT_MEMORY := blackpill bluepill calliope-mini cc2650-launchpad \ BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \ arduino-mega2560 arduino-nano \ - arduino-uno chronos hifive1 jiminy-mega256rfr2 \ + arduino-uno chronos hifive1 hifive1b jiminy-mega256rfr2 \ mega-xplained msb-430 msb-430h pic32-clicker \ pic32-wifire telosb waspmote-pro wsn430-v1_3b wsn430-v1_4 z1