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

boards/nucleo-f303ze: rename to standard st name

This commit is contained in:
Alexandre Abadie 2018-02-27 14:16:42 +01:00
parent 93ebf38615
commit f8f92eccde
5 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# define the cpu used by the nucleo144-f303 board
# define the cpu used by the nucleo-f303ze board
export CPU = stm32f3
export CPU_MODEL = stm32f303ze

View File

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