diff --git a/boards/nucleo144-f207/Makefile b/boards/nucleo-f207zg/Makefile
similarity index 100%
rename from boards/nucleo144-f207/Makefile
rename to boards/nucleo-f207zg/Makefile
diff --git a/boards/nucleo144-f207/Makefile.dep b/boards/nucleo-f207zg/Makefile.dep
similarity index 100%
rename from boards/nucleo144-f207/Makefile.dep
rename to boards/nucleo-f207zg/Makefile.dep
diff --git a/boards/nucleo144-f207/Makefile.features b/boards/nucleo-f207zg/Makefile.features
similarity index 100%
rename from boards/nucleo144-f207/Makefile.features
rename to boards/nucleo-f207zg/Makefile.features
diff --git a/boards/nucleo144-f207/Makefile.include b/boards/nucleo-f207zg/Makefile.include
similarity index 100%
rename from boards/nucleo144-f207/Makefile.include
rename to boards/nucleo-f207zg/Makefile.include
diff --git a/boards/nucleo144-f207/include/periph_conf.h b/boards/nucleo-f207zg/include/periph_conf.h
similarity index 97%
rename from boards/nucleo144-f207/include/periph_conf.h
rename to boards/nucleo-f207zg/include/periph_conf.h
index d7e60625d320f000c98112b65fb53d10296385aa..2af6f16da428ee7732db705220d60dd3a616644e 100644
--- a/boards/nucleo144-f207/include/periph_conf.h
+++ b/boards/nucleo-f207zg/include/periph_conf.h
@@ -7,13 +7,13 @@
  */
 
 /**
- * @defgroup    boards_nucleo144-f207 STM32 Nucleo144-F207
+ * @defgroup    boards_nucleo-f207zg STM32 Nucleo-F207ZG
  * @ingroup     boards_common_nucleo144
- * @brief       Support for the STM32 Nucleo144-F207
+ * @brief       Support for the STM32 Nucleo-F207ZG
  * @{
  *
  * @file
- * @name        Peripheral MCU configuration for the nucleo144-f207 board
+ * @name        Peripheral MCU configuration for the nucleo-f207zg board
  *
  * @author      Vincent Dupont <vincent@otakeys.com>
  * @author      Aurelien Gonce <aurelien.gonce@altran.fr>
diff --git a/tests/mpu_stack_guard/Makefile b/tests/mpu_stack_guard/Makefile
index c20367d18ff5a6466778e3e74d3a2104907438c1..284e64b066c084c3b7eeaf3cb2e0271d585872e0 100644
--- a/tests/mpu_stack_guard/Makefile
+++ b/tests/mpu_stack_guard/Makefile
@@ -19,7 +19,7 @@ BOARD_WHITELIST += msbiot           # cortex-m4f
 BOARD_WHITELIST += mulle            # cortex-m4
 BOARD_WHITELIST += nrf52dk          # cortex-m4f
 BOARD_WHITELIST += nucleo-f103      # cortex-m3
-BOARD_WHITELIST += nucleo-f207      # cortex-m3
+BOARD_WHITELIST += nucleo-f207zg    # cortex-m3
 BOARD_WHITELIST += nucleo-f303      # cortex-m4f
 BOARD_WHITELIST += nucleo-f334      # cortex-m4f
 BOARD_WHITELIST += nucleo-f401      # cortex-m4f
diff --git a/tests/pkg_fatfs/Makefile b/tests/pkg_fatfs/Makefile
index 3e572b325df359379719589417181dc3ef21db25..dbe6d3678a91feaf3e20e16e86d0aa873e14ad50 100644
--- a/tests/pkg_fatfs/Makefile
+++ b/tests/pkg_fatfs/Makefile
@@ -10,7 +10,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
                    b-l072z-lrwan1 b-l475e-iot01a bluepill cc2538dk ek-lm4f120xl \
                    feather-m0 fox frdm-k22f frdm-k64f ikea-tradfri iotlab-a8-m3 \
                    iotlab-m3 limifrog-v1 maple-mini msb-430 msb-430h msba2 msbiot \
-                   mulle nrf52840dk nrf52dk nrf6310 nucleo144-f207 nucleo144-f303 \
+                   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 \
diff --git a/tests/pkg_fatfs_vfs/Makefile b/tests/pkg_fatfs_vfs/Makefile
index c7468626c718123005c4ed6a9913d907b686ef35..267c08dbef9fe212cff5e97a8d333594028576ab 100644
--- a/tests/pkg_fatfs_vfs/Makefile
+++ b/tests/pkg_fatfs_vfs/Makefile
@@ -33,7 +33,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
                    b-l072z-lrwan1 b-l475e-iot01a bluepill cc2538dk ek-lm4f120xl \
                    feather-m0 fox frdm-k22f frdm-k64f ikea-tradfri iotlab-a8-m3 \
                    iotlab-m3 limifrog-v1 maple-mini msb-430 msb-430h msba2 msbiot \
-                   mulle nrf52840dk nrf52dk nrf6310 nucleo144-f207 nucleo144-f303 \
+                   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 \
diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile
index dcb5b1dbcfa60482ab3d550b26b54afc8d47f134..10a7de7d149cb6f3ca154070f5b6904e19e0c16c 100644
--- a/tests/unittests/Makefile
+++ b/tests/unittests/Makefile
@@ -111,7 +111,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
                        nrf52840dk \
                        nrf52dk \
                        nrf6310 \
-                       nucleo144-f207 \
+                       nucleo-f207zg \
                        nucleo144-f303 \
                        nucleo144-f412 \
                        nucleo144-f413 \