diff --git a/boards/nucleo-f410/Makefile b/boards/nucleo-f410rb/Makefile similarity index 100% rename from boards/nucleo-f410/Makefile rename to boards/nucleo-f410rb/Makefile diff --git a/boards/nucleo-f410/Makefile.dep b/boards/nucleo-f410rb/Makefile.dep similarity index 100% rename from boards/nucleo-f410/Makefile.dep rename to boards/nucleo-f410rb/Makefile.dep diff --git a/boards/nucleo-f410/Makefile.features b/boards/nucleo-f410rb/Makefile.features similarity index 100% rename from boards/nucleo-f410/Makefile.features rename to boards/nucleo-f410rb/Makefile.features diff --git a/boards/nucleo-f410/Makefile.include b/boards/nucleo-f410rb/Makefile.include similarity index 100% rename from boards/nucleo-f410/Makefile.include rename to boards/nucleo-f410rb/Makefile.include diff --git a/boards/nucleo-f410/include/periph_conf.h b/boards/nucleo-f410rb/include/periph_conf.h similarity index 97% rename from boards/nucleo-f410/include/periph_conf.h rename to boards/nucleo-f410rb/include/periph_conf.h index 52ffd0baea..bc67feb4c0 100644 --- a/boards/nucleo-f410/include/periph_conf.h +++ b/boards/nucleo-f410rb/include/periph_conf.h @@ -7,13 +7,13 @@ */ /** - * @defgroup boards_nucleo-f410 STM32 Nucleo-F410 + * @defgroup boards_nucleo-f410rb STM32 Nucleo-F410RB * @ingroup boards_common_nucleo64 - * @brief Support for the STM32 Nucleo-F410 + * @brief Support for the STM32 Nucleo-F410RB * @{ * * @file - * @name Peripheral MCU configuration for the nucleo-f410 board + * @name Peripheral MCU configuration for the nucleo-f410rb board * * @author Alexandre Abadie */ diff --git a/examples/javascript/Makefile b/examples/javascript/Makefile index da89bd79bc..1f2b3c7c9b 100644 --- a/examples/javascript/Makefile +++ b/examples/javascript/Makefile @@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \ cc2650-launchpad cc2650stk maple-mini \ microbit nrf51dongle nrf6310 nucleo-f030r8 nucleo-f070rb \ - nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 nucleo-f410 \ + nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 nucleo-f410rb \ nucleo-l053 nucleo-l073 nucleo32-f031 nucleo32-f042 \ nucleo32-f303 nucleo32-l031 opencm904 \ spark-core stm32f0discovery yunjia-nrf51822 \ diff --git a/tests/pkg_fatfs/Makefile b/tests/pkg_fatfs/Makefile index 5678cdfdf2..bc317a8d41 100644 --- a/tests/pkg_fatfs/Makefile +++ b/tests/pkg_fatfs/Makefile @@ -14,7 +14,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560 nucleo144-f412 nucleo144-f413 nucleo144-f429 nucleo144-f446 \ 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-f410 nucleo-f411 \ + nucleo-f303re nucleo-f334r8 nucleo-f401re nucleo-f410rb nucleo-f411 \ nucleo-f446 nucleo-l053 nucleo-l073 nucleo-l152 nucleo-l476 \ nz32-sc151 openmote-cc2538 pba-d-01-kw2x remote-pa remote-reva \ remote-revb samd21-xpro saml21-xpro samr21-xpro sltb001a \ diff --git a/tests/pkg_fatfs_vfs/Makefile b/tests/pkg_fatfs_vfs/Makefile index 48d07d245b..a351dab39b 100644 --- a/tests/pkg_fatfs_vfs/Makefile +++ b/tests/pkg_fatfs_vfs/Makefile @@ -37,7 +37,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560 nucleo144-f412 nucleo144-f413 nucleo144-f429 nucleo144-f446 \ nucleo32-f042 nucleo32-f303 nucleo32-l031 \ nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103rb nucleo-f302r8 \ - nucleo-f303re nucleo-f334r8 nucleo-f401re nucleo-f410 nucleo-f411 \ + nucleo-f303re nucleo-f334r8 nucleo-f401re nucleo-f410rb nucleo-f411 \ nucleo-f446 nucleo-l053 nucleo-l073 nucleo-l152 nucleo-l476 \ nz32-sc151 openmote-cc2538 pba-d-01-kw2x remote-pa remote-reva \ remote-revb samd21-xpro saml21-xpro samr21-xpro sltb001a \ diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index f19fc77b97..85a3a85f80 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -40,7 +40,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \ nucleo-f103rb \ nucleo-f302r8 \ nucleo-f334r8 \ - nucleo-f410 \ + nucleo-f410rb \ nucleo-l053 \ nucleo-l073 \ nucleo-l433rc \ @@ -139,7 +139,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \ nucleo-f303re \ nucleo-f334r8 \ nucleo-f401re \ - nucleo-f410 \ + nucleo-f410rb \ nucleo-f411 \ nucleo-f446 \ nucleo-l053 \