From f8f92eccde5060260d735e46c59ef984b3c1a3a5 Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Tue, 27 Feb 2018 14:16:42 +0100
Subject: [PATCH] boards/nucleo-f303ze: rename to standard st name

---
 boards/{nucleo144-f303 => nucleo-f303ze}/Makefile           | 0
 boards/{nucleo144-f303 => nucleo-f303ze}/Makefile.dep       | 0
 boards/{nucleo144-f303 => nucleo-f303ze}/Makefile.features  | 0
 boards/{nucleo144-f303 => nucleo-f303ze}/Makefile.include   | 2 +-
 .../{nucleo144-f303 => nucleo-f303ze}/include/periph_conf.h | 6 +++---
 5 files changed, 4 insertions(+), 4 deletions(-)
 rename boards/{nucleo144-f303 => nucleo-f303ze}/Makefile (100%)
 rename boards/{nucleo144-f303 => nucleo-f303ze}/Makefile.dep (100%)
 rename boards/{nucleo144-f303 => nucleo-f303ze}/Makefile.features (100%)
 rename boards/{nucleo144-f303 => nucleo-f303ze}/Makefile.include (76%)
 rename boards/{nucleo144-f303 => nucleo-f303ze}/include/periph_conf.h (96%)

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 f805e3f6d0..bd23453952 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 ef836738cd..0eaa2e20bb 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>
  */
-- 
GitLab