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

boards/nucleo-f401re: rename to marketing name

This commit is contained in:
Alexandre Abadie 2018-02-27 14:32:20 +01:00
parent b0912659b5
commit 7818c1a080
13 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# define the cpu used by the nucleo-f401 board
# define the cpu used by the nucleo-f401re board
export CPU = stm32f4
export CPU_MODEL = stm32f401re

View File

@ -7,13 +7,13 @@
*/
/**
* @defgroup boards_nucleo-f401 STM32 Nucleo-F401
* @defgroup boards_nucleo-f401re STM32 Nucleo-F401RE
* @ingroup boards_common_nucleo64
* @brief Support for the STM32 Nucleo-F401
* @brief Support for the STM32 Nucleo-F401RE
* @{
*
* @file
* @name Peripheral MCU configuration for the nucleo-f401 board
* @name Peripheral MCU configuration for the nucleo-f401re board
*
* @author Lari Lehtomäki <lari@lehtomaki.fi>
*/

View File

@ -5,7 +5,7 @@ FEATURES_PROVIDED += periph_hwrng
# stm32f4 have an RNG peripheral. As during evaluation of the features , no
# CPU variable is available, we need to filter by board.
#
BOARDS_WITHOUT_HWRNG += nucleo-f401
BOARDS_WITHOUT_HWRNG += nucleo-f401re
BOARDS_WITHOUT_HWRNG += nucleo-f411
BOARDS_WITHOUT_HWRNG += nucleo-f446
BOARDS_WITHOUT_HWRNG += nucleo144-f446

View File

@ -22,7 +22,7 @@ BOARD_WHITELIST += nucleo-f103rb # cortex-m3
BOARD_WHITELIST += nucleo-f207zg # cortex-m3
BOARD_WHITELIST += nucleo-f303re # cortex-m4f
BOARD_WHITELIST += nucleo-f334r8 # cortex-m4f
BOARD_WHITELIST += nucleo-f401 # cortex-m4f
BOARD_WHITELIST += nucleo-f401re # cortex-m4f
BOARD_WHITELIST += nucleo-f446 # cortex-m4f
BOARD_WHITELIST += nucleo-l152 # cortex-m3
BOARD_WHITELIST += openmote-cc2538 # cortex-m3

View File

@ -1,4 +1,4 @@
BOARD ?= nucleo-f401
BOARD ?= nucleo-f401re
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_qdec

View File

@ -39,7 +39,7 @@ int main(void)
int32_t value = 0;
puts("Welcome into Quadrature Decoder (QDEC) test program.");
puts("This program will count pulses on all available QDEC channels");
puts("Written for nucleo-f401, you have to plug signals A and B as follow :");
puts("Written for nucleo-f401re, you have to plug signals A and B as follow :");
puts(" QDEC0 : signal A on PA6 and signal B on PA7");
puts(" QDEC1 : signal A on PB6 and signal B on PB7");
puts("Quadrature decoding mode is set to X4 : counting on all edges on both signals");

View File

@ -18,7 +18,7 @@ BOARD_WHITELIST := \
nucleo-f103rb \
nucleo-f303re \
nucleo-f334r8 \
nucleo-f401 \
nucleo-f401re \
nucleo-l152 \
openmote-cc2538 \
pba-d-01-kw2x \

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-f401 nucleo-f410 nucleo-f411 \
nucleo-f303re nucleo-f334r8 nucleo-f401re 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-f303re nucleo-f334r8 nucleo-f401 nucleo-f410 nucleo-f411 \
nucleo-f303re nucleo-f334r8 nucleo-f401re 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

@ -138,7 +138,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
nucleo-f302r8 \
nucleo-f303re \
nucleo-f334r8 \
nucleo-f401 \
nucleo-f401re \
nucleo-f410 \
nucleo-f411 \
nucleo-f446 \