Skip to content
Snippets Groups Projects
Unverified Commit 1df01a48 authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #8651 from aabadie/pr/nucleo144-rename

boards/nucleo144*: rename boards to use their ST marketing name
parents 93ebf386 07c2c46e
No related branches found
No related tags found
No related merge requests found
Showing
with 14 additions and 14 deletions
File moved
# define the cpu used by the nucleo144-f303 board # define the cpu used by the nucleo-f303ze board
export CPU = stm32f3 export CPU = stm32f3
export CPU_MODEL = stm32f303ze export CPU_MODEL = stm32f303ze
......
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
*/ */
/** /**
* @defgroup boards_nucleo144-f303 STM32 Nucleo144-F303 * @defgroup boards_nucleo-f303ze STM32 Nucleo-F303ZE
* @ingroup boards_common_nucleo144 * @ingroup boards_common_nucleo144
* @brief Support for the STM32 Nucleo144-F303 * @brief Support for the STM32 Nucleo-F303ZE
* @{ * @{
* *
* @file * @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> * @author Alexandre Abadie <alexandre.abadie@inria.fr>
*/ */
......
File moved
...@@ -8,13 +8,13 @@ ...@@ -8,13 +8,13 @@
*/ */
/** /**
* @defgroup boards_nucleo144-f412 STM32 Nucleo144-F412 * @defgroup boards_nucleo-f412zg STM32 Nucleo-F412ZG
* @ingroup boards_common_nucleo144 * @ingroup boards_common_nucleo144
* @brief Support for the STM32 Nucleo144-F412 * @brief Support for the STM32 Nucleo-F412ZG
* @{ * @{
* *
* @file * @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 Alexandre Abadie <alexandre.abadie@inria.fr>
* @author Vincent Dupont <vincent@otakeys.com> * @author Vincent Dupont <vincent@otakeys.com>
......
File moved
...@@ -8,13 +8,13 @@ ...@@ -8,13 +8,13 @@
*/ */
/** /**
* @defgroup boards_nucleo144-f413 STM32 Nucleo144-F413 * @defgroup boards_nucleo-f413zh STM32 Nucleo-F413ZH
* @ingroup boards_common_nucleo144 * @ingroup boards_common_nucleo144
* @brief Support for the STM32 Nucleo144-F413 * @brief Support for the STM32 Nucleo-F413ZH
* @{ * @{
* *
* @file * @file
* @name Peripheral MCU configuration for the nucleo144-f413 board * @name Peripheral MCU configuration for the nucleo-f413zh board
* *
* @author Alexandre Abadie <alexandre.abadie@inria.fr> * @author Alexandre Abadie <alexandre.abadie@inria.fr>
* @author Vincent Dupont <vincent@otakeys.com> * @author Vincent Dupont <vincent@otakeys.com>
......
File moved
# define the cpu used by the nucleo144-f429 board # define the cpu used by the nucleo-f429zi board
export CPU = stm32f4 export CPU = stm32f4
export CPU_MODEL = stm32f429zi export CPU_MODEL = stm32f429zi
......
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
*/ */
/** /**
* @defgroup boards_nucleo144-f429 STM32 Nucleo144-F429 * @defgroup boards_nucleo-f429zi STM32 Nucleo-F429ZI
* @ingroup boards_common_nucleo144 * @ingroup boards_common_nucleo144
* @brief Support for the STM32 Nucleo144-F429 * @brief Support for the STM32 Nucleo-F429ZI
* @{ * @{
* *
* @file * @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> * @author Alexandre Abadie <alexandre.abadie@inria.fr>
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment