From 31fba044e533f6a968a1d6ce8b0836efe3ed0f96 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Tue, 27 Feb 2018 14:23:58 +0100 Subject: [PATCH] boards/nucleo-f767zi: rename to standard st name --- boards/{nucleo144-f767 => nucleo-f767zi}/Makefile | 0 boards/{nucleo144-f767 => nucleo-f767zi}/Makefile.dep | 0 boards/{nucleo144-f767 => nucleo-f767zi}/Makefile.features | 0 boards/{nucleo144-f767 => nucleo-f767zi}/Makefile.include | 0 .../{nucleo144-f767 => nucleo-f767zi}/include/periph_conf.h | 6 +++--- 5 files changed, 3 insertions(+), 3 deletions(-) rename boards/{nucleo144-f767 => nucleo-f767zi}/Makefile (100%) rename boards/{nucleo144-f767 => nucleo-f767zi}/Makefile.dep (100%) rename boards/{nucleo144-f767 => nucleo-f767zi}/Makefile.features (100%) rename boards/{nucleo144-f767 => nucleo-f767zi}/Makefile.include (100%) rename boards/{nucleo144-f767 => nucleo-f767zi}/include/periph_conf.h (95%) diff --git a/boards/nucleo144-f767/Makefile b/boards/nucleo-f767zi/Makefile similarity index 100% rename from boards/nucleo144-f767/Makefile rename to boards/nucleo-f767zi/Makefile diff --git a/boards/nucleo144-f767/Makefile.dep b/boards/nucleo-f767zi/Makefile.dep similarity index 100% rename from boards/nucleo144-f767/Makefile.dep rename to boards/nucleo-f767zi/Makefile.dep diff --git a/boards/nucleo144-f767/Makefile.features b/boards/nucleo-f767zi/Makefile.features similarity index 100% rename from boards/nucleo144-f767/Makefile.features rename to boards/nucleo-f767zi/Makefile.features diff --git a/boards/nucleo144-f767/Makefile.include b/boards/nucleo-f767zi/Makefile.include similarity index 100% rename from boards/nucleo144-f767/Makefile.include rename to boards/nucleo-f767zi/Makefile.include diff --git a/boards/nucleo144-f767/include/periph_conf.h b/boards/nucleo-f767zi/include/periph_conf.h similarity index 95% rename from boards/nucleo144-f767/include/periph_conf.h rename to boards/nucleo-f767zi/include/periph_conf.h index 8f73b44470..5f570a77be 100644 --- a/boards/nucleo144-f767/include/periph_conf.h +++ b/boards/nucleo-f767zi/include/periph_conf.h @@ -7,13 +7,13 @@ */ /** - * @defgroup boards_nucleo144-f767 STM32 Nucleo144-F767 + * @defgroup boards_nucleo-f767zi STM32 Nucleo-F767ZI * @ingroup boards_common_nucleo144 - * @brief Support for the STM32 Nucleo144-F767 + * @brief Support for the STM32 Nucleo-F767ZI * @{ * * @file - * @brief Peripheral MCU configuration for the nucleo144-f767 board + * @brief Peripheral MCU configuration for the nucleo-f767zi board * * @author Alexandre Abadie <alexandre.abadie@inria.fr> */ -- GitLab