diff --git a/boards/stm32f7discovery/Makefile b/boards/stm32f769i-disco/Makefile similarity index 100% rename from boards/stm32f7discovery/Makefile rename to boards/stm32f769i-disco/Makefile diff --git a/boards/stm32f7discovery/Makefile.dep b/boards/stm32f769i-disco/Makefile.dep similarity index 100% rename from boards/stm32f7discovery/Makefile.dep rename to boards/stm32f769i-disco/Makefile.dep diff --git a/boards/stm32f7discovery/Makefile.features b/boards/stm32f769i-disco/Makefile.features similarity index 100% rename from boards/stm32f7discovery/Makefile.features rename to boards/stm32f769i-disco/Makefile.features diff --git a/boards/stm32f7discovery/Makefile.include b/boards/stm32f769i-disco/Makefile.include similarity index 100% rename from boards/stm32f7discovery/Makefile.include rename to boards/stm32f769i-disco/Makefile.include diff --git a/boards/stm32f7discovery/board.c b/boards/stm32f769i-disco/board.c similarity index 92% rename from boards/stm32f7discovery/board.c rename to boards/stm32f769i-disco/board.c index b42fb84c7c95cee65eaeadfc055b78e06047a909..ca2d08df9882f55bf184534636bc0a2c4acdf71d 100644 --- a/boards/stm32f7discovery/board.c +++ b/boards/stm32f769i-disco/board.c @@ -7,11 +7,11 @@ */ /** - * @ingroup boards_stm32f7discovery + * @ingroup boards_stm32f769i-disco * @{ * * @file - * @brief Board specific implementations for the STM32F769 Discovery board + * @brief Board specific implementations for the STM32F769I-DISCO board * * @author Vincent Dupont <vincent@otakeys.com> * diff --git a/boards/stm32f7discovery/dist/openocd.cfg b/boards/stm32f769i-disco/dist/openocd.cfg similarity index 100% rename from boards/stm32f7discovery/dist/openocd.cfg rename to boards/stm32f769i-disco/dist/openocd.cfg diff --git a/boards/stm32f7discovery/include/board.h b/boards/stm32f769i-disco/include/board.h similarity index 91% rename from boards/stm32f7discovery/include/board.h rename to boards/stm32f769i-disco/include/board.h index 97c24fd5a33a3aaca80e1a770bd70f429b0963d2..b5f1bb6358904c8808030d4e83128052949e710a 100644 --- a/boards/stm32f7discovery/include/board.h +++ b/boards/stm32f769i-disco/include/board.h @@ -7,13 +7,13 @@ */ /** - * @defgroup boards_stm32f7discovery STM32F769 Discovery board + * @defgroup boards_stm32f769i-disco STM32F769I-DISCO board * @ingroup boards - * @brief Support for the STM32F769 Discovery board + * @brief Support for the STM32F769I-DISCO board * @{ * * @file - * @brief Board specific definitions for the STM32F769 Discovery board + * @brief Board specific definitions for the STM32F769I-DISCO board * * @author Vincent Dupont <vincent@otakeys.com> * @author Sebastian Meiling <s@mlng.net> diff --git a/boards/stm32f7discovery/include/gpio_params.h b/boards/stm32f769i-disco/include/gpio_params.h similarity index 96% rename from boards/stm32f7discovery/include/gpio_params.h rename to boards/stm32f769i-disco/include/gpio_params.h index face78a11e7c340e8baa75a750bfec2b9c08ba2e..169f83ad0b5cfd40323c04724f42e07a89413b15 100644 --- a/boards/stm32f7discovery/include/gpio_params.h +++ b/boards/stm32f769i-disco/include/gpio_params.h @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_stm32f7discovery + * @ingroup boards_stm32f769i-disco * @{ * * @file diff --git a/boards/stm32f7discovery/include/periph_conf.h b/boards/stm32f769i-disco/include/periph_conf.h similarity index 95% rename from boards/stm32f7discovery/include/periph_conf.h rename to boards/stm32f769i-disco/include/periph_conf.h index 4d5e5f436fa94d3b19e3475649dc64042d015378..3a54ad7e4363e5123d8e320938ec9a802f8cbfde 100644 --- a/boards/stm32f7discovery/include/periph_conf.h +++ b/boards/stm32f769i-disco/include/periph_conf.h @@ -7,11 +7,11 @@ */ /** - * @ingroup boards_stm32f7discovery + * @ingroup boards_stm32f769i-disco * @{ * * @file - * @brief Peripheral MCU configuration for the STM32F769 Discovery board + * @brief Peripheral MCU configuration for the STM32F769I-DISCO board * * @author Vincent Dupont <vincent@otakeys.com> */ diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index de22551b06ce859e884cb74c7f5afd3d66eab416..f694955f8d87e6c656b07be3ffab943fbf558fda 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -171,7 +171,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \ stm32f0discovery \ stm32f3discovery \ stm32f4discovery \ - stm32f7discovery \ + stm32f769i-disco \ udoo \ yunjia-nrf51822 \ #