mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #8435 from kaspar030/rename_nucleo144-f207_to_nucleo-f207zg
boards: rename nucleo144-f207 to nucleo-f207zg
This commit is contained in:
commit
4c4a2af1ca
@ -7,13 +7,13 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup boards_nucleo144-f207 STM32 Nucleo144-F207
|
||||
* @defgroup boards_nucleo-f207zg STM32 Nucleo-F207ZG
|
||||
* @ingroup boards_common_nucleo144
|
||||
* @brief Support for the STM32 Nucleo144-F207
|
||||
* @brief Support for the STM32 Nucleo-F207ZG
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @name Peripheral MCU configuration for the nucleo144-f207 board
|
||||
* @name Peripheral MCU configuration for the nucleo-f207zg board
|
||||
*
|
||||
* @author Vincent Dupont <vincent@otakeys.com>
|
||||
* @author Aurelien Gonce <aurelien.gonce@altran.fr>
|
@ -19,7 +19,7 @@ BOARD_WHITELIST += msbiot # cortex-m4f
|
||||
BOARD_WHITELIST += mulle # cortex-m4
|
||||
BOARD_WHITELIST += nrf52dk # cortex-m4f
|
||||
BOARD_WHITELIST += nucleo-f103 # cortex-m3
|
||||
BOARD_WHITELIST += nucleo-f207 # cortex-m3
|
||||
BOARD_WHITELIST += nucleo-f207zg # cortex-m3
|
||||
BOARD_WHITELIST += nucleo-f303 # cortex-m4f
|
||||
BOARD_WHITELIST += nucleo-f334 # cortex-m4f
|
||||
BOARD_WHITELIST += nucleo-f401 # cortex-m4f
|
||||
|
@ -10,7 +10,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
|
||||
b-l072z-lrwan1 b-l475e-iot01a bluepill cc2538dk ek-lm4f120xl \
|
||||
feather-m0 fox frdm-k22f frdm-k64f ikea-tradfri iotlab-a8-m3 \
|
||||
iotlab-m3 limifrog-v1 maple-mini msb-430 msb-430h msba2 msbiot \
|
||||
mulle nrf52840dk nrf52dk nrf6310 nucleo144-f207 nucleo144-f303 \
|
||||
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-f072 nucleo-f091 nucleo-f103 nucleo-f302 \
|
||||
|
@ -33,7 +33,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
|
||||
b-l072z-lrwan1 b-l475e-iot01a bluepill cc2538dk ek-lm4f120xl \
|
||||
feather-m0 fox frdm-k22f frdm-k64f ikea-tradfri iotlab-a8-m3 \
|
||||
iotlab-m3 limifrog-v1 maple-mini msb-430 msb-430h msba2 msbiot \
|
||||
mulle nrf52840dk nrf52dk nrf6310 nucleo144-f207 nucleo144-f303 \
|
||||
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-f072 nucleo-f091 nucleo-f103 nucleo-f302 \
|
||||
|
@ -111,7 +111,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
|
||||
nrf52840dk \
|
||||
nrf52dk \
|
||||
nrf6310 \
|
||||
nucleo144-f207 \
|
||||
nucleo-f207zg \
|
||||
nucleo144-f303 \
|
||||
nucleo144-f412 \
|
||||
nucleo144-f413 \
|
||||
|
Loading…
Reference in New Issue
Block a user