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

boards/nucleo-f410rb: rename to marketing name

This commit is contained in:
Alexandre Abadie 2018-02-27 14:33:51 +01:00
parent 7818c1a080
commit 1d1354bf82
9 changed files with 8 additions and 8 deletions

View File

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

View File

@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \
cc2650-launchpad cc2650stk maple-mini \
microbit nrf51dongle nrf6310 nucleo-f030r8 nucleo-f070rb \
nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 nucleo-f410 \
nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 nucleo-f410rb \
nucleo-l053 nucleo-l073 nucleo32-f031 nucleo32-f042 \
nucleo32-f303 nucleo32-l031 opencm904 \
spark-core stm32f0discovery yunjia-nrf51822 \

View File

@ -14,7 +14,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
nucleo144-f412 nucleo144-f413 nucleo144-f429 nucleo144-f446 \
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-f410 nucleo-f411 \
nucleo-f303re nucleo-f334r8 nucleo-f401re nucleo-f410rb nucleo-f411 \
nucleo-f446 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 \

View File

@ -37,7 +37,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
nucleo144-f412 nucleo144-f413 nucleo144-f429 nucleo144-f446 \
nucleo32-f042 nucleo32-f303 nucleo32-l031 \
nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103rb nucleo-f302r8 \
nucleo-f303re nucleo-f334r8 nucleo-f401re nucleo-f410 nucleo-f411 \
nucleo-f303re nucleo-f334r8 nucleo-f401re nucleo-f410rb nucleo-f411 \
nucleo-f446 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 \

View File

@ -40,7 +40,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
nucleo-f103rb \
nucleo-f302r8 \
nucleo-f334r8 \
nucleo-f410 \
nucleo-f410rb \
nucleo-l053 \
nucleo-l073 \
nucleo-l433rc \
@ -139,7 +139,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
nucleo-f303re \
nucleo-f334r8 \
nucleo-f401re \
nucleo-f410 \
nucleo-f410rb \
nucleo-f411 \
nucleo-f446 \
nucleo-l053 \