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

boards/nucleo-l432kc: rename to st marketing name

This commit is contained in:
Alexandre Abadie 2018-05-23 12:55:36 +02:00
parent 3bbf8c01ab
commit eaf2698a69
8 changed files with 7 additions and 7 deletions

View File

@ -8,13 +8,13 @@
*/
/**
* @defgroup boards_nucleo32-l432 STM32 Nucleo32-L432
* @defgroup boards_nucleo-l432kc STM32 Nucleo-L432KC
* @ingroup boards_common_nucleo32
* @brief Support for the STM32 Nucleo32-L432
* @brief Support for the STM32 Nucleo-L432KC
* @{
*
* @file
* @brief Peripheral MCU configuration for the nucleo32-l432 board
* @brief Peripheral MCU configuration for the nucleo-l432kc board
*
* @author Alexandre Abadie <alexandre.abadie@inria.fr>
* @author Vincent Dupont <vincent@otakeys.com>

View File

@ -13,7 +13,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
mulle nrf52840dk nrf52dk nrf6310 nucleo-f207zg nucleo-f303ze \
nucleo-f412zg nucleo-f413zh nucleo-f429zi nucleo-f446ze \
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103rb nucleo-f302r8 \
nucleo-l432kc 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-l476rg \
nz32-sc151 openmote-cc2538 pba-d-01-kw2x remote-pa remote-reva \

View File

@ -36,7 +36,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
mulle nrf52840dk nrf52dk nrf6310 nucleo-f207zg nucleo-f303ze \
nucleo-f412zg nucleo-f413zh nucleo-f429zi nucleo-f446ze \
nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103rb nucleo-f302r8 \
nucleo-l432kc 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-l476rg \
nz32-sc151 openmote-cc2538 pba-d-01-kw2x remote-pa remote-reva \

View File

@ -32,7 +32,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
nucleo-f042k6 \
nucleo-f303k8 \
nucleo-l031k6 \
nucleo32-l432 \
nucleo-l432kc \
nucleo-f030r8 \
nucleo-f070rb \
nucleo-f072rb \
@ -129,7 +129,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
nucleo-f042k6 \
nucleo-f303k8 \
nucleo-l031k6 \
nucleo32-l432 \
nucleo-l432kc \
nucleo-f030r8 \
nucleo-f070rb \
nucleo-f072rb \