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

boards/nucleo-f446re: rename to marketing name

This commit is contained in:
Alexandre Abadie 2018-02-27 14:35:57 +01:00
parent de783eed78
commit 5821bfd68e
10 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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

View File

@ -23,7 +23,7 @@ BOARD_WHITELIST += nucleo-f207zg # cortex-m3
BOARD_WHITELIST += nucleo-f303re # cortex-m4f
BOARD_WHITELIST += nucleo-f334r8 # cortex-m4f
BOARD_WHITELIST += nucleo-f401re # cortex-m4f
BOARD_WHITELIST += nucleo-f446 # cortex-m4f
BOARD_WHITELIST += nucleo-f446re # cortex-m4f
BOARD_WHITELIST += nucleo-l152 # cortex-m3
BOARD_WHITELIST += openmote-cc2538 # cortex-m3
BOARD_WHITELIST += pba-d-01-kw2x # cortex-m4

View File

@ -15,7 +15,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
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 \
nucleo-f446 nucleo-l053 nucleo-l073 nucleo-l152 nucleo-l476 \
nucleo-f446re nucleo-l053 nucleo-l073 nucleo-l152 nucleo-l476 \
nz32-sc151 openmote-cc2538 pba-d-01-kw2x remote-pa remote-reva \
remote-revb samd21-xpro saml21-xpro samr21-xpro sltb001a \
sodaq-autonomo sodaq-explorer spark-core stm32f0discovery \

View File

@ -38,7 +38,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
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 \
nucleo-f446 nucleo-l053 nucleo-l073 nucleo-l152 nucleo-l476 \
nucleo-f446re nucleo-l053 nucleo-l073 nucleo-l152 nucleo-l476 \
nz32-sc151 openmote-cc2538 pba-d-01-kw2x remote-pa remote-reva \
remote-revb samd21-xpro saml21-xpro samr21-xpro sltb001a \
sodaq-autonomo sodaq-explorer spark-core stm32f0discovery \

View File

@ -141,7 +141,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
nucleo-f401re \
nucleo-f410rb \
nucleo-f411re \
nucleo-f446 \
nucleo-f446re \
nucleo-l053 \
nucleo-l073 \
nucleo-l152 \