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

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

boards/nucleo144*: rename boards to use their ST marketing name
This commit is contained in:
Alexandre Abadie 2018-05-23 12:20:24 +02:00 committed by GitHub
commit 1df01a482f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
44 changed files with 40 additions and 40 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>
*/

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>

View File

@ -8,13 +8,13 @@
*/
/**
* @defgroup boards_nucleo144-f413 STM32 Nucleo144-F413
* @defgroup boards_nucleo-f413zh STM32 Nucleo-F413ZH
* @ingroup boards_common_nucleo144
* @brief Support for the STM32 Nucleo144-F413
* @brief Support for the STM32 Nucleo-F413ZH
* @{
*
* @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 Vincent Dupont <vincent@otakeys.com>

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>
*/

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>
*/

View File

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

View File

@ -7,13 +7,13 @@
*/
/**
* @defgroup boards_nucleo144-f746 STM32 Nucleo144-F746
* @defgroup boards_nucleo-f746zg STM32 Nucleo-F746ZG
* @ingroup boards_common_nucleo144
* @brief Support for the STM32 Nucleo144-F746
* @brief Support for the STM32 Nucleo-F746ZG
* @{
*
* @file
* @brief Peripheral MCU configuration for the nucleo144-f746 board
* @brief Peripheral MCU configuration for the nucleo-f746zg board
*
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/

View File

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

View File

@ -8,6 +8,6 @@ FEATURES_PROVIDED += periph_hwrng
BOARDS_WITHOUT_HWRNG += nucleo-f401re
BOARDS_WITHOUT_HWRNG += nucleo-f411re
BOARDS_WITHOUT_HWRNG += nucleo-f446re
BOARDS_WITHOUT_HWRNG += nucleo144-f446
BOARDS_WITHOUT_HWRNG += nucleo-f446ze
-include $(RIOTCPU)/stm32_common/Makefile.features

View File

@ -10,8 +10,8 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
b-l072z-lrwan1 b-l475e-iot01a bluepill cc2538dk ek-lm4f120xl \
feather-m0 fox frdm-k22f frdm-k64f ikea-tradfri iotlab-a8-m3 \
iotlab-m3 limifrog-v1 maple-mini msb-430 msb-430h msba2 msbiot \
mulle nrf52840dk nrf52dk nrf6310 nucleo-f207zg nucleo144-f303 \
nucleo144-f412 nucleo144-f413 nucleo144-f429 nucleo144-f446 \
mulle nrf52840dk nrf52dk nrf6310 nucleo-f207zg nucleo-f303ze \
nucleo-f412zg nucleo-f413zh nucleo-f429zi nucleo-f446ze \
nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103rb nucleo-f302r8 \
nucleo-f303re nucleo-f334r8 nucleo-f401re nucleo-f410rb nucleo-f411re \

View File

@ -33,8 +33,8 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
b-l072z-lrwan1 b-l475e-iot01a bluepill cc2538dk ek-lm4f120xl \
feather-m0 fox frdm-k22f frdm-k64f ikea-tradfri iotlab-a8-m3 \
iotlab-m3 limifrog-v1 maple-mini msb-430 msb-430h msba2 msbiot \
mulle nrf52840dk nrf52dk nrf6310 nucleo-f207zg nucleo144-f303 \
nucleo144-f412 nucleo144-f413 nucleo144-f429 nucleo144-f446 \
mulle nrf52840dk nrf52dk nrf6310 nucleo-f207zg nucleo-f303ze \
nucleo-f412zg nucleo-f413zh nucleo-f429zi nucleo-f446ze \
nucleo32-f042 nucleo32-f303 nucleo32-l031 \
nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103rb nucleo-f302r8 \
nucleo-f303re nucleo-f334r8 nucleo-f401re nucleo-f410rb nucleo-f411re \

View File

@ -117,14 +117,14 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
nrf52dk \
nrf6310 \
nucleo-f207zg \
nucleo144-f303 \
nucleo144-f412 \
nucleo144-f413 \
nucleo144-f429 \
nucleo144-f446 \
nucleo144-f722 \
nucleo144-f746 \
nucleo144-f767 \
nucleo-f303ze \
nucleo-f412zg \
nucleo-f413zh \
nucleo-f429zi \
nucleo-f446ze \
nucleo-f722ze \
nucleo-f746zg \
nucleo-f767zi \
nucleo32-f031 \
nucleo32-f042 \
nucleo32-f303 \