mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
boards: rename nucleo-l1 to nucleo-l152
This commit is contained in:
parent
82780c5677
commit
87b9c75556
@ -7,11 +7,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup boards_nucleo-l1
|
||||
* @ingroup boards_nucleo-l152
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief Board specific implementations for the nucleo-l1 board
|
||||
* @brief Board specific implementations for the nucleo-l152 board
|
||||
*
|
||||
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>
|
||||
*
|
||||
@ -7,13 +7,13 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup boards_nucleo-l1 Nucleo-L1
|
||||
* @defgroup boards_nucleo-l152 Nucleo-L152
|
||||
* @ingroup boards_nucleo
|
||||
* @brief Board specific files for the nucleo-l1 board.
|
||||
* @brief Board specific files for the nucleo-l152 board.
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief Board specific definitions for the nucleo-l1 board.
|
||||
* @brief Board specific definitions for the nucleo-l152 board.
|
||||
*
|
||||
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>
|
||||
*/
|
||||
@ -7,11 +7,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup boards_nucleo-l1
|
||||
* @ingroup boards_nucleo-l152
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief Peripheral MCU configuration for the nucleo-l1 board
|
||||
* @brief Peripheral MCU configuration for the nucleo-l152 board
|
||||
*
|
||||
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
@ -3,7 +3,7 @@ include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
|
||||
|
||||
BOARD ?= nucleo-l1
|
||||
BOARD ?= nucleo-l152
|
||||
|
||||
USEMODULE += od
|
||||
USEMODULE += shell
|
||||
|
||||
@ -23,7 +23,7 @@ BOARD_WHITELIST += nucleo-f303 # cortex-m4f
|
||||
BOARD_WHITELIST += nucleo-f334 # cortex-m4f
|
||||
BOARD_WHITELIST += nucleo-f401 # cortex-m4f
|
||||
BOARD_WHITELIST += nucleo-f446 # cortex-m4f
|
||||
BOARD_WHITELIST += nucleo-l1 # cortex-m3
|
||||
BOARD_WHITELIST += nucleo-l152 # cortex-m3
|
||||
BOARD_WHITELIST += openmote-cc2538 # cortex-m3
|
||||
BOARD_WHITELIST += pba-d-01-kw2x # cortex-m4
|
||||
BOARD_WHITELIST += remote # cortex-m3
|
||||
|
||||
@ -20,7 +20,7 @@ BOARD_WHITELIST := \
|
||||
nucleo-f303 \
|
||||
nucleo-f334 \
|
||||
nucleo-f401 \
|
||||
nucleo-l1 \
|
||||
nucleo-l152 \
|
||||
openmote-cc2538 \
|
||||
pba-d-01-kw2x \
|
||||
pca10000 \
|
||||
|
||||
@ -12,7 +12,7 @@ BOARD_WHITELIST := native airfy-beacon arduino-due arduino-duemilanove arduino-m
|
||||
iotlab-m3 limifrog-v1 maple-mini msb-430 msb-430h msba2 msbiot mulle \
|
||||
nrf52840dk nrf52dk nrf6310 nucleo-f072 nucleo-f091 nucleo-f103 \
|
||||
nucleo-f302 nucleo-f303 nucleo-f334 nucleo-f401 nucleo-f410 nucleo-f411 \
|
||||
nucleo-f446 nucleo-l053 nucleo-l073 nucleo-l1 nucleo-l476 nucleo144-f207 \
|
||||
nucleo-f446 nucleo-l053 nucleo-l073 nucleo-l152 nucleo-l476 nucleo144-f207 \
|
||||
nucleo144-f303 nucleo144-f413 nucleo144-f429 nucleo144-f446 nucleo32-f031 \
|
||||
nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo32-l432 openmote-cc2538 \
|
||||
pba-d-01-kw2x pca10005 remote-pa remote-reva remote-revb samd21-xpro \
|
||||
|
||||
@ -112,7 +112,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
|
||||
nucleo-f411 \
|
||||
nucleo-l053 \
|
||||
nucleo-l073 \
|
||||
nucleo-l1 \
|
||||
nucleo-l152 \
|
||||
nucleo-l476 \
|
||||
nz32-sc151 \
|
||||
opencm904 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user