From b0912659b51e3b666ee09d4632dd863cf8c18fd7 Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Tue, 27 Feb 2018 14:31:53 +0100
Subject: [PATCH] boards/nucleo-f334r8: rename to marketing name

---
 boards/{nucleo-f334 => nucleo-f334r8}/Makefile              | 0
 boards/{nucleo-f334 => nucleo-f334r8}/Makefile.dep          | 0
 boards/{nucleo-f334 => nucleo-f334r8}/Makefile.features     | 0
 boards/{nucleo-f334 => nucleo-f334r8}/Makefile.include      | 0
 boards/{nucleo-f334 => nucleo-f334r8}/include/periph_conf.h | 6 +++---
 examples/dtls-echo/Makefile                                 | 2 +-
 examples/emcute_mqttsn/Makefile                             | 2 +-
 examples/gcoap/Makefile                                     | 2 +-
 examples/gcoap/Makefile.slip                                | 2 +-
 examples/gnrc_border_router/Makefile                        | 2 +-
 examples/gnrc_networking/Makefile                           | 2 +-
 examples/gnrc_tftp/Makefile                                 | 2 +-
 examples/javascript/Makefile                                | 2 +-
 examples/nanocoap_server/Makefile                           | 2 +-
 examples/posix_sockets/Makefile                             | 2 +-
 tests/conn_can/Makefile                                     | 2 +-
 tests/cpp11_condition_variable/Makefile                     | 2 +-
 tests/cpp11_mutex/Makefile                                  | 2 +-
 tests/cpp11_thread/Makefile                                 | 2 +-
 tests/driver_enc28j60/Makefile                              | 2 +-
 tests/driver_encx24j600/Makefile                            | 4 ++--
 tests/driver_kw2xrf/Makefile                                | 2 +-
 tests/driver_xbee/Makefile                                  | 2 +-
 tests/gnrc_ipv6_ext/Makefile                                | 2 +-
 tests/gnrc_netif/Makefile                                   | 2 +-
 tests/gnrc_sixlowpan/Makefile                               | 2 +-
 tests/gnrc_sock_dns/Makefile                                | 2 +-
 tests/gnrc_tcp_client/Makefile                              | 2 +-
 tests/gnrc_tcp_server/Makefile                              | 2 +-
 tests/gnrc_udp/Makefile                                     | 2 +-
 tests/lwip/Makefile                                         | 2 +-
 tests/lwip_sock_ip/Makefile                                 | 2 +-
 tests/lwip_sock_tcp/Makefile                                | 2 +-
 tests/lwip_sock_udp/Makefile                                | 2 +-
 tests/mpu_stack_guard/Makefile                              | 2 +-
 tests/nhdp/Makefile                                         | 2 +-
 tests/pkg_cmsis-dsp/Makefile                                | 2 +-
 tests/pkg_fatfs/Makefile                                    | 2 +-
 tests/pkg_fatfs_vfs/Makefile                                | 2 +-
 tests/pkg_libcoap/Makefile                                  | 2 +-
 tests/pkg_microcoap/Makefile                                | 2 +-
 tests/posix_semaphore/Makefile                              | 2 +-
 tests/pthread_rwlock/Makefile                               | 2 +-
 tests/slip/Makefile                                         | 2 +-
 tests/sntp/Makefile                                         | 2 +-
 tests/thread_cooperation/Makefile                           | 2 +-
 tests/unittests/Makefile                                    | 4 ++--
 47 files changed, 47 insertions(+), 47 deletions(-)
 rename boards/{nucleo-f334 => nucleo-f334r8}/Makefile (100%)
 rename boards/{nucleo-f334 => nucleo-f334r8}/Makefile.dep (100%)
 rename boards/{nucleo-f334 => nucleo-f334r8}/Makefile.features (100%)
 rename boards/{nucleo-f334 => nucleo-f334r8}/Makefile.include (100%)
 rename boards/{nucleo-f334 => nucleo-f334r8}/include/periph_conf.h (97%)

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 270f4b8273..38b64d43d2 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 ebc63b62b1..68c9c1e171 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 c5a88f133f..6fdb0ea69f 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 b4ec78e364..546da03c53 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 f813e83cb5..371d30fbfc 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 d77c0ea353..bd2b45f44b 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 85019dba7a..94b234bbc9 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 48a2378e3d..f8ee6d6d14 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 899d430c32..da89bd79bc 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 06de4cc57f..dde7171f9b 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 1939605a92..292811dd6b 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 474d281963..9e8830396f 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 5984eb5acb..36619ae282 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 40b19a9fc2..80a4fcc9ec 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 5984eb5acb..36619ae282 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 b73e04c927..df0bf9deaa 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 daf098e62e..73ad086bdc 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 e462fc3cb5..3622cd3444 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 3a468af595..99015347c0 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 2648694a8f..b5e3950e94 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 079adabd19..b4e5891e57 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 08f747d79b..a828e92d06 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 a0e46fe2c2..4b1e876601 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 838d91063f..ecb3af05ad 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 e436c16cf3..9191158c71 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 1e611790eb..18b769dbf8 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 e978306aff..9ab165b302 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 e91702aeb1..2723060cb3 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 9ef8719dd3..c8ce1154d0 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 e9deb13838..c59031a9f5 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 e5500db717..365cf852e9 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 0c52c8d904..4c09c0a198 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 c10a651707..3abb03f9f9 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 a400fb0df6..fd3f6e23fb 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 a5336b7053..b531c27b42 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 8233df925b..7852ee40f4 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 560e94f19d..5899660b18 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 00b61c8497..3d767edcb8 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 57b10c79d4..771a0bf39e 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 0be8fd75f6..5f0f0dbe1d 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 e028813d2e..b83a4022c3 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 e9e593c721..77b3fa6b79 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 47b8c64601..9524df967b 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 \
-- 
GitLab