diff --git a/boards/nucleo-f334/Makefile b/boards/nucleo-f334r8/Makefile
similarity index 100%
rename from boards/nucleo-f334/Makefile
rename to boards/nucleo-f334r8/Makefile
diff --git a/boards/nucleo-f334/Makefile.dep b/boards/nucleo-f334r8/Makefile.dep
similarity index 100%
rename from boards/nucleo-f334/Makefile.dep
rename to boards/nucleo-f334r8/Makefile.dep
diff --git a/boards/nucleo-f334/Makefile.features b/boards/nucleo-f334r8/Makefile.features
similarity index 100%
rename from boards/nucleo-f334/Makefile.features
rename to boards/nucleo-f334r8/Makefile.features
diff --git a/boards/nucleo-f334/Makefile.include b/boards/nucleo-f334r8/Makefile.include
similarity index 100%
rename from boards/nucleo-f334/Makefile.include
rename to boards/nucleo-f334r8/Makefile.include
diff --git a/boards/nucleo-f334/include/periph_conf.h b/boards/nucleo-f334r8/include/periph_conf.h
similarity index 97%
rename from boards/nucleo-f334/include/periph_conf.h
rename to boards/nucleo-f334r8/include/periph_conf.h
index 270f4b8273c71ce7c9204cdfe84e003910f1a7b6..38b64d43d28440a930a4a3f608bc9ba5745ff134 100644
--- a/boards/nucleo-f334/include/periph_conf.h
+++ b/boards/nucleo-f334r8/include/periph_conf.h
@@ -7,13 +7,13 @@
  */
 
 /**
- * @defgroup    boards_nucleo-f334 STM32 Nucleo-F334
+ * @defgroup    boards_nucleo-f334r8 STM32 Nucleo-F334R8
  * @ingroup     boards_common_nucleo64
- * @brief       Support for the STM32 Nucleo-F334
+ * @brief       Support for the STM32 Nucleo-F334R8
  * @{
  *
  * @file
- * @brief       Peripheral MCU configuration for the nucleo-f334 board
+ * @brief       Peripheral MCU configuration for the nucleo-f334r8 board
  *
  * @author      Hauke Petersen <hauke.petersen@fu-berlin.de>
  * @author      Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile
index ebc63b62b132c938f9326b42e73928a396245706..68c9c1e171d7d843b5625f32e79337a25b18edad 100644
--- a/examples/dtls-echo/Makefile
+++ b/examples/dtls-echo/Makefile
@@ -16,7 +16,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini
                              cc2650-launchpad cc2650stk maple-mini \
                              microbit nrf51dongle nrf6310 nucleo32-f031 \
                              nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
-                             nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334 \
+                             nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
                              nucleo-l053 nucleo-l073 opencm904 \
                              spark-core stm32f0discovery yunjia-nrf51822
 
diff --git a/examples/emcute_mqttsn/Makefile b/examples/emcute_mqttsn/Makefile
index c5a88f133fa795aecad22468278a96d35c755280..6fdb0ea69f51e5904993b3c092acc352f70309fe 100644
--- a/examples/emcute_mqttsn/Makefile
+++ b/examples/emcute_mqttsn/Makefile
@@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
 BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
                              chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
                              nucleo32-f303 nucleo32-l031 nucleo-f030r8 nucleo-f070rb \
-                             nucleo-f072rb nucleo-f302r8 nucleo-f334 nucleo-l053 \
+                             nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053 \
                              stm32f0discovery telosb waspmote-pro wsn430-v1_3b \
                              wsn430-v1_4 z1 mega-xplained
 
diff --git a/examples/gcoap/Makefile b/examples/gcoap/Makefile
index b4ec78e364a7767dd691a07a47af2f2932b85831..546da03c537be4d45506d471bdf2f416b769fdf0 100644
--- a/examples/gcoap/Makefile
+++ b/examples/gcoap/Makefile
@@ -10,7 +10,7 @@ BOARD ?= native
 RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
-                             nucleo32-l031 nucleo-f030r8 nucleo-f334 nucleo-l053 \
+                             nucleo32-l031 nucleo-f030r8 nucleo-f334r8 nucleo-l053 \
                              stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 z1
 
 ## Uncomment to redefine port, for example use 61616 for RFC 6282 UDP compression.
diff --git a/examples/gcoap/Makefile.slip b/examples/gcoap/Makefile.slip
index f813e83cb5b9af037ffcf4bf630e6f0677054755..371d30fbfc02a6304855c52cfb6f8cd30cfbd37f 100644
--- a/examples/gcoap/Makefile.slip
+++ b/examples/gcoap/Makefile.slip
@@ -10,7 +10,7 @@ BOARD ?= samr21-xpro
 # This has to be the absolute path to the RIOT base directory:
 RIOTBASE ?= $(CURDIR)/../..
 
-BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-f334 \
+BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-f334r8 \
                              stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
                              z1
 
diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile
index d77c0ea3533b9a59ac795718df7467fd114cec8a..bd2b45f44bc1dd43e9bc104e3c78e0f8b089be06 100644
--- a/examples/gnrc_border_router/Makefile
+++ b/examples/gnrc_border_router/Makefile
@@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini
                              microbit msb-430 msb-430h nrf51dongle nrf6310 \
                              nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
                              nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 \
-                             nucleo-f334 nucleo-l053 nucleo-l073 opencm904 \
+                             nucleo-f334r8 nucleo-l053 nucleo-l073 opencm904 \
                              spark-core stm32f0discovery telosb weio wsn430-v1_3b \
                              wsn430-v1_4 yunjia-nrf51822 z1
 
diff --git a/examples/gnrc_networking/Makefile b/examples/gnrc_networking/Makefile
index 85019dba7a96c38126cc78c9f96063d6e735b648..94b234bbc957599d21b15306f7ddd909118ecc9c 100644
--- a/examples/gnrc_networking/Makefile
+++ b/examples/gnrc_networking/Makefile
@@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
 BOARD_INSUFFICIENT_MEMORY := calliope-mini chronos microbit msb-430 msb-430h \
                              nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
                              nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 \
-                             nucleo-f334 nucleo-l053 spark-core stm32f0discovery telosb \
+                             nucleo-f334r8 nucleo-l053 spark-core stm32f0discovery telosb \
                              wsn430-v1_3b wsn430-v1_4 z1
 
 # Include packages that pull up and auto-init the link layer.
diff --git a/examples/gnrc_tftp/Makefile b/examples/gnrc_tftp/Makefile
index 48a2378e3db01db91180db7c871c6fd061aa434c..f8ee6d6d14a4b46fbaea877fbb52424563e31b88 100644
--- a/examples/gnrc_tftp/Makefile
+++ b/examples/gnrc_tftp/Makefile
@@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini chronos \
                              microbit msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \
                              nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
-                             nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334 \
+                             nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
                              nucleo-l053 spark-core stm32f0discovery \
                              telosb wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
 
diff --git a/examples/javascript/Makefile b/examples/javascript/Makefile
index 899d430c32dc5abc8e15bec3888cd77fd8629d98..da89bd79bcfeb9adc71514e471ea6c72a0c9b337 100644
--- a/examples/javascript/Makefile
+++ b/examples/javascript/Makefile
@@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \
                              cc2650-launchpad cc2650stk maple-mini \
                              microbit nrf51dongle nrf6310 nucleo-f030r8 nucleo-f070rb \
-                             nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334 nucleo-f410 \
+                             nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 nucleo-f410 \
                              nucleo-l053 nucleo-l073 nucleo32-f031 nucleo32-f042 \
                              nucleo32-f303 nucleo32-l031 opencm904 \
                              spark-core stm32f0discovery yunjia-nrf51822 \
diff --git a/examples/nanocoap_server/Makefile b/examples/nanocoap_server/Makefile
index 06de4cc57f37a472720368b13655625134865dbe..dde7171f9b97596fc99947103290b4a073239b9f 100644
--- a/examples/nanocoap_server/Makefile
+++ b/examples/nanocoap_server/Makefile
@@ -40,7 +40,7 @@ USEMODULE += shell_commands
 
 # Use different settings when compiling for one of the following (low-memory)
 # boards
-LOW_MEMORY_BOARDS := nucleo-f334
+LOW_MEMORY_BOARDS := nucleo-f334r8
 
 ifneq (,$(filter $(BOARD),$(LOW_MEMORY_BOARDS)))
   $(info Using low-memory configuration for microcoap_server.)
diff --git a/examples/posix_sockets/Makefile b/examples/posix_sockets/Makefile
index 1939605a920517ee22a27ac25cbf839105aadb45..292811dd6bbde8211f643739004a2bb210ae81a6 100644
--- a/examples/posix_sockets/Makefile
+++ b/examples/posix_sockets/Makefile
@@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
                              nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-l031 \
-                             nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f334 \
+                             nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f334r8 \
                              nucleo-l053 stm32f0discovery telosb \
                              wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
 
diff --git a/tests/conn_can/Makefile b/tests/conn_can/Makefile
index 474d28196380b384e6d6575c7df47ecc1e29e88e..9e8830396faf026f78ec0b22edfd456919bbfe1e 100644
--- a/tests/conn_can/Makefile
+++ b/tests/conn_can/Makefile
@@ -2,7 +2,7 @@ include ../Makefile.tests_common
 
 BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
                              nucleo32-f303 nucleo32-l031 nucleo-f030r8 nucleo-f070rb \
-                             nucleo-f072rb nucleo-f302r8 nucleo-f303re nucleo-f334 \
+                             nucleo-f072rb nucleo-f302r8 nucleo-f303re nucleo-f334r8 \
                              nucleo-l053 stm32f0discovery telosb wsn430-v1_3b \
                              wsn430-v1_4 z1
 
diff --git a/tests/cpp11_condition_variable/Makefile b/tests/cpp11_condition_variable/Makefile
index 5984eb5acb56801e547d2e0db50f89c618dd08c8..36619ae28250cdce73a9bb9fc85d542765592703 100644
--- a/tests/cpp11_condition_variable/Makefile
+++ b/tests/cpp11_condition_variable/Makefile
@@ -6,7 +6,7 @@ include ../Makefile.tests_common
 # Debian jessie libstdc++-arm-none-eabi-newlib-4.8.3-9+4 works fine, though.
 # Remove this line if Travis is upgraded to a different toolchain which does
 # not pull in all C++ locale code whenever exceptions are used.
-BOARD_INSUFFICIENT_MEMORY := nucleo-f334 spark-core stm32f0discovery
+BOARD_INSUFFICIENT_MEMORY := nucleo-f334r8 spark-core stm32f0discovery
 
 # If you want to add some extra flags when compile c++ files, add these flags
 # to CXXEXFLAGS variable
diff --git a/tests/cpp11_mutex/Makefile b/tests/cpp11_mutex/Makefile
index 40b19a9fc298b4bd435f3b3c2b15fb03e8a1069d..80a4fcc9ec1ac5f39ec295256b1fafc8b407a8b4 100644
--- a/tests/cpp11_mutex/Makefile
+++ b/tests/cpp11_mutex/Makefile
@@ -6,7 +6,7 @@ include ../Makefile.tests_common
 # Debian jessie libstdc++-arm-none-eabi-newlib-4.8.3-9+4 works fine, though.
 # Remove this line if Travis is upgraded to a different toolchain which does
 # not pull in all C++ locale code whenever exceptions are used.
-BOARD_INSUFFICIENT_MEMORY := nucleo-f334 spark-core stm32f0discovery
+BOARD_INSUFFICIENT_MEMORY := nucleo-f334r8 spark-core stm32f0discovery
 
 # If you want to add some extra flags when compile c++ files, add these flags
 # to CXXEXFLAGS variable
diff --git a/tests/cpp11_thread/Makefile b/tests/cpp11_thread/Makefile
index 5984eb5acb56801e547d2e0db50f89c618dd08c8..36619ae28250cdce73a9bb9fc85d542765592703 100644
--- a/tests/cpp11_thread/Makefile
+++ b/tests/cpp11_thread/Makefile
@@ -6,7 +6,7 @@ include ../Makefile.tests_common
 # Debian jessie libstdc++-arm-none-eabi-newlib-4.8.3-9+4 works fine, though.
 # Remove this line if Travis is upgraded to a different toolchain which does
 # not pull in all C++ locale code whenever exceptions are used.
-BOARD_INSUFFICIENT_MEMORY := nucleo-f334 spark-core stm32f0discovery
+BOARD_INSUFFICIENT_MEMORY := nucleo-f334r8 spark-core stm32f0discovery
 
 # If you want to add some extra flags when compile c++ files, add these flags
 # to CXXEXFLAGS variable
diff --git a/tests/driver_enc28j60/Makefile b/tests/driver_enc28j60/Makefile
index b73e04c927d9abd92f86046376ec32107e102a22..df0bf9deaadb373c40b685d79586788a901ac3a4 100644
--- a/tests/driver_enc28j60/Makefile
+++ b/tests/driver_enc28j60/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f334 nucleo-l053 \
+BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f334r8 nucleo-l053 \
                              nucleo32-f031 nucleo32-f042 nucleo32-l031 \
                              stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
                              z1
diff --git a/tests/driver_encx24j600/Makefile b/tests/driver_encx24j600/Makefile
index daf098e62e6fa5ce6e208abb08927b8cc7846d8a..73ad086bdc73d37fbde8221a1df30d79e5c862c1 100644
--- a/tests/driver_encx24j600/Makefile
+++ b/tests/driver_encx24j600/Makefile
@@ -17,9 +17,9 @@ USEMODULE += ps
 CFLAGS += -DGNRC_PKTBUF_SIZE=2048
 
 # set board specific peripheral configurations
-ifneq (,$(filter nucleo-f334,$(BOARD)))
+ifneq (,$(filter nucleo-f334r8,$(BOARD)))
 # these settings are probably valid for PoEll-i on most nucelo boards, but
-# tested only on nucleo-f334
+# tested only on nucleo-f334r8
   ENC_SPI ?= SPI_DEV\(0\)
   ENC_CS  ?= GPIO_PIN\(PORT_C,10\)
   ENC_INT ?= GPIO_PIN\(PORT_D,2\)
diff --git a/tests/driver_kw2xrf/Makefile b/tests/driver_kw2xrf/Makefile
index e462fc3cb52862869a6aea7773ae0de980ef75c7..3622cd3444440cb2b5ab66594b31accf504099e4 100644
--- a/tests/driver_kw2xrf/Makefile
+++ b/tests/driver_kw2xrf/Makefile
@@ -3,7 +3,7 @@ include ../Makefile.tests_common
 FEATURES_REQUIRED = periph_spi periph_gpio
 
 BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 \
-                             nucleo-f334 nucleo-l053 stm32f0discovery
+                             nucleo-f334r8 nucleo-l053 stm32f0discovery
 
 USEMODULE += auto_init_gnrc_netif
 USEMODULE += gnrc_netdev_default
diff --git a/tests/driver_xbee/Makefile b/tests/driver_xbee/Makefile
index 3a468af5950b09afff85b69b3f8fbef06dbde11a..99015347c0beb6e3522282a7ad6077000da8d480 100644
--- a/tests/driver_xbee/Makefile
+++ b/tests/driver_xbee/Makefile
@@ -2,7 +2,7 @@ include ../Makefile.tests_common
 
 FEATURES_REQUIRED = periph_uart periph_gpio
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030r8 nucleo-f334 \
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030r8 nucleo-f334r8 \
                              stm32f0discovery
 
 USEMODULE += xbee
diff --git a/tests/gnrc_ipv6_ext/Makefile b/tests/gnrc_ipv6_ext/Makefile
index 2648694a8f3ae3f4d8ac215c48dea5a9c9bcdf97..b5e3950e94594193d47bddc56782831e65f6e7a6 100644
--- a/tests/gnrc_ipv6_ext/Makefile
+++ b/tests/gnrc_ipv6_ext/Makefile
@@ -3,7 +3,7 @@ include ../Makefile.tests_common
 
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \
                              nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \
-                             nucleo32-l031 nucleo-f030r8 nucleo-f103rb nucleo-f334 nucleo-l053 \
+                             nucleo32-l031 nucleo-f030r8 nucleo-f103rb nucleo-f334r8 nucleo-l053 \
                              spark-core stm32f0discovery telosb \
                              wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
 
diff --git a/tests/gnrc_netif/Makefile b/tests/gnrc_netif/Makefile
index 079adabd19f8e851d95b2541a0dc05ccd691587b..b4e5891e57d6b0b1a0e6e31589c2d30c4c9841c7 100644
--- a/tests/gnrc_netif/Makefile
+++ b/tests/gnrc_netif/Makefile
@@ -4,7 +4,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini
                              cc2650-launchpad cc2650stk chronos maple-mini \
                              microbit msb-430 msb-430h nrf51dongle nrf6310 \
                              nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb \
-                             nucleo-f302r8 nucleo-f334 nucleo-l053 nucleo-l073 \
+                             nucleo-f302r8 nucleo-f334r8 nucleo-l053 nucleo-l073 \
                              nucleo32-f031 nucleo32-f042 nucleo32-f303 \
                              nucleo32-l031 opencm904 spark-core \
                              stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
diff --git a/tests/gnrc_sixlowpan/Makefile b/tests/gnrc_sixlowpan/Makefile
index 08f747d79bd9cebefd05035e9feed65704226a45..a828e92d062f8f868a758b8bca47e6dd2935ff93 100644
--- a/tests/gnrc_sixlowpan/Makefile
+++ b/tests/gnrc_sixlowpan/Makefile
@@ -4,7 +4,7 @@ include ../Makefile.tests_common
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \
                              nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \
                              nucleo32-l031 nucleo-f030r8 nucleo-f070rb nucleo-f103rb \
-                             nucleo-f334 nucleo-l053 spark-core \
+                             nucleo-f334r8 nucleo-l053 spark-core \
                              stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
                              yunjia-nrf51822 z1
 
diff --git a/tests/gnrc_sock_dns/Makefile b/tests/gnrc_sock_dns/Makefile
index a0e46fe2c27e8723927ffda0df360f49938d36db..4b1e8766017981132760c33bbe904e57ef474301 100644
--- a/tests/gnrc_sock_dns/Makefile
+++ b/tests/gnrc_sock_dns/Makefile
@@ -16,7 +16,7 @@ USEMODULE += shell_commands
 
 USEMODULE += posix
 
-LOW_MEMORY_BOARDS := nucleo-f334 msb-430 msb-430h
+LOW_MEMORY_BOARDS := nucleo-f334r8 msb-430 msb-430h
 
 ifeq ($(BOARD),$(filter $(BOARD),$(LOW_MEMORY_BOARDS)))
     CFLAGS += -DGNRC_PKTBUF_SIZE=512 -DGNRC_NETIF_IPV6_ADDRS_NUMOF=2 \
diff --git a/tests/gnrc_tcp_client/Makefile b/tests/gnrc_tcp_client/Makefile
index 838d91063fae148a4325646f963b4ef8f0424e0f..ecb3af05ad360455d5687c71fd64d4dc0ded4491 100644
--- a/tests/gnrc_tcp_client/Makefile
+++ b/tests/gnrc_tcp_client/Makefile
@@ -13,7 +13,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
                              arduino-uno calliope-mini chronos mega-xplained microbit \
                              msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \
                              nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
-                             nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334 nucleo-l053 \
+                             nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053 \
                              sb-430 sb-430h stm32f0discovery telosb \
                              wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
 
diff --git a/tests/gnrc_tcp_server/Makefile b/tests/gnrc_tcp_server/Makefile
index e436c16cf36ae21df03b42494554a757ac6579ae..9191158c7151e9b843c260fb47b84361469d4f51 100644
--- a/tests/gnrc_tcp_server/Makefile
+++ b/tests/gnrc_tcp_server/Makefile
@@ -13,7 +13,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
                              arduino-uno calliope-mini chronos mega-xplained \
                              microbit msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \
                              nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
-                             nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334 nucleo-l053 \
+                             nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053 \
                              sb-430 sb-430h stm32f0discovery telosb \
                              wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
 
diff --git a/tests/gnrc_udp/Makefile b/tests/gnrc_udp/Makefile
index 1e611790eb1b13b2c9210d3cfab63a2aa58f54ef..18b769dbf857e4a6ba004706f78b0522d5e3614d 100644
--- a/tests/gnrc_udp/Makefile
+++ b/tests/gnrc_udp/Makefile
@@ -3,7 +3,7 @@ include ../Makefile.tests_common
 BOARD_INSUFFICIENT_MEMORY := calliope-mini chronos microbit msb-430 msb-430h \
                              nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
                              nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 \
-                             nucleo-f334 nucleo-l053 spark-core stm32f0discovery telosb \
+                             nucleo-f334r8 nucleo-l053 spark-core stm32f0discovery telosb \
                              wsn430-v1_3b wsn430-v1_4 z1
 
 USEMODULE += gnrc_netdev_default
diff --git a/tests/lwip/Makefile b/tests/lwip/Makefile
index e978306aff573b8cb8acbf69b0543a1294e79bc0..9ab165b3020eb06f45b0ce0f19570b76e9f28f80 100644
--- a/tests/lwip/Makefile
+++ b/tests/lwip/Makefile
@@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
                    msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
                    wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf6310 nucleo32-f031 nucleo32-f042 \
-                             nucleo32-l031 nucleo-f030r8 nucleo-f334 nucleo-l053 \
+                             nucleo32-l031 nucleo-f030r8 nucleo-f334r8 nucleo-l053 \
                              stm32f0discovery yunjia-nrf51822
 
 # including lwip_ipv6_mld would currently break this test on at86rf2xx radios
diff --git a/tests/lwip_sock_ip/Makefile b/tests/lwip_sock_ip/Makefile
index e91702aeb139ae900cb6f3b068a268458d2e6b42..2723060cb3349ee14b6236f4a0901b687cf7c4c2 100644
--- a/tests/lwip_sock_ip/Makefile
+++ b/tests/lwip_sock_ip/Makefile
@@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
                    msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
                    wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained
 BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
-                            nucleo-f334 nucleo-l053 stm32f0discovery
+                            nucleo-f334r8 nucleo-l053 stm32f0discovery
 
 LWIP_IPV4 ?= 0
 
diff --git a/tests/lwip_sock_tcp/Makefile b/tests/lwip_sock_tcp/Makefile
index 9ef8719dd3c55d4b9a9e744247c77308741bd3e8..c8ce1154d0ca390d6a5edc8a727f509026038ce8 100644
--- a/tests/lwip_sock_tcp/Makefile
+++ b/tests/lwip_sock_tcp/Makefile
@@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
                    msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
                    wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained
 BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
-                            nucleo-f334 nucleo-l053 stm32f0discovery
+                            nucleo-f334r8 nucleo-l053 stm32f0discovery
 
 LWIP_IPV4 ?= 0
 
diff --git a/tests/lwip_sock_udp/Makefile b/tests/lwip_sock_udp/Makefile
index e9deb13838ffacc3f32ddb3d05a39ba9596194c2..c59031a9f58e7c15783b279ab83c4fa0eeedc76e 100644
--- a/tests/lwip_sock_udp/Makefile
+++ b/tests/lwip_sock_udp/Makefile
@@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
                    msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
                    wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained
 BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
-                            nucleo-f334 nucleo-l053 stm32f0discovery
+                            nucleo-f334r8 nucleo-l053 stm32f0discovery
 
 LWIP_IPV4 ?= 0
 
diff --git a/tests/mpu_stack_guard/Makefile b/tests/mpu_stack_guard/Makefile
index e5500db717335f842cde6c7b44c5c9fd9e0143c1..365cf852e92e2d6f223ff2a31db49404ef9881bb 100644
--- a/tests/mpu_stack_guard/Makefile
+++ b/tests/mpu_stack_guard/Makefile
@@ -21,7 +21,7 @@ BOARD_WHITELIST += nrf52dk          # cortex-m4f
 BOARD_WHITELIST += nucleo-f103rb      # cortex-m3
 BOARD_WHITELIST += nucleo-f207zg    # cortex-m3
 BOARD_WHITELIST += nucleo-f303re      # cortex-m4f
-BOARD_WHITELIST += nucleo-f334      # cortex-m4f
+BOARD_WHITELIST += nucleo-f334r8      # cortex-m4f
 BOARD_WHITELIST += nucleo-f401      # cortex-m4f
 BOARD_WHITELIST += nucleo-f446      # cortex-m4f
 BOARD_WHITELIST += nucleo-l152      # cortex-m3
diff --git a/tests/nhdp/Makefile b/tests/nhdp/Makefile
index 0c52c8d9045366a2bc8ed225be48587719d7ea3c..4c09c0a198998772bd2ce9c763c67e19fdff6480 100644
--- a/tests/nhdp/Makefile
+++ b/tests/nhdp/Makefile
@@ -4,7 +4,7 @@ BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb \
                    wsn430-v1_3b wsn430-v1_4 z1 waspmote-pro arduino-uno \
                    arduino-duemilanove jiminy-mega256rfr2 mega-xplained
 BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
-                             nucleo-f334 nucleo-l053 stm32f0discovery
+                             nucleo-f334r8 nucleo-l053 stm32f0discovery
 
 USEMODULE += gnrc_ipv6
 USEMODULE += gnrc_sock_udp
diff --git a/tests/pkg_cmsis-dsp/Makefile b/tests/pkg_cmsis-dsp/Makefile
index c10a651707ec794696abb7001fa6ca4c05d84659..3abb03f9f977f3fc5fb4eb9c48f8e684f9c9a571 100644
--- a/tests/pkg_cmsis-dsp/Makefile
+++ b/tests/pkg_cmsis-dsp/Makefile
@@ -17,7 +17,7 @@ BOARD_WHITELIST := \
   nucleo-f103rb \
   nucleo-f103rb \
   nucleo-f303re \
-  nucleo-f334 \
+  nucleo-f334r8 \
   nucleo-f401 \
   nucleo-l152 \
   openmote-cc2538 \
diff --git a/tests/pkg_fatfs/Makefile b/tests/pkg_fatfs/Makefile
index a400fb0df6b8fb3e2154d0ccac5cb1f8a45e364d..fd3f6e23fb702423bc0713ba3dc3646158144fce 100644
--- a/tests/pkg_fatfs/Makefile
+++ b/tests/pkg_fatfs/Makefile
@@ -14,7 +14,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
                    nucleo144-f412 nucleo144-f413 nucleo144-f429 nucleo144-f446 \
                    nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
                    nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103rb nucleo-f302r8 \
-                   nucleo-f303re nucleo-f334 nucleo-f401 nucleo-f410 nucleo-f411 \
+                   nucleo-f303re nucleo-f334r8 nucleo-f401 nucleo-f410 nucleo-f411 \
                    nucleo-f446 nucleo-l053 nucleo-l073 nucleo-l152 nucleo-l476 \
                    nz32-sc151 openmote-cc2538 pba-d-01-kw2x remote-pa remote-reva \
                    remote-revb samd21-xpro saml21-xpro samr21-xpro sltb001a \
diff --git a/tests/pkg_fatfs_vfs/Makefile b/tests/pkg_fatfs_vfs/Makefile
index a5336b70535d287f337f24d8aaefc7ee01573ae5..b531c27b42cc83b1fd4c59afdf825646d5c3f4c8 100644
--- a/tests/pkg_fatfs_vfs/Makefile
+++ b/tests/pkg_fatfs_vfs/Makefile
@@ -37,7 +37,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
                    nucleo144-f412 nucleo144-f413 nucleo144-f429 nucleo144-f446 \
                    nucleo32-f042 nucleo32-f303 nucleo32-l031 \
                    nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103rb nucleo-f302r8 \
-                   nucleo-f303re nucleo-f334 nucleo-f401 nucleo-f410 nucleo-f411 \
+                   nucleo-f303re nucleo-f334r8 nucleo-f401 nucleo-f410 nucleo-f411 \
                    nucleo-f446 nucleo-l053 nucleo-l073 nucleo-l152 nucleo-l476 \
                    nz32-sc151 openmote-cc2538 pba-d-01-kw2x remote-pa remote-reva \
                    remote-revb samd21-xpro saml21-xpro samr21-xpro sltb001a \
diff --git a/tests/pkg_libcoap/Makefile b/tests/pkg_libcoap/Makefile
index 8233df925b2918afeb0801042a0567dc0476d9f6..7852ee40f48ef63d28b559d34537a91c92eaa837 100644
--- a/tests/pkg_libcoap/Makefile
+++ b/tests/pkg_libcoap/Makefile
@@ -5,7 +5,7 @@ BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb wsn430-v1_3b
                    wsn430-v1_4 z1 waspmote-pro arduino-uno arduino-duemilanove \
                    jiminy-mega256rfr2 mega-xplained
 BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
-                             nucleo32-l031 nucleo-f030r8 nucleo-f070rb nucleo-f334 nucleo-l053 \
+                             nucleo32-l031 nucleo-f030r8 nucleo-f070rb nucleo-f334r8 nucleo-l053 \
                              stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
                              z1
 
diff --git a/tests/pkg_microcoap/Makefile b/tests/pkg_microcoap/Makefile
index 560e94f19d4ddb89cc54541cfcdfb50709d7a338..5899660b18847296d2ac21e83c71561cb1109a2e 100644
--- a/tests/pkg_microcoap/Makefile
+++ b/tests/pkg_microcoap/Makefile
@@ -24,7 +24,7 @@ USEMODULE += shell_commands
 
 # Use different settings when compiling for one of the following (low-memory)
 # boards
-LOW_MEMORY_BOARDS := nucleo-f334
+LOW_MEMORY_BOARDS := nucleo-f334r8
 
 ifneq (,$(filter $(BOARD),$(LOW_MEMORY_BOARDS)))
   $(info Using low-memory configuration for microcoap_server.)
diff --git a/tests/posix_semaphore/Makefile b/tests/posix_semaphore/Makefile
index 00b61c8497c3a95be962230cd57d324170e90cb9..3d767edcb840a2e4ae2c1bc87c02b21ff6364cc0 100644
--- a/tests/posix_semaphore/Makefile
+++ b/tests/posix_semaphore/Makefile
@@ -2,7 +2,7 @@ include ../Makefile.tests_common
 
 BOARD_INSUFFICIENT_MEMORY := chronos mbed_lpc1768 msb-430 msb-430h nrf6310 \
                              nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
-                             nucleo-f334 nucleo-l053 spark-core \
+                             nucleo-f334r8 nucleo-l053 spark-core \
                              stm32f0discovery yunjia-nrf51822
 
 USEMODULE += fmt
diff --git a/tests/pthread_rwlock/Makefile b/tests/pthread_rwlock/Makefile
index 57b10c79d482d0a99aaf383d7d45d60e640386d6..771a0bf39e75ed1fc9d2fcb381bc9df32d3b8100 100644
--- a/tests/pthread_rwlock/Makefile
+++ b/tests/pthread_rwlock/Makefile
@@ -12,7 +12,7 @@ USEMODULE += random
 
 BOARD_INSUFFICIENT_MEMORY += chronos msb-430 msb-430h nucleo32-f031 \
                              nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
-                             nucleo-f334 nucleo-l053 stm32f0discovery
+                             nucleo-f334r8 nucleo-l053 stm32f0discovery
 
 include $(RIOTBASE)/Makefile.include
 
diff --git a/tests/slip/Makefile b/tests/slip/Makefile
index 0be8fd75f6c329db323cb80b6230b6a0fd3772d7..5f0f0dbe1d82d68081c2952d421c1b8cba1caed4 100644
--- a/tests/slip/Makefile
+++ b/tests/slip/Makefile
@@ -1,7 +1,7 @@
 include ../Makefile.tests_common
 
 BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
-                             nucleo32-l031 nucleo-f030r8 nucleo-f334 nucleo-l053 \
+                             nucleo32-l031 nucleo-f030r8 nucleo-f334r8 nucleo-l053 \
                              stm32f0discovery
 
 BOARD_BLACKLIST += mips-malta
diff --git a/tests/sntp/Makefile b/tests/sntp/Makefile
index e028813d2eae612477a4ba1202224065d7f8f9fd..b83a4022c38c978913358790776e983461e5a298 100644
--- a/tests/sntp/Makefile
+++ b/tests/sntp/Makefile
@@ -2,7 +2,7 @@ include ../Makefile.tests_common
 
 BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 \
                              nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
-                             nucleo-f334 nucleo-l053 stm32f0discovery \
+                             nucleo-f334r8 nucleo-l053 stm32f0discovery \
                              telosb z1
 
 USEMODULE += sntp
diff --git a/tests/thread_cooperation/Makefile b/tests/thread_cooperation/Makefile
index e9e593c721d156600b8753d12807233037ebe771..77b3fa6b791f95df029fcdba999af23c44211294 100644
--- a/tests/thread_cooperation/Makefile
+++ b/tests/thread_cooperation/Makefile
@@ -13,7 +13,7 @@ endif
 ifneq (,$(filter nucleo-f030r8 nucleo32-l031 nucleo-l053 stm32f0discovery,$(BOARD)))
   PROBLEM ?= 5
 endif
-ifneq (,$(filter nucleo-f334,$(BOARD)))
+ifneq (,$(filter nucleo-f334r8,$(BOARD)))
   PROBLEM ?= 9
 endif
 
diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile
index 47b8c6460119644c11fde32abd211df39fb827be..9524df967ba8577521d8d783d510f0cd9da65d8d 100644
--- a/tests/unittests/Makefile
+++ b/tests/unittests/Makefile
@@ -39,7 +39,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
                              nucleo-f091rc \
                              nucleo-f103rb \
                              nucleo-f302r8 \
-                             nucleo-f334 \
+                             nucleo-f334r8 \
                              nucleo-f410 \
                              nucleo-l053 \
                              nucleo-l073 \
@@ -137,7 +137,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
                        nucleo-f103rb \
                        nucleo-f302r8 \
                        nucleo-f303re \
-                       nucleo-f334 \
+                       nucleo-f334r8 \
                        nucleo-f401 \
                        nucleo-f410 \
                        nucleo-f411 \