diff --git a/boards/nucleo144-f303/Makefile b/boards/nucleo-f303ze/Makefile
similarity index 100%
rename from boards/nucleo144-f303/Makefile
rename to boards/nucleo-f303ze/Makefile
diff --git a/boards/nucleo144-f303/Makefile.dep b/boards/nucleo-f303ze/Makefile.dep
similarity index 100%
rename from boards/nucleo144-f303/Makefile.dep
rename to boards/nucleo-f303ze/Makefile.dep
diff --git a/boards/nucleo144-f303/Makefile.features b/boards/nucleo-f303ze/Makefile.features
similarity index 100%
rename from boards/nucleo144-f303/Makefile.features
rename to boards/nucleo-f303ze/Makefile.features
diff --git a/boards/nucleo144-f303/Makefile.include b/boards/nucleo-f303ze/Makefile.include
similarity index 76%
rename from boards/nucleo144-f303/Makefile.include
rename to boards/nucleo-f303ze/Makefile.include
index f805e3f6d0f48657b5cdab226e0bee2f68d645b4..bd2345395226606a39c944ea158b2147d14c6a3b 100644
--- a/boards/nucleo144-f303/Makefile.include
+++ b/boards/nucleo-f303ze/Makefile.include
@@ -1,4 +1,4 @@
-# define the cpu used by the nucleo144-f303 board
+# define the cpu used by the nucleo-f303ze board
 export CPU = stm32f3
 export CPU_MODEL = stm32f303ze
 
diff --git a/boards/nucleo144-f303/include/periph_conf.h b/boards/nucleo-f303ze/include/periph_conf.h
similarity index 96%
rename from boards/nucleo144-f303/include/periph_conf.h
rename to boards/nucleo-f303ze/include/periph_conf.h
index ef836738cdc4ec91b5fd1b4206e1bddfe96c4cfb..0eaa2e20bbe0eb0b5d420b5f875491ccb5b1525d 100644
--- a/boards/nucleo144-f303/include/periph_conf.h
+++ b/boards/nucleo-f303ze/include/periph_conf.h
@@ -7,13 +7,13 @@
  */
 
 /**
- * @defgroup    boards_nucleo144-f303 STM32 Nucleo144-F303
+ * @defgroup    boards_nucleo-f303ze STM32 Nucleo-F303ZE
  * @ingroup     boards_common_nucleo144
- * @brief       Support for the STM32 Nucleo144-F303
+ * @brief       Support for the STM32 Nucleo-F303ZE
  * @{
  *
  * @file
- * @name        Peripheral MCU configuration for the nucleo144-f303 board
+ * @name        Peripheral MCU configuration for the nucleo-f303ze board
  *
  * @author      Alexandre Abadie <alexandre.abadie@inria.fr>
  */