1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

boards/nucleo-f412zg: rename to standard st name

This commit is contained in:
Alexandre Abadie 2018-02-27 14:17:50 +01:00
parent 9be89c120b
commit 38a362e484
5 changed files with 3 additions and 3 deletions

View File

@ -8,13 +8,13 @@
*/
/**
* @defgroup boards_nucleo144-f412 STM32 Nucleo144-F412
* @defgroup boards_nucleo-f412zg STM32 Nucleo-F412ZG
* @ingroup boards_common_nucleo144
* @brief Support for the STM32 Nucleo144-F412
* @brief Support for the STM32 Nucleo-F412ZG
* @{
*
* @file
* @name Peripheral MCU configuration for the nucleo144-f412 board
* @name Peripheral MCU configuration for the nucleo-f412zg board
*
* @author Alexandre Abadie <alexandre.abadie@inria.fr>
* @author Vincent Dupont <vincent@otakeys.com>