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 2adda8dfb3c6bbd9b932786f4994b4b18228968c..631b18c7d10b5ab2947f5051aa481710a5137d14 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>