diff --git a/boards/nucleo-f030/Makefile b/boards/nucleo-f030r8/Makefile
similarity index 100%
rename from boards/nucleo-f030/Makefile
rename to boards/nucleo-f030r8/Makefile
diff --git a/boards/nucleo-f030/Makefile.dep b/boards/nucleo-f030r8/Makefile.dep
similarity index 100%
rename from boards/nucleo-f030/Makefile.dep
rename to boards/nucleo-f030r8/Makefile.dep
diff --git a/boards/nucleo-f030/Makefile.features b/boards/nucleo-f030r8/Makefile.features
similarity index 100%
rename from boards/nucleo-f030/Makefile.features
rename to boards/nucleo-f030r8/Makefile.features
diff --git a/boards/nucleo-f030/Makefile.include b/boards/nucleo-f030r8/Makefile.include
similarity index 100%
rename from boards/nucleo-f030/Makefile.include
rename to boards/nucleo-f030r8/Makefile.include
diff --git a/boards/nucleo-f030/include/periph_conf.h b/boards/nucleo-f030r8/include/periph_conf.h
similarity index 97%
rename from boards/nucleo-f030/include/periph_conf.h
rename to boards/nucleo-f030r8/include/periph_conf.h
index 4946468399fbc0d447a6221923925459629d00c0..5042dbca8db5540c6f7971a4d7b177b5d7603a9d 100644
--- a/boards/nucleo-f030/include/periph_conf.h
+++ b/boards/nucleo-f030r8/include/periph_conf.h
@@ -7,13 +7,13 @@
  */
 
 /**
- * @defgroup    boards_nucleo-f030 STM32 Nucleo-F030
+ * @defgroup    boards_nucleo-f030r8 STM32 Nucleo-F030R8
  * @ingroup     boards_common_nucleo64
- * @brief       Support for the STM32 Nucleo-F030
+ * @brief       Support for the STM32 Nucleo-F030R8
  * @{
  *
  * @file
- * @brief       Peripheral MCU configuration for the nucleo-f030 board
+ * @brief       Peripheral MCU configuration for the nucleo-f030r8 board
  *
  * @author      Hauke Petersen <hauke.petersen@fu-berlin.de>
  * @author      José Ignacio Alamos <jialamos@uc.cl>
diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile
index afbc74d825f74633e7760173240340e35833ff58..c3f5522fc78ad1a056a6b6f188dc57d834ef06ee 100644
--- a/examples/dtls-echo/Makefile
+++ b/examples/dtls-echo/Makefile
@@ -15,7 +15,7 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \
 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-f030 \
+                             nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
                              nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 nucleo-f334 \
                              nucleo-l053 nucleo-l073 opencm904 \
                              spark-core stm32f0discovery yunjia-nrf51822
diff --git a/examples/emcute_mqttsn/Makefile b/examples/emcute_mqttsn/Makefile
index dfd543147b881c4b6b483e058d1c42c489a4f2bf..0fb24ea8b0cf2c04b078dcadb42d3690deb9bb9b 100644
--- a/examples/emcute_mqttsn/Makefile
+++ b/examples/emcute_mqttsn/Makefile
@@ -9,7 +9,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-f030 nucleo-f070 \
+                             nucleo32-f303 nucleo32-l031 nucleo-f030r8 nucleo-f070 \
                              nucleo-f072 nucleo-f302 nucleo-f334 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 5ebdcf11f9cdec657df4081edc259cff952a3467..b4ec78e364a7767dd691a07a47af2f2932b85831 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-f030 nucleo-f334 nucleo-l053 \
+                             nucleo32-l031 nucleo-f030r8 nucleo-f334 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 211d909d7f8ceaaff8cc90012a0ab8b7d35c47b9..f813e83cb5b9af037ffcf4bf630e6f0677054755 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-f030 nucleo-f334 \
+BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-f334 \
                              stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
                              z1
 
diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile
index 9947cccc49f80bd3986b6e9096fe90065a48d94f..27555cf14dcde8d1b3096b08e71fc7adc562cab4 100644
--- a/examples/gnrc_border_router/Makefile
+++ b/examples/gnrc_border_router/Makefile
@@ -11,7 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini
                              cc2650-launchpad 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 \
+                             nucleo-f030r8 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \
                              nucleo-f334 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 430da1f6a3dfd445a1435b185fa4c13a45830abc..a2c2bb745e0fb95875f050610f5e216d5ecc621b 100644
--- a/examples/gnrc_networking/Makefile
+++ b/examples/gnrc_networking/Makefile
@@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := calliope-mini chronos microbit msb-430 msb-430h \
                              nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
-                             nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \
+                             nucleo-f030r8 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \
                              nucleo-f334 nucleo-l053 spark-core stm32f0discovery telosb \
                              wsn430-v1_3b wsn430-v1_4 z1
 
diff --git a/examples/gnrc_tftp/Makefile b/examples/gnrc_tftp/Makefile
index 2d9d43bfe27ee9da6d36f3838f0eed9db568d6a0..060eed987b66f24f31ac9c61953d6c6dafd82269 100644
--- a/examples/gnrc_tftp/Makefile
+++ b/examples/gnrc_tftp/Makefile
@@ -9,7 +9,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-f030 \
+                             nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
                              nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 nucleo-f334 \
                              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 bda8e2ff550c7679016f09253cc5f5029b11e1b1..a62c0d92ab0fc1dae15e59feb2035d0cfcec9c54 100644
--- a/examples/javascript/Makefile
+++ b/examples/javascript/Makefile
@@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \
                              cc2650-launchpad cc2650stk maple-mini \
-                             microbit nrf51dongle nrf6310 nucleo-f030 nucleo-f070 \
+                             microbit nrf51dongle nrf6310 nucleo-f030r8 nucleo-f070 \
                              nucleo-f072 nucleo-f103 nucleo-f302 nucleo-f334 nucleo-f410 \
                              nucleo-l053 nucleo-l073 nucleo32-f031 nucleo32-f042 \
                              nucleo32-f303 nucleo32-l031 opencm904 \
diff --git a/examples/nanocoap_server/Makefile b/examples/nanocoap_server/Makefile
index 9030ca052de70fae292311825dc6e82481b306f0..06de4cc57f37a472720368b13655625134865dbe 100644
--- a/examples/nanocoap_server/Makefile
+++ b/examples/nanocoap_server/Makefile
@@ -8,7 +8,7 @@ BOARD ?= native
 RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
-                             nucleo32-l031 nucleo-f030 nucleo-l053 stm32f0discovery \
+                             nucleo32-l031 nucleo-f030r8 nucleo-l053 stm32f0discovery \
                              telosb z1
 
 # Include packages that pull up and auto-init the link layer.
diff --git a/examples/posix_sockets/Makefile b/examples/posix_sockets/Makefile
index c37cb8550b9c206692f7332d181ffd3ae58dd1e4..5e1ebb8b83dc3e465fbb7d2572e87f70de4b4c18 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-f030 nucleo-f070 nucleo-f072 nucleo-f334 \
+                             nucleo-f030r8 nucleo-f070 nucleo-f072 nucleo-f334 \
                              nucleo-l053 stm32f0discovery telosb \
                              wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
 
diff --git a/examples/rdcli_simple/Makefile b/examples/rdcli_simple/Makefile
index 774c8ae63c56083fe050877a1391f7ff27fa1bd4..975c2ce3626361e044c296fcd06266961f5e9dc5 100644
--- a/examples/rdcli_simple/Makefile
+++ b/examples/rdcli_simple/Makefile
@@ -7,7 +7,7 @@ BOARD ?= native
 # This has to be the absolute path to the RIOT base directory:
 RIOTBASE ?= $(CURDIR)/../..
 
-BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo-l053 \
+BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-l053 \
                              nucleo32-f031 nucleo32-f042 nucleo32-l031 \
                              stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
                              z1
diff --git a/tests/conn_can/Makefile b/tests/conn_can/Makefile
index fe31e8997865230c58d580e715c7484ce2dd2b05..024f12e6b602f48cbfcf269b8b40a4225a42e039 100644
--- a/tests/conn_can/Makefile
+++ b/tests/conn_can/Makefile
@@ -1,7 +1,7 @@
 include ../Makefile.tests_common
 
 BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
-                             nucleo32-f303 nucleo32-l031 nucleo-f030 nucleo-f070 \
+                             nucleo32-f303 nucleo32-l031 nucleo-f030r8 nucleo-f070 \
                              nucleo-f072 nucleo-f302 nucleo-f303 nucleo-f334 \
                              nucleo-l053 stm32f0discovery telosb wsn430-v1_3b \
                              wsn430-v1_4 z1
diff --git a/tests/driver_xbee/Makefile b/tests/driver_xbee/Makefile
index 9db581403a5c5be3f6457a5b47f3f7a0c49bbc39..3a468af5950b09afff85b69b3f8fbef06dbde11a 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-f030 nucleo-f334 \
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030r8 nucleo-f334 \
                              stm32f0discovery
 
 USEMODULE += xbee
diff --git a/tests/gnrc_ipv6_ext/Makefile b/tests/gnrc_ipv6_ext/Makefile
index 36253d2bebf934ee8b01460ea7c6040c22a33e62..da91eeace0297bb08ba9f1fb770fb49116d8e69f 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-f030 nucleo-f103 nucleo-f334 nucleo-l053 \
+                             nucleo32-l031 nucleo-f030r8 nucleo-f103 nucleo-f334 nucleo-l053 \
                              spark-core stm32f0discovery telosb \
                              wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
 
diff --git a/tests/gnrc_ipv6_nib_6ln/Makefile b/tests/gnrc_ipv6_nib_6ln/Makefile
index 8b7de03e1e8b39604b5f691abdd472821d852f46..3552a76e49617b077da1a8762061c8ad01b4bf1c 100644
--- a/tests/gnrc_ipv6_nib_6ln/Makefile
+++ b/tests/gnrc_ipv6_nib_6ln/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f030 nucleo-l053 nucleo32-f031 \
+BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f030r8 nucleo-l053 nucleo32-f031 \
                              nucleo32-l031 nucleo32-f042 stm32f0discovery \
                              telosb wsn430-v1_3b wsn430-v1_4
 
diff --git a/tests/gnrc_netif/Makefile b/tests/gnrc_netif/Makefile
index c56d9b4e3fad7cdd862d28f5121d9422438b0daa..166181042f04789abb3b41a9152ab452368cff8b 100644
--- a/tests/gnrc_netif/Makefile
+++ b/tests/gnrc_netif/Makefile
@@ -3,7 +3,7 @@ include ../Makefile.tests_common
 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-f030 nucleo-f070 nucleo-f072 nucleo-f103 \
+                             nucleo-f030r8 nucleo-f070 nucleo-f072 nucleo-f103 \
                              nucleo-f302 nucleo-f334 nucleo-l053 nucleo-l073 \
                              nucleo32-f031 nucleo32-f042 nucleo32-f303 \
                              nucleo32-l031 opencm904 spark-core \
diff --git a/tests/gnrc_sixlowpan/Makefile b/tests/gnrc_sixlowpan/Makefile
index 43aeed4568ef14c465394c8f7d4cca26ae2732b0..a9268016e57e8c71d9b32177bb08dd252bf7b377 100644
--- a/tests/gnrc_sixlowpan/Makefile
+++ b/tests/gnrc_sixlowpan/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-f030 nucleo-f070 nucleo-f103 \
+                             nucleo32-l031 nucleo-f030r8 nucleo-f070 nucleo-f103 \
                              nucleo-f334 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 341393525b422295ba385f4562fa1f2c1d73fda7..a0e46fe2c27e8723927ffda0df360f49938d36db 100644
--- a/tests/gnrc_sock_dns/Makefile
+++ b/tests/gnrc_sock_dns/Makefile
@@ -3,7 +3,7 @@ include ../Makefile.tests_common
 RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := chronos telosb nucleo32-f042 nucleo32-f031 \
-                             nucleo-f030 nucleo-l053 nucleo32-l031 \
+                             nucleo-f030r8 nucleo-l053 nucleo32-l031 \
                              stm32f0discovery z1
 
 USEMODULE += sock_dns
diff --git a/tests/gnrc_tcp_client/Makefile b/tests/gnrc_tcp_client/Makefile
index 7e3a29612bf2dc4583ffe3b289b859c8c28f92e1..a4d7bb96f35e18fabab59305df66998b126272e9 100644
--- a/tests/gnrc_tcp_client/Makefile
+++ b/tests/gnrc_tcp_client/Makefile
@@ -12,7 +12,7 @@ TCP_TEST_CYCLES ?= 3
 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-f030 \
+                             nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
                              nucleo-f070 nucleo-f072 nucleo-f302 nucleo-f334 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 e955cb34845a432d99bd9d47875e30bce2c2e6d2..4a077635d6e25125c8931cf5bdce8208c3ea79c5 100644
--- a/tests/gnrc_tcp_server/Makefile
+++ b/tests/gnrc_tcp_server/Makefile
@@ -12,7 +12,7 @@ TCP_TEST_CYCLES ?= 3
 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-f030 \
+                             nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
                              nucleo-f070 nucleo-f072 nucleo-f302 nucleo-f334 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 6b8d4076df395d9c0900372bfe606c546d2dc720..57cd19eaaf05746da03b5e7c51482f9d81880436 100644
--- a/tests/gnrc_udp/Makefile
+++ b/tests/gnrc_udp/Makefile
@@ -2,7 +2,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-f030 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \
+                             nucleo-f030r8 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \
                              nucleo-f334 nucleo-l053 spark-core stm32f0discovery telosb \
                              wsn430-v1_3b wsn430-v1_4 z1
 
diff --git a/tests/lwip/Makefile b/tests/lwip/Makefile
index 45955f10e7cb17bd0353921112861866ff7bf339..e978306aff573b8cb8acbf69b0543a1294e79bc0 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-f030 nucleo-f334 nucleo-l053 \
+                             nucleo32-l031 nucleo-f030r8 nucleo-f334 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 69248a0b01e80b5acbd78a39b7f06e254765c6df..e91702aeb139ae900cb6f3b068a268458d2e6b42 100644
--- a/tests/lwip_sock_ip/Makefile
+++ b/tests/lwip_sock_ip/Makefile
@@ -5,7 +5,7 @@ include ../Makefile.tests_common
 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-f030 \
+BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
                             nucleo-f334 nucleo-l053 stm32f0discovery
 
 LWIP_IPV4 ?= 0
diff --git a/tests/lwip_sock_tcp/Makefile b/tests/lwip_sock_tcp/Makefile
index 3107c664af8283ac3d32676918fca9f096337c63..9ef8719dd3c55d4b9a9e744247c77308741bd3e8 100644
--- a/tests/lwip_sock_tcp/Makefile
+++ b/tests/lwip_sock_tcp/Makefile
@@ -5,7 +5,7 @@ include ../Makefile.tests_common
 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-f030 \
+BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
                             nucleo-f334 nucleo-l053 stm32f0discovery
 
 LWIP_IPV4 ?= 0
diff --git a/tests/lwip_sock_udp/Makefile b/tests/lwip_sock_udp/Makefile
index 2fdddc99f381f45fa6a5e9f133d165c4d04a3bcd..e9deb13838ffacc3f32ddb3d05a39ba9596194c2 100644
--- a/tests/lwip_sock_udp/Makefile
+++ b/tests/lwip_sock_udp/Makefile
@@ -5,7 +5,7 @@ include ../Makefile.tests_common
 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-f030 \
+BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
                             nucleo-f334 nucleo-l053 stm32f0discovery
 
 LWIP_IPV4 ?= 0
diff --git a/tests/mutex_order/Makefile b/tests/mutex_order/Makefile
index da96f821154da56a32d1b27d92bd5b81810f5880..40b5e49ac33c2641f5d198a97dcc5e562aa3c655 100644
--- a/tests/mutex_order/Makefile
+++ b/tests/mutex_order/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
                              nucleo-l053 stm32f0discovery
 
 # list of boards to run CI tests on
diff --git a/tests/nhdp/Makefile b/tests/nhdp/Makefile
index 6405ca94888231056449bdfd70c8f4eac38bfebc..0c52c8d9045366a2bc8ed225be48587719d7ea3c 100644
--- a/tests/nhdp/Makefile
+++ b/tests/nhdp/Makefile
@@ -3,7 +3,7 @@ include ../Makefile.tests_common
 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-f030 \
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
                              nucleo-f334 nucleo-l053 stm32f0discovery
 
 USEMODULE += gnrc_ipv6
diff --git a/tests/pkg_libcoap/Makefile b/tests/pkg_libcoap/Makefile
index 706cc450231adfe7c62382310d57f07368f25a4c..9f9b0bf83c1b0ede1b37c3879b6536d7c2a82d3c 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-f030 nucleo-f070 nucleo-f334 nucleo-l053 \
+                             nucleo32-l031 nucleo-f030r8 nucleo-f070 nucleo-f334 nucleo-l053 \
                              stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
                              z1
 
diff --git a/tests/pkg_microcoap/Makefile b/tests/pkg_microcoap/Makefile
index aa020cb86dbec3451216d57bcfe8d4573642d93b..560e94f19d4ddb89cc54541cfcdfb50709d7a338 100644
--- a/tests/pkg_microcoap/Makefile
+++ b/tests/pkg_microcoap/Makefile
@@ -1,7 +1,7 @@
 include ../Makefile.tests_common
 
 BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
-                             nucleo32-l031 nucleo-f030 nucleo-l053 \
+                             nucleo32-l031 nucleo-f030r8 nucleo-l053 \
                              stm32f0discovery telosb z1
 
 # Include packages that pull up and auto-init the link layer.
diff --git a/tests/posix_semaphore/Makefile b/tests/posix_semaphore/Makefile
index f83470100e528da726d556fbbc4c736fb43c1b7a..00b61c8497c3a95be962230cd57d324170e90cb9 100644
--- a/tests/posix_semaphore/Makefile
+++ b/tests/posix_semaphore/Makefile
@@ -1,7 +1,7 @@
 include ../Makefile.tests_common
 
 BOARD_INSUFFICIENT_MEMORY := chronos mbed_lpc1768 msb-430 msb-430h nrf6310 \
-                             nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
+                             nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
                              nucleo-f334 nucleo-l053 spark-core \
                              stm32f0discovery yunjia-nrf51822
 
diff --git a/tests/ps_schedstatistics/Makefile b/tests/ps_schedstatistics/Makefile
index e745bdea99f8dc5df53cbe61b3349f9d238bc123..c02585952ca249eb63578efb3edbff5fd6fde05d 100644
--- a/tests/ps_schedstatistics/Makefile
+++ b/tests/ps_schedstatistics/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo-l053 \
+BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-l053 \
                              nucleo32-f031 nucleo32-f042 nucleo32-l031 \
                              stm32f0discovery telosb wsn430-v1_3b \
                              wsn430-v1_4 z1
diff --git a/tests/pthread_rwlock/Makefile b/tests/pthread_rwlock/Makefile
index 9b65c331fc5a4b0fd44ab666a6c707527212e677..57b10c79d482d0a99aaf383d7d45d60e640386d6 100644
--- a/tests/pthread_rwlock/Makefile
+++ b/tests/pthread_rwlock/Makefile
@@ -11,7 +11,7 @@ USEMODULE += xtimer
 USEMODULE += random
 
 BOARD_INSUFFICIENT_MEMORY += chronos msb-430 msb-430h nucleo32-f031 \
-                             nucleo32-f042 nucleo32-l031 nucleo-f030 \
+                             nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
                              nucleo-f334 nucleo-l053 stm32f0discovery
 
 include $(RIOTBASE)/Makefile.include
diff --git a/tests/rmutex/Makefile b/tests/rmutex/Makefile
index e8c04d6aa0a325fab5d1ef9eef37d3546236ae24..3254cd3582671c48712282bd20c583b141dd18e1 100644
--- a/tests/rmutex/Makefile
+++ b/tests/rmutex/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
                              nucleo-l053 stm32f0discovery
 
 TEST_ON_CI_WHITELIST += all
diff --git a/tests/slip/Makefile b/tests/slip/Makefile
index 9dfc38b5077888b1306de7a59677a6084608f34b..0be8fd75f6c329db323cb80b6230b6a0fd3772d7 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-f030 nucleo-f334 nucleo-l053 \
+                             nucleo32-l031 nucleo-f030r8 nucleo-f334 nucleo-l053 \
                              stm32f0discovery
 
 BOARD_BLACKLIST += mips-malta
diff --git a/tests/sntp/Makefile b/tests/sntp/Makefile
index 9763168fdd512db721aaef22eb646bfad16d746c..e028813d2eae612477a4ba1202224065d7f8f9fd 100644
--- a/tests/sntp/Makefile
+++ b/tests/sntp/Makefile
@@ -1,7 +1,7 @@
 include ../Makefile.tests_common
 
 BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 \
-                             nucleo32-f042 nucleo32-l031 nucleo-f030 \
+                             nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
                              nucleo-f334 nucleo-l053 stm32f0discovery \
                              telosb z1
 
diff --git a/tests/thread_cooperation/Makefile b/tests/thread_cooperation/Makefile
index eef3ae25de98337b1acea1172b17bfa1d592e565..e9e593c721d156600b8753d12807233037ebe771 100644
--- a/tests/thread_cooperation/Makefile
+++ b/tests/thread_cooperation/Makefile
@@ -10,7 +10,7 @@ DISABLE_MODULE += auto_init
 ifneq (,$(filter nucleo32-f042,$(BOARD)))
   PROBLEM ?= 3
 endif
-ifneq (,$(filter nucleo-f030 nucleo32-l031 nucleo-l053 stm32f0discovery,$(BOARD)))
+ifneq (,$(filter nucleo-f030r8 nucleo32-l031 nucleo-l053 stm32f0discovery,$(BOARD)))
   PROBLEM ?= 5
 endif
 ifneq (,$(filter nucleo-f334,$(BOARD)))
diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile
index 300bc35f956fc562b0b5f610a30fa37af3850029..7efc565621514c53c893d8159641392b1a5f3fe5 100644
--- a/tests/unittests/Makefile
+++ b/tests/unittests/Makefile
@@ -33,7 +33,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
                              nucleo32-f303 \
                              nucleo32-l031 \
                              nucleo32-l432 \
-                             nucleo-f030 \
+                             nucleo-f030r8 \
                              nucleo-f070 \
                              nucleo-f072 \
                              nucleo-f091 \
@@ -130,7 +130,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
                        nucleo32-f303 \
                        nucleo32-l031 \
                        nucleo32-l432 \
-                       nucleo-f030 \
+                       nucleo-f030r8 \
                        nucleo-f070 \
                        nucleo-f072 \
                        nucleo-f091 \