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

boards/nucleo-f303re: rename to marketing name

This commit is contained in:
Alexandre Abadie 2018-02-27 14:31:20 +01:00
parent 72df36909b
commit c7b5b0f992
11 changed files with 9 additions and 9 deletions

View File

@ -8,13 +8,13 @@
*/
/**
* @defgroup boards_nucleo-f303 STM32 Nucleo-F303
* @defgroup boards_nucleo-f303re STM32 Nucleo-F303RE
* @ingroup boards_common_nucleo64
* @brief Support for the STM32 Nucleo-F303
* @brief Support for the STM32 Nucleo-F303RE
* @{
*
* @file
* @brief Peripheral MCU configuration for the nucleo-f303 board
* @brief Peripheral MCU configuration for the nucleo-f303re board
*
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Katja Kirstein <katja.kirstein@haw-hamburg.de>

View File

@ -2,7 +2,7 @@ include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo32-f303 nucleo32-l031 nucleo-f030r8 nucleo-f070rb \
nucleo-f072rb nucleo-f302r8 nucleo-f303 nucleo-f334 \
nucleo-f072rb nucleo-f302r8 nucleo-f303re nucleo-f334 \
nucleo-l053 stm32f0discovery telosb wsn430-v1_3b \
wsn430-v1_4 z1

View File

@ -20,7 +20,7 @@ BOARD_WHITELIST += mulle # cortex-m4
BOARD_WHITELIST += nrf52dk # cortex-m4f
BOARD_WHITELIST += nucleo-f103rb # cortex-m3
BOARD_WHITELIST += nucleo-f207zg # cortex-m3
BOARD_WHITELIST += nucleo-f303 # cortex-m4f
BOARD_WHITELIST += nucleo-f303re # cortex-m4f
BOARD_WHITELIST += nucleo-f334 # cortex-m4f
BOARD_WHITELIST += nucleo-f401 # cortex-m4f
BOARD_WHITELIST += nucleo-f446 # cortex-m4f

View File

@ -16,7 +16,7 @@ BOARD_WHITELIST := \
nucleo-f091rc \
nucleo-f103rb \
nucleo-f103rb \
nucleo-f303 \
nucleo-f303re \
nucleo-f334 \
nucleo-f401 \
nucleo-l152 \

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-f303 nucleo-f334 nucleo-f401 nucleo-f410 nucleo-f411 \
nucleo-f303re nucleo-f334 nucleo-f401 nucleo-f410 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-f303 nucleo-f334 nucleo-f401 nucleo-f410 nucleo-f411 \
nucleo-f303re nucleo-f334 nucleo-f401 nucleo-f410 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

@ -136,7 +136,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
nucleo-f091rc \
nucleo-f103rb \
nucleo-f302r8 \
nucleo-f303 \
nucleo-f303re \
nucleo-f334 \
nucleo-f401 \
nucleo-f410 \