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:
parent
8b8c415a3e
commit
c10568f02c
@ -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>
|
||||
*
|
@ -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>
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup boards_stm32f7discovery
|
||||
* @ingroup boards_stm32f769i-disco
|
||||
* @{
|
||||
*
|
||||
* @file
|
@ -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>
|
||||
*/
|
@ -171,7 +171,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
|
||||
stm32f0discovery \
|
||||
stm32f3discovery \
|
||||
stm32f4discovery \
|
||||
stm32f7discovery \
|
||||
stm32f769i-disco \
|
||||
udoo \
|
||||
yunjia-nrf51822 \
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user