diff --git a/boards/nucleo144-f303/Makefile b/boards/nucleo-f303ze/Makefile similarity index 100% rename from boards/nucleo144-f303/Makefile rename to boards/nucleo-f303ze/Makefile diff --git a/boards/nucleo144-f303/Makefile.dep b/boards/nucleo-f303ze/Makefile.dep similarity index 100% rename from boards/nucleo144-f303/Makefile.dep rename to boards/nucleo-f303ze/Makefile.dep diff --git a/boards/nucleo144-f303/Makefile.features b/boards/nucleo-f303ze/Makefile.features similarity index 100% rename from boards/nucleo144-f303/Makefile.features rename to boards/nucleo-f303ze/Makefile.features diff --git a/boards/nucleo144-f303/Makefile.include b/boards/nucleo-f303ze/Makefile.include similarity index 76% rename from boards/nucleo144-f303/Makefile.include rename to boards/nucleo-f303ze/Makefile.include index f805e3f6d0..bd23453952 100644 --- a/boards/nucleo144-f303/Makefile.include +++ b/boards/nucleo-f303ze/Makefile.include @@ -1,4 +1,4 @@ -# define the cpu used by the nucleo144-f303 board +# define the cpu used by the nucleo-f303ze board export CPU = stm32f3 export CPU_MODEL = stm32f303ze diff --git a/boards/nucleo144-f303/include/periph_conf.h b/boards/nucleo-f303ze/include/periph_conf.h similarity index 96% rename from boards/nucleo144-f303/include/periph_conf.h rename to boards/nucleo-f303ze/include/periph_conf.h index ef836738cd..0eaa2e20bb 100644 --- a/boards/nucleo144-f303/include/periph_conf.h +++ b/boards/nucleo-f303ze/include/periph_conf.h @@ -7,13 +7,13 @@ */ /** - * @defgroup boards_nucleo144-f303 STM32 Nucleo144-F303 + * @defgroup boards_nucleo-f303ze STM32 Nucleo-F303ZE * @ingroup boards_common_nucleo144 - * @brief Support for the STM32 Nucleo144-F303 + * @brief Support for the STM32 Nucleo-F303ZE * @{ * * @file - * @name Peripheral MCU configuration for the nucleo144-f303 board + * @name Peripheral MCU configuration for the nucleo-f303ze board * * @author Alexandre Abadie */