mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/nucleo-l152re: rename to marketing name
This commit is contained in:
parent
a5436e0b66
commit
ba3478fa1e
@ -7,13 +7,13 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup boards_nucleo-l152 STM32 Nucleo-L152
|
||||
* @defgroup boards_nucleo-l152re STM32 Nucleo-L152RE
|
||||
* @ingroup boards_common_nucleo64
|
||||
* @brief Support for the STM32 Nucleo-L152
|
||||
* @brief Support for the STM32 Nucleo-L152RE
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief Peripheral MCU configuration for the nucleo-l152 board
|
||||
* @brief Peripheral MCU configuration for the nucleo-l152re board
|
||||
*
|
||||
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
@ -2,7 +2,7 @@ include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
|
||||
|
||||
BOARD ?= nucleo-l152
|
||||
BOARD ?= nucleo-l152re
|
||||
|
||||
USEMODULE += od
|
||||
USEMODULE += shell
|
||||
|
@ -24,7 +24,7 @@ BOARD_WHITELIST += nucleo-f303re # cortex-m4f
|
||||
BOARD_WHITELIST += nucleo-f334r8 # cortex-m4f
|
||||
BOARD_WHITELIST += nucleo-f401re # cortex-m4f
|
||||
BOARD_WHITELIST += nucleo-f446re # cortex-m4f
|
||||
BOARD_WHITELIST += nucleo-l152 # cortex-m3
|
||||
BOARD_WHITELIST += nucleo-l152re # cortex-m3
|
||||
BOARD_WHITELIST += openmote-cc2538 # cortex-m3
|
||||
BOARD_WHITELIST += pba-d-01-kw2x # cortex-m4
|
||||
BOARD_WHITELIST += remote # cortex-m3
|
||||
|
@ -19,7 +19,7 @@ BOARD_WHITELIST := \
|
||||
nucleo-f303re \
|
||||
nucleo-f334r8 \
|
||||
nucleo-f401re \
|
||||
nucleo-l152 \
|
||||
nucleo-l152re \
|
||||
openmote-cc2538 \
|
||||
pba-d-01-kw2x \
|
||||
samd21-xpro \
|
||||
|
@ -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-l152 nucleo-l476 \
|
||||
nucleo-f446re nucleo-l053r8 nucleo-l073rz nucleo-l152re nucleo-l476 \
|
||||
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-l152 nucleo-l476 \
|
||||
nucleo-f446re nucleo-l053r8 nucleo-l073rz nucleo-l152re nucleo-l476 \
|
||||
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 \
|
||||
|
@ -144,7 +144,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
|
||||
nucleo-f446re \
|
||||
nucleo-l053r8 \
|
||||
nucleo-l073rz \
|
||||
nucleo-l152 \
|
||||
nucleo-l152re \
|
||||
nucleo-l433rc \
|
||||
nucleo-l476 \
|
||||
nucleo-l496zg \
|
||||
|
Loading…
Reference in New Issue
Block a user