1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards: use marketing name for stm32f769i-disco

This commit is contained in:
Vincent Dupont 2018-03-07 17:11:10 +01:00
parent 8b8c415a3e
commit c10568f02c
10 changed files with 9 additions and 9 deletions

View File

@ -7,11 +7,11 @@
*/ */
/** /**
* @ingroup boards_stm32f7discovery * @ingroup boards_stm32f769i-disco
* @{ * @{
* *
* @file * @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> * @author Vincent Dupont <vincent@otakeys.com>
* *

View File

@ -7,13 +7,13 @@
*/ */
/** /**
* @defgroup boards_stm32f7discovery STM32F769 Discovery board * @defgroup boards_stm32f769i-disco STM32F769I-DISCO board
* @ingroup boards * @ingroup boards
* @brief Support for the STM32F769 Discovery board * @brief Support for the STM32F769I-DISCO board
* @{ * @{
* *
* @file * @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 Vincent Dupont <vincent@otakeys.com>
* @author Sebastian Meiling <s@mlng.net> * @author Sebastian Meiling <s@mlng.net>

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup boards_stm32f7discovery * @ingroup boards_stm32f769i-disco
* @{ * @{
* *
* @file * @file

View File

@ -7,11 +7,11 @@
*/ */
/** /**
* @ingroup boards_stm32f7discovery * @ingroup boards_stm32f769i-disco
* @{ * @{
* *
* @file * @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> * @author Vincent Dupont <vincent@otakeys.com>
*/ */

View File

@ -171,7 +171,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
stm32f0discovery \ stm32f0discovery \
stm32f3discovery \ stm32f3discovery \
stm32f4discovery \ stm32f4discovery \
stm32f7discovery \ stm32f769i-disco \
udoo \ udoo \
yunjia-nrf51822 \ yunjia-nrf51822 \
# #