mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/nucleo-f091rc: rename to marketing name
This commit is contained in:
parent
4b20095dc8
commit
b8895c1946
@ -7,13 +7,13 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup boards_nucleo-f091 STM32 Nucleo-F091
|
||||
* @defgroup boards_nucleo-f091rc STM32 Nucleo-F091RC
|
||||
* @ingroup boards_common_nucleo64
|
||||
* @brief Support for the STM32 Nucleo-F091
|
||||
* @brief Support for the STM32 Nucleo-F091RC
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief Peripheral MCU configuration for the nucleo-f091 board
|
||||
* @brief Peripheral MCU configuration for the nucleo-f091rc board
|
||||
*
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
@ -13,7 +13,7 @@ BOARD_WHITELIST := \
|
||||
mbed_lpc1768 \
|
||||
msbiot \
|
||||
mulle \
|
||||
nucleo-f091 \
|
||||
nucleo-f091rc \
|
||||
nucleo-f103 \
|
||||
nucleo-f103 \
|
||||
nucleo-f303 \
|
||||
|
@ -13,7 +13,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
|
||||
mulle nrf52840dk nrf52dk nrf6310 nucleo-f207zg nucleo144-f303 \
|
||||
nucleo144-f412 nucleo144-f413 nucleo144-f429 nucleo144-f446 \
|
||||
nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
|
||||
nucleo32-l432 nucleo-f072rb nucleo-f091 nucleo-f103 nucleo-f302 \
|
||||
nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103 nucleo-f302 \
|
||||
nucleo-f303 nucleo-f334 nucleo-f401 nucleo-f410 nucleo-f411 \
|
||||
nucleo-f446 nucleo-l053 nucleo-l073 nucleo-l152 nucleo-l476 \
|
||||
nz32-sc151 openmote-cc2538 pba-d-01-kw2x remote-pa remote-reva \
|
||||
|
@ -36,7 +36,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
|
||||
mulle nrf52840dk nrf52dk nrf6310 nucleo-f207zg nucleo144-f303 \
|
||||
nucleo144-f412 nucleo144-f413 nucleo144-f429 nucleo144-f446 \
|
||||
nucleo32-f042 nucleo32-f303 nucleo32-l031 \
|
||||
nucleo32-l432 nucleo-f072rb nucleo-f091 nucleo-f103 nucleo-f302 \
|
||||
nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103 nucleo-f302 \
|
||||
nucleo-f303 nucleo-f334 nucleo-f401 nucleo-f410 nucleo-f411 \
|
||||
nucleo-f446 nucleo-l053 nucleo-l073 nucleo-l152 nucleo-l476 \
|
||||
nz32-sc151 openmote-cc2538 pba-d-01-kw2x remote-pa remote-reva \
|
||||
|
@ -36,7 +36,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
|
||||
nucleo-f030r8 \
|
||||
nucleo-f070rb \
|
||||
nucleo-f072rb \
|
||||
nucleo-f091 \
|
||||
nucleo-f091rc \
|
||||
nucleo-f103 \
|
||||
nucleo-f302 \
|
||||
nucleo-f334 \
|
||||
@ -133,7 +133,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
|
||||
nucleo-f030r8 \
|
||||
nucleo-f070rb \
|
||||
nucleo-f072rb \
|
||||
nucleo-f091 \
|
||||
nucleo-f091rc \
|
||||
nucleo-f103 \
|
||||
nucleo-f302 \
|
||||
nucleo-f303 \
|
||||
|
Loading…
Reference in New Issue
Block a user