From 16d8d3172d6068f3fcc2157592c8530632dea728 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 27 Feb 2018 14:22:28 +0100 Subject: [PATCH] boards/nucleo-f722ze: rename to standard st name --- boards/{nucleo144-f722 => nucleo-f722ze}/Makefile | 0 boards/{nucleo144-f722 => nucleo-f722ze}/Makefile.dep | 0 boards/{nucleo144-f722 => nucleo-f722ze}/Makefile.features | 0 boards/{nucleo144-f722 => nucleo-f722ze}/Makefile.include | 0 .../{nucleo144-f722 => nucleo-f722ze}/include/periph_conf.h | 6 +++--- 5 files changed, 3 insertions(+), 3 deletions(-) rename boards/{nucleo144-f722 => nucleo-f722ze}/Makefile (100%) rename boards/{nucleo144-f722 => nucleo-f722ze}/Makefile.dep (100%) rename boards/{nucleo144-f722 => nucleo-f722ze}/Makefile.features (100%) rename boards/{nucleo144-f722 => nucleo-f722ze}/Makefile.include (100%) rename boards/{nucleo144-f722 => nucleo-f722ze}/include/periph_conf.h (95%) diff --git a/boards/nucleo144-f722/Makefile b/boards/nucleo-f722ze/Makefile similarity index 100% rename from boards/nucleo144-f722/Makefile rename to boards/nucleo-f722ze/Makefile diff --git a/boards/nucleo144-f722/Makefile.dep b/boards/nucleo-f722ze/Makefile.dep similarity index 100% rename from boards/nucleo144-f722/Makefile.dep rename to boards/nucleo-f722ze/Makefile.dep diff --git a/boards/nucleo144-f722/Makefile.features b/boards/nucleo-f722ze/Makefile.features similarity index 100% rename from boards/nucleo144-f722/Makefile.features rename to boards/nucleo-f722ze/Makefile.features diff --git a/boards/nucleo144-f722/Makefile.include b/boards/nucleo-f722ze/Makefile.include similarity index 100% rename from boards/nucleo144-f722/Makefile.include rename to boards/nucleo-f722ze/Makefile.include diff --git a/boards/nucleo144-f722/include/periph_conf.h b/boards/nucleo-f722ze/include/periph_conf.h similarity index 95% rename from boards/nucleo144-f722/include/periph_conf.h rename to boards/nucleo-f722ze/include/periph_conf.h index 5f23998e94..2940494d6a 100644 --- a/boards/nucleo144-f722/include/periph_conf.h +++ b/boards/nucleo-f722ze/include/periph_conf.h @@ -7,13 +7,13 @@ */ /** - * @defgroup boards_nucleo144-f722 STM32 Nucleo144-F722 + * @defgroup boards_nucleo-f722ze STM32 Nucleo-F722ZE * @ingroup boards_common_nucleo144 - * @brief Support for the STM32 Nucleo144-F722 + * @brief Support for the STM32 Nucleo-F722ZE * @{ * * @file - * @brief Peripheral MCU configuration for the nucleo144-f722 board + * @brief Peripheral MCU configuration for the nucleo-f722ze board * * @author Alexandre Abadie */