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

---
 boards/{nucleo144-f412 => nucleo-f412zg}/Makefile           | 0
 boards/{nucleo144-f412 => nucleo-f412zg}/Makefile.dep       | 0
 boards/{nucleo144-f412 => nucleo-f412zg}/Makefile.features  | 0
 boards/{nucleo144-f412 => nucleo-f412zg}/Makefile.include   | 0
 .../{nucleo144-f412 => nucleo-f412zg}/include/periph_conf.h | 6 +++---
 5 files changed, 3 insertions(+), 3 deletions(-)
 rename boards/{nucleo144-f412 => nucleo-f412zg}/Makefile (100%)
 rename boards/{nucleo144-f412 => nucleo-f412zg}/Makefile.dep (100%)
 rename boards/{nucleo144-f412 => nucleo-f412zg}/Makefile.features (100%)
 rename boards/{nucleo144-f412 => nucleo-f412zg}/Makefile.include (100%)
 rename boards/{nucleo144-f412 => nucleo-f412zg}/include/periph_conf.h (97%)

diff --git a/boards/nucleo144-f412/Makefile b/boards/nucleo-f412zg/Makefile
similarity index 100%
rename from boards/nucleo144-f412/Makefile
rename to boards/nucleo-f412zg/Makefile
diff --git a/boards/nucleo144-f412/Makefile.dep b/boards/nucleo-f412zg/Makefile.dep
similarity index 100%
rename from boards/nucleo144-f412/Makefile.dep
rename to boards/nucleo-f412zg/Makefile.dep
diff --git a/boards/nucleo144-f412/Makefile.features b/boards/nucleo-f412zg/Makefile.features
similarity index 100%
rename from boards/nucleo144-f412/Makefile.features
rename to boards/nucleo-f412zg/Makefile.features
diff --git a/boards/nucleo144-f412/Makefile.include b/boards/nucleo-f412zg/Makefile.include
similarity index 100%
rename from boards/nucleo144-f412/Makefile.include
rename to boards/nucleo-f412zg/Makefile.include
diff --git a/boards/nucleo144-f412/include/periph_conf.h b/boards/nucleo-f412zg/include/periph_conf.h
similarity index 97%
rename from boards/nucleo144-f412/include/periph_conf.h
rename to boards/nucleo-f412zg/include/periph_conf.h
index 2adda8dfb3..631b18c7d1 100644
--- a/boards/nucleo144-f412/include/periph_conf.h
+++ b/boards/nucleo-f412zg/include/periph_conf.h
@@ -8,13 +8,13 @@
  */
 
 /**
- * @defgroup    boards_nucleo144-f412 STM32 Nucleo144-F412
+ * @defgroup    boards_nucleo-f412zg STM32 Nucleo-F412ZG
  * @ingroup     boards_common_nucleo144
- * @brief       Support for the STM32 Nucleo144-F412
+ * @brief       Support for the STM32 Nucleo-F412ZG
  * @{
  *
  * @file
- * @name        Peripheral MCU configuration for the nucleo144-f412 board
+ * @name        Peripheral MCU configuration for the nucleo-f412zg board
  *
  * @author      Alexandre Abadie <alexandre.abadie@inria.fr>
  * @author      Vincent Dupont <vincent@otakeys.com>
-- 
GitLab