boards/stm32f7disco: use capital letters for board name

This commit is contained in:
Alexandre Abadie 2018-01-29 22:26:52 +01:00
parent fd0aa2acf0
commit fb3889c343
3 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@
* @{ * @{
* *
* @file * @file
* @brief Board specific implementations for the STM32F7Discovery evaluation board * @brief Board specific implementations for the STM32F769 Discovery 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_stm32f7discovery STM32F769 Discovery board
* @ingroup boards * @ingroup boards
* @brief Support for the stm32f769 Discovery board * @brief Support for the STM32F769 Discovery board
* @{ * @{
* *
* @file * @file
* @brief Board specific definitions for the stm32f769 Discovery board * @brief Board specific definitions for the STM32F769 Discovery 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

@ -11,7 +11,7 @@
* @{ * @{
* *
* @file * @file
* @brief Peripheral MCU configuration for the stm32f769discovery6 board * @brief Peripheral MCU configuration for the STM32F769 Discovery board
* *
* @author Vincent Dupont <vincent@otakeys.com> * @author Vincent Dupont <vincent@otakeys.com>
*/ */