From c10568f02cd2683b2a3c37bdd889765b67203e2a Mon Sep 17 00:00:00 2001 From: Vincent Dupont Date: Wed, 7 Mar 2018 17:11:10 +0100 Subject: [PATCH] boards: use marketing name for stm32f769i-disco --- boards/{stm32f7discovery => stm32f769i-disco}/Makefile | 0 boards/{stm32f7discovery => stm32f769i-disco}/Makefile.dep | 0 .../Makefile.features | 0 .../{stm32f7discovery => stm32f769i-disco}/Makefile.include | 0 boards/{stm32f7discovery => stm32f769i-disco}/board.c | 4 ++-- .../{stm32f7discovery => stm32f769i-disco}/dist/openocd.cfg | 0 .../{stm32f7discovery => stm32f769i-disco}/include/board.h | 6 +++--- .../include/gpio_params.h | 2 +- .../include/periph_conf.h | 4 ++-- tests/unittests/Makefile | 2 +- 10 files changed, 9 insertions(+), 9 deletions(-) rename boards/{stm32f7discovery => stm32f769i-disco}/Makefile (100%) rename boards/{stm32f7discovery => stm32f769i-disco}/Makefile.dep (100%) rename boards/{stm32f7discovery => stm32f769i-disco}/Makefile.features (100%) rename boards/{stm32f7discovery => stm32f769i-disco}/Makefile.include (100%) rename boards/{stm32f7discovery => stm32f769i-disco}/board.c (92%) rename boards/{stm32f7discovery => stm32f769i-disco}/dist/openocd.cfg (100%) rename boards/{stm32f7discovery => stm32f769i-disco}/include/board.h (91%) rename boards/{stm32f7discovery => stm32f769i-disco}/include/gpio_params.h (96%) rename boards/{stm32f7discovery => stm32f769i-disco}/include/periph_conf.h (95%) 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 b42fb84c7c..ca2d08df98 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 * 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 97c24fd5a3..b5f1bb6358 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 * @author Sebastian Meiling 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 face78a11e..169f83ad0b 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 4d5e5f436f..3a54ad7e43 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 */ diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index de22551b06..f694955f8d 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 \ #