mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/nucleo-l476rg: rename to marketing name
This commit is contained in:
parent
ba3478fa1e
commit
51c290ba90
@ -9,13 +9,13 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup boards_nucleo-l476 STM32 Nucleo-L476
|
||||
* @defgroup boards_nucleo-l476rg STM32 Nucleo-L476RG
|
||||
* @ingroup boards_common_nucleo64
|
||||
* @brief Support for the STM32 Nucleo-L476
|
||||
* @brief Support for the STM32 Nucleo-L476RG
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief Peripheral MCU configuration for the nucleo-l476 board
|
||||
* @brief Peripheral MCU configuration for the nucleo-l476rg board
|
||||
*
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
* @author Alexandre Abadie <alexandre.abadie@inria.fr>
|
@ -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-f446re nucleo-l053r8 nucleo-l073rz nucleo-l152re nucleo-l476 \
|
||||
nucleo-f446re nucleo-l053r8 nucleo-l073rz nucleo-l152re nucleo-l476rg \
|
||||
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 \
|
||||
|
@ -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-f446re nucleo-l053r8 nucleo-l073rz nucleo-l152re nucleo-l476 \
|
||||
nucleo-f446re nucleo-l053r8 nucleo-l073rz nucleo-l152re nucleo-l476rg \
|
||||
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 \
|
||||
|
@ -146,7 +146,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
|
||||
nucleo-l073rz \
|
||||
nucleo-l152re \
|
||||
nucleo-l433rc \
|
||||
nucleo-l476 \
|
||||
nucleo-l476rg \
|
||||
nucleo-l496zg \
|
||||
nz32-sc151 \
|
||||
opencm904 \
|
||||
|
Loading…
Reference in New Issue
Block a user