Skip to content
Snippets Groups Projects
Unverified Commit 6be425f7 authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #8753 from OTAkeys/pr/rename-stm32f7disco

boards: use marketing name for stm32f769i-disco
parents 01934de2 c10568f0
No related branches found
No related tags found
No related merge requests found
File moved
...@@ -7,11 +7,11 @@ ...@@ -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>
* *
......
...@@ -7,13 +7,13 @@ ...@@ -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>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup boards_stm32f7discovery * @ingroup boards_stm32f769i-disco
* @{ * @{
* *
* @file * @file
......
...@@ -7,11 +7,11 @@ ...@@ -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>
*/ */
......
...@@ -171,7 +171,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \ ...@@ -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 \
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment