From 50d847beb92a20e4af25c6581e936ef0cac114f2 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 27 Feb 2018 14:18:54 +0100 Subject: [PATCH] boards/nucleo-f413zh: rename to standard st name --- boards/{nucleo144-f413 => nucleo-f413zh}/Makefile | 0 boards/{nucleo144-f413 => nucleo-f413zh}/Makefile.dep | 0 boards/{nucleo144-f413 => nucleo-f413zh}/Makefile.features | 0 boards/{nucleo144-f413 => nucleo-f413zh}/Makefile.include | 0 .../{nucleo144-f413 => nucleo-f413zh}/include/periph_conf.h | 6 +++--- 5 files changed, 3 insertions(+), 3 deletions(-) rename boards/{nucleo144-f413 => nucleo-f413zh}/Makefile (100%) rename boards/{nucleo144-f413 => nucleo-f413zh}/Makefile.dep (100%) rename boards/{nucleo144-f413 => nucleo-f413zh}/Makefile.features (100%) rename boards/{nucleo144-f413 => nucleo-f413zh}/Makefile.include (100%) rename boards/{nucleo144-f413 => nucleo-f413zh}/include/periph_conf.h (97%) diff --git a/boards/nucleo144-f413/Makefile b/boards/nucleo-f413zh/Makefile similarity index 100% rename from boards/nucleo144-f413/Makefile rename to boards/nucleo-f413zh/Makefile diff --git a/boards/nucleo144-f413/Makefile.dep b/boards/nucleo-f413zh/Makefile.dep similarity index 100% rename from boards/nucleo144-f413/Makefile.dep rename to boards/nucleo-f413zh/Makefile.dep diff --git a/boards/nucleo144-f413/Makefile.features b/boards/nucleo-f413zh/Makefile.features similarity index 100% rename from boards/nucleo144-f413/Makefile.features rename to boards/nucleo-f413zh/Makefile.features diff --git a/boards/nucleo144-f413/Makefile.include b/boards/nucleo-f413zh/Makefile.include similarity index 100% rename from boards/nucleo144-f413/Makefile.include rename to boards/nucleo-f413zh/Makefile.include diff --git a/boards/nucleo144-f413/include/periph_conf.h b/boards/nucleo-f413zh/include/periph_conf.h similarity index 97% rename from boards/nucleo144-f413/include/periph_conf.h rename to boards/nucleo-f413zh/include/periph_conf.h index d5525d06e5..1f34609f19 100644 --- a/boards/nucleo144-f413/include/periph_conf.h +++ b/boards/nucleo-f413zh/include/periph_conf.h @@ -8,13 +8,13 @@ */ /** - * @defgroup boards_nucleo144-f413 STM32 Nucleo144-F413 + * @defgroup boards_nucleo-f413zh STM32 Nucleo-F413ZH * @ingroup boards_common_nucleo144 - * @brief Support for the STM32 Nucleo144-F413 + * @brief Support for the STM32 Nucleo-F413ZH * @{ * * @file - * @name Peripheral MCU configuration for the nucleo144-f413 board + * @name Peripheral MCU configuration for the nucleo-f413zh board * * @author Alexandre Abadie * @author Vincent Dupont