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

boards/nucleo-f446ze: rename to standard st name

This commit is contained in:
Alexandre Abadie 2018-02-27 14:19:59 +01:00
parent 0bb43db9f2
commit 77fab804c0
5 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# define the cpu used by the nucleo144-f446 board
# define the cpu used by the nucleo-f446ze board
export CPU = stm32f4
export CPU_MODEL = stm32f446ze

View File

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