diff --git a/boards/nucleo-f091/Makefile b/boards/nucleo-f091rc/Makefile similarity index 100% rename from boards/nucleo-f091/Makefile rename to boards/nucleo-f091rc/Makefile diff --git a/boards/nucleo-f091/Makefile.dep b/boards/nucleo-f091rc/Makefile.dep similarity index 100% rename from boards/nucleo-f091/Makefile.dep rename to boards/nucleo-f091rc/Makefile.dep diff --git a/boards/nucleo-f091/Makefile.features b/boards/nucleo-f091rc/Makefile.features similarity index 100% rename from boards/nucleo-f091/Makefile.features rename to boards/nucleo-f091rc/Makefile.features diff --git a/boards/nucleo-f091/Makefile.include b/boards/nucleo-f091rc/Makefile.include similarity index 100% rename from boards/nucleo-f091/Makefile.include rename to boards/nucleo-f091rc/Makefile.include diff --git a/boards/nucleo-f091/include/periph_conf.h b/boards/nucleo-f091rc/include/periph_conf.h similarity index 98% rename from boards/nucleo-f091/include/periph_conf.h rename to boards/nucleo-f091rc/include/periph_conf.h index 7ab579e3be..a448ff143a 100644 --- a/boards/nucleo-f091/include/periph_conf.h +++ b/boards/nucleo-f091rc/include/periph_conf.h @@ -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 */ diff --git a/tests/pkg_cmsis-dsp/Makefile b/tests/pkg_cmsis-dsp/Makefile index a8c3db9ebd..e89f5362da 100644 --- a/tests/pkg_cmsis-dsp/Makefile +++ b/tests/pkg_cmsis-dsp/Makefile @@ -13,7 +13,7 @@ BOARD_WHITELIST := \ mbed_lpc1768 \ msbiot \ mulle \ - nucleo-f091 \ + nucleo-f091rc \ nucleo-f103 \ nucleo-f103 \ nucleo-f303 \ diff --git a/tests/pkg_fatfs/Makefile b/tests/pkg_fatfs/Makefile index ece638ee2f..4bb8bb4f16 100644 --- a/tests/pkg_fatfs/Makefile +++ b/tests/pkg_fatfs/Makefile @@ -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 \ diff --git a/tests/pkg_fatfs_vfs/Makefile b/tests/pkg_fatfs_vfs/Makefile index 85f2149643..304090f41c 100644 --- a/tests/pkg_fatfs_vfs/Makefile +++ b/tests/pkg_fatfs_vfs/Makefile @@ -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 \ diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index 2ca779c19f..8010242959 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -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 \