diff --git a/boards/nucleo-f072/Makefile b/boards/nucleo-f072rb/Makefile
similarity index 100%
rename from boards/nucleo-f072/Makefile
rename to boards/nucleo-f072rb/Makefile
diff --git a/boards/nucleo-f072/Makefile.dep b/boards/nucleo-f072rb/Makefile.dep
similarity index 100%
rename from boards/nucleo-f072/Makefile.dep
rename to boards/nucleo-f072rb/Makefile.dep
diff --git a/boards/nucleo-f072/Makefile.features b/boards/nucleo-f072rb/Makefile.features
similarity index 100%
rename from boards/nucleo-f072/Makefile.features
rename to boards/nucleo-f072rb/Makefile.features
diff --git a/boards/nucleo-f072/Makefile.include b/boards/nucleo-f072rb/Makefile.include
similarity index 100%
rename from boards/nucleo-f072/Makefile.include
rename to boards/nucleo-f072rb/Makefile.include
diff --git a/boards/nucleo-f072/include/periph_conf.h b/boards/nucleo-f072rb/include/periph_conf.h
similarity index 98%
rename from boards/nucleo-f072/include/periph_conf.h
rename to boards/nucleo-f072rb/include/periph_conf.h
index 895537bef16928a7e6a2af1ef7a6b8b6aa13284c..7f1a9162309e43db57eff50a95bc55611357504c 100644
--- a/boards/nucleo-f072/include/periph_conf.h
+++ b/boards/nucleo-f072rb/include/periph_conf.h
@@ -7,13 +7,13 @@
  */
 
 /**
- * @defgroup    boards_nucleo-f072 STM32 Nucleo-F072
+ * @defgroup    boards_nucleo-f072rb STM32 Nucleo-F072RB
  * @ingroup     boards_common_nucleo64
- * @brief       Support for the STM32 Nucleo-F072
+ * @brief       Support for the STM32 Nucleo-F072RB
  * @{
  *
  * @file
- * @brief       Peripheral MCU configuration for the nucleo-f072 board
+ * @brief       Peripheral MCU configuration for the nucleo-f072rb 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 e6b987950ccc61f2034068a6bb3781b5a3ffaaca..ce15c00e965d9857e23f65625850b06e1223f698 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-f072 nucleo-f103 nucleo-f302 nucleo-f334 \
+                             nucleo-f070rb nucleo-f072rb 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 c699d1719265b7e251d858dade9927357da78a39..3858e3fb6a17621a1ef4a5ead8af941271f9f561 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-f072 nucleo-f302 nucleo-f334 nucleo-l053 \
+                             nucleo-f072rb nucleo-f302 nucleo-f334 nucleo-l053 \
                              stm32f0discovery telosb waspmote-pro wsn430-v1_3b \
                              wsn430-v1_4 z1 mega-xplained
 
diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile
index 5c8dac195317c8bf24335d21f4f3fe28a3a23ccc..d55d90baa21ec981da9f63e56b8d49cc70d470a8 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-f030r8 nucleo-f070rb nucleo-f072 nucleo-f103 nucleo-f302 \
+                             nucleo-f030r8 nucleo-f070rb nucleo-f072rb 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 4d03828170bbd116b871716b08a62679d7d46466..3fea43f10ef5e137cb6332ca69414b103f28e42a 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-f030r8 nucleo-f070rb nucleo-f072 nucleo-f103 nucleo-f302 \
+                             nucleo-f030r8 nucleo-f070rb nucleo-f072rb 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 324bb36d97d57be35bc064908cc058f8c51005c9..3aa3ffa5f876a9f1cb42c8f92d0a111554bec6c2 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-f072 nucleo-f103 nucleo-f302 nucleo-f334 \
+                             nucleo-f070rb nucleo-f072rb 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 26c018cee694fb3398746139a2571975eed0ca1d..8ab65a4388632099de3b9b9aaf98ab72fd741cdb 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-f072 nucleo-f103 nucleo-f302 nucleo-f334 nucleo-f410 \
+                             nucleo-f072rb nucleo-f103 nucleo-f302 nucleo-f334 nucleo-f410 \
                              nucleo-l053 nucleo-l073 nucleo32-f031 nucleo32-f042 \
                              nucleo32-f303 nucleo32-l031 opencm904 \
                              spark-core stm32f0discovery yunjia-nrf51822 \
diff --git a/examples/posix_sockets/Makefile b/examples/posix_sockets/Makefile
index 94e442fc36b877c24065ca1a39bd24bcc8a89570..1939605a920517ee22a27ac25cbf839105aadb45 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-f072 nucleo-f334 \
+                             nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f334 \
                              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 e31f1a7e212f9b93783335fe7536931a98a53209..b0df3d8a77e397e80bb04c9579c9c93c8aef0df0 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-f072 nucleo-f302 nucleo-f303 nucleo-f334 \
+                             nucleo-f072rb nucleo-f302 nucleo-f303 nucleo-f334 \
                              nucleo-l053 stm32f0discovery telosb wsn430-v1_3b \
                              wsn430-v1_4 z1
 
diff --git a/tests/gnrc_netif/Makefile b/tests/gnrc_netif/Makefile
index 250e4a6b6ce250f188025fb0b0862ba148467d8a..45cb17cd6801887bf813a36b318696f267a3d63c 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-f030r8 nucleo-f070rb nucleo-f072 nucleo-f103 \
+                             nucleo-f030r8 nucleo-f070rb nucleo-f072rb 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_tcp_client/Makefile b/tests/gnrc_tcp_client/Makefile
index 46299158c38f8c4a04fa6d9adda6826b73480749..c94c2fb5e342b70e8ee0d949fa6da755474d1c29 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-f072 nucleo-f302 nucleo-f334 nucleo-l053 \
+                             nucleo-f070rb nucleo-f072rb 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 537ab535f872448be3043e6b65a80655cde62e13..2fc83f110fe3155eaf70293aaa8ed60abb7c2bf3 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-f072 nucleo-f302 nucleo-f334 nucleo-l053 \
+                             nucleo-f070rb nucleo-f072rb 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 eee0c4b7208d678ad3b70101bebd52144f784192..ec34ffc80b01a3b8e888da074650628eb48b0eb1 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-f030r8 nucleo-f070rb nucleo-f072 nucleo-f103 nucleo-f302 \
+                             nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103 nucleo-f302 \
                              nucleo-f334 nucleo-l053 spark-core stm32f0discovery telosb \
                              wsn430-v1_3b wsn430-v1_4 z1
 
diff --git a/tests/pkg_fatfs/Makefile b/tests/pkg_fatfs/Makefile
index ee7d01d5ee515f767e979d2dd38889860dc31431..ece638ee2fadc6a39a072d55f57cf9b9e948b4ce 100644
--- a/tests/pkg_fatfs/Makefile
+++ b/tests/pkg_fatfs/Makefile
@@ -13,7 +13,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
                    mulle nrf52840dk nrf52dk nrf6310 nucleo-f207zg nucleo144-f303 \
                    nucleo144-f412 nucleo144-f413 nucleo144-f429 nucleo144-f446 \
                    nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
-                   nucleo32-l432 nucleo-f072 nucleo-f091 nucleo-f103 nucleo-f302 \
+                   nucleo32-l432 nucleo-f072rb nucleo-f091 nucleo-f103 nucleo-f302 \
                    nucleo-f303 nucleo-f334 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 \
diff --git a/tests/pkg_fatfs_vfs/Makefile b/tests/pkg_fatfs_vfs/Makefile
index b7083117c70e0e60fd6c68d238171a8e2d6e96b0..85f2149643a05b2f232074ed99941e643a8c3a8e 100644
--- a/tests/pkg_fatfs_vfs/Makefile
+++ b/tests/pkg_fatfs_vfs/Makefile
@@ -36,7 +36,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
                    mulle nrf52840dk nrf52dk nrf6310 nucleo-f207zg nucleo144-f303 \
                    nucleo144-f412 nucleo144-f413 nucleo144-f429 nucleo144-f446 \
                    nucleo32-f042 nucleo32-f303 nucleo32-l031 \
-                   nucleo32-l432 nucleo-f072 nucleo-f091 nucleo-f103 nucleo-f302 \
+                   nucleo32-l432 nucleo-f072rb nucleo-f091 nucleo-f103 nucleo-f302 \
                    nucleo-f303 nucleo-f334 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 \
diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile
index f4e0cecb235cdfe2b8ba326ea5daf02933429cc5..2ca779c19f93d1a1418ec3b35304dffd7cfa5df4 100644
--- a/tests/unittests/Makefile
+++ b/tests/unittests/Makefile
@@ -35,7 +35,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
                              nucleo32-l432 \
                              nucleo-f030r8 \
                              nucleo-f070rb \
-                             nucleo-f072 \
+                             nucleo-f072rb \
                              nucleo-f091 \
                              nucleo-f103 \
                              nucleo-f302 \
@@ -132,7 +132,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
                        nucleo32-l432 \
                        nucleo-f030r8 \
                        nucleo-f070rb \
-                       nucleo-f072 \
+                       nucleo-f072rb \
                        nucleo-f091 \
                        nucleo-f103 \
                        nucleo-f302 \