boards/nucleo-f411re: rename to marketing name

This commit is contained in:
Alexandre Abadie 2018-02-27 14:34:18 +01:00
parent 1d1354bf82
commit de783eed78
11 changed files with 13 additions and 13 deletions

View File

@ -1,4 +1,4 @@
# define the cpu used by the nucleo-f411 board # define the cpu used by the nucleo-f411re board
export CPU = stm32f4 export CPU = stm32f4
export CPU_MODEL = stm32f411re export CPU_MODEL = stm32f411re

View File

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

View File

@ -6,7 +6,7 @@ FEATURES_PROVIDED += periph_hwrng
# CPU variable is available, we need to filter by board. # CPU variable is available, we need to filter by board.
# #
BOARDS_WITHOUT_HWRNG += nucleo-f401re BOARDS_WITHOUT_HWRNG += nucleo-f401re
BOARDS_WITHOUT_HWRNG += nucleo-f411 BOARDS_WITHOUT_HWRNG += nucleo-f411re
BOARDS_WITHOUT_HWRNG += nucleo-f446 BOARDS_WITHOUT_HWRNG += nucleo-f446
BOARDS_WITHOUT_HWRNG += nucleo144-f446 BOARDS_WITHOUT_HWRNG += nucleo144-f446

View File

@ -29,7 +29,7 @@ extern "C" {
#endif #endif
/** /**
* @name Set default configuration parameters for the DSP0401 (for Nucleo-F411) * @name Set default configuration parameters for the DSP0401 (for Nucleo-F411RE)
* @{ * @{
*/ */
#ifndef DSP0401_PARAM_SDI_PIN #ifndef DSP0401_PARAM_SDI_PIN

View File

@ -14,7 +14,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
nucleo144-f412 nucleo144-f413 nucleo144-f429 nucleo144-f446 \ nucleo144-f412 nucleo144-f413 nucleo144-f429 nucleo144-f446 \
nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \ nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103rb nucleo-f302r8 \ nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103rb nucleo-f302r8 \
nucleo-f303re nucleo-f334r8 nucleo-f401re nucleo-f410rb nucleo-f411 \ nucleo-f303re nucleo-f334r8 nucleo-f401re nucleo-f410rb nucleo-f411re \
nucleo-f446 nucleo-l053 nucleo-l073 nucleo-l152 nucleo-l476 \ nucleo-f446 nucleo-l053 nucleo-l073 nucleo-l152 nucleo-l476 \
nz32-sc151 openmote-cc2538 pba-d-01-kw2x remote-pa remote-reva \ nz32-sc151 openmote-cc2538 pba-d-01-kw2x remote-pa remote-reva \
remote-revb samd21-xpro saml21-xpro samr21-xpro sltb001a \ 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 \ nucleo144-f412 nucleo144-f413 nucleo144-f429 nucleo144-f446 \
nucleo32-f042 nucleo32-f303 nucleo32-l031 \ nucleo32-f042 nucleo32-f303 nucleo32-l031 \
nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103rb nucleo-f302r8 \ nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103rb nucleo-f302r8 \
nucleo-f303re nucleo-f334r8 nucleo-f401re nucleo-f410rb nucleo-f411 \ nucleo-f303re nucleo-f334r8 nucleo-f401re nucleo-f410rb nucleo-f411re \
nucleo-f446 nucleo-l053 nucleo-l073 nucleo-l152 nucleo-l476 \ nucleo-f446 nucleo-l053 nucleo-l073 nucleo-l152 nucleo-l476 \
nz32-sc151 openmote-cc2538 pba-d-01-kw2x remote-pa remote-reva \ nz32-sc151 openmote-cc2538 pba-d-01-kw2x remote-pa remote-reva \
remote-revb samd21-xpro saml21-xpro samr21-xpro sltb001a \ remote-revb samd21-xpro saml21-xpro samr21-xpro sltb001a \

View File

@ -49,9 +49,9 @@ board.
Depending on the type of radio device, set the `LORA_DRIVER` variable accordingly: Depending on the type of radio device, set the `LORA_DRIVER` variable accordingly:
For example: For example:
``` ```
LORA_DRIVER=sx1272 make BOARD=nucleo-f411 -C pkg/semtech-loramac flash term LORA_DRIVER=sx1272 make BOARD=nucleo-f411re -C pkg/semtech-loramac flash term
``` ```
will build the application for a nucleo-f411 with an SX1272 based mbed LoRa shield. will build the application for a nucleo-f411re with an SX1272 based mbed LoRa shield.
The SX1276 is the default value. The SX1276 is the default value.
@ -59,9 +59,9 @@ The other parameter that has to be set at build time is the geographic region:
`EU868`, `US915`, etc. See LoRaWAN regional parameters for more information. `EU868`, `US915`, etc. See LoRaWAN regional parameters for more information.
``` ```
LORA_REGION=US915 LORA_DRIVER=sx1272 make BOARD=nucleo-f411 -C pkg/semtech-loramac flash term LORA_REGION=US915 LORA_DRIVER=sx1272 make BOARD=nucleo-f411re -C pkg/semtech-loramac flash term
``` ```
will build the application for a nucleo-f411 with an SX1272 based mbed LoRa shield will build the application for a nucleo-f411re with an SX1272 based mbed LoRa shield
for US915 region. for US915 region.
The default region is `EU868`. The default region is `EU868`.

View File

@ -140,7 +140,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
nucleo-f334r8 \ nucleo-f334r8 \
nucleo-f401re \ nucleo-f401re \
nucleo-f410rb \ nucleo-f410rb \
nucleo-f411 \ nucleo-f411re \
nucleo-f446 \ nucleo-f446 \
nucleo-l053 \ nucleo-l053 \
nucleo-l073 \ nucleo-l073 \