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

boards/nucleo-f429zi: rename to standard st name

This commit is contained in:
Alexandre Abadie 2018-02-27 14:19:26 +01:00
parent 3a78497211
commit 079ef26105
5 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# define the cpu used by the nucleo144-f429 board
# define the cpu used by the nucleo-f429zi board
export CPU = stm32f4
export CPU_MODEL = stm32f429zi

View File

@ -7,13 +7,13 @@
*/
/**
* @defgroup boards_nucleo144-f429 STM32 Nucleo144-F429
* @defgroup boards_nucleo-f429zi STM32 Nucleo-F429ZI
* @ingroup boards_common_nucleo144
* @brief Support for the STM32 Nucleo144-F429
* @brief Support for the STM32 Nucleo-F429ZI
* @{
*
* @file
* @name Peripheral MCU configuration for the nucleo144-f429 board
* @name Peripheral MCU configuration for the nucleo-f429zi board
*
* @author Alexandre Abadie <alexandre.abadie@inria.fr>
*/