diff --git a/boards/nucleo-f302/Makefile b/boards/nucleo-f302r8/Makefile similarity index 100% rename from boards/nucleo-f302/Makefile rename to boards/nucleo-f302r8/Makefile diff --git a/boards/nucleo-f302/Makefile.dep b/boards/nucleo-f302r8/Makefile.dep similarity index 100% rename from boards/nucleo-f302/Makefile.dep rename to boards/nucleo-f302r8/Makefile.dep diff --git a/boards/nucleo-f302/Makefile.features b/boards/nucleo-f302r8/Makefile.features similarity index 100% rename from boards/nucleo-f302/Makefile.features rename to boards/nucleo-f302r8/Makefile.features diff --git a/boards/nucleo-f302/Makefile.include b/boards/nucleo-f302r8/Makefile.include similarity index 100% rename from boards/nucleo-f302/Makefile.include rename to boards/nucleo-f302r8/Makefile.include diff --git a/boards/nucleo-f302/include/periph_conf.h b/boards/nucleo-f302r8/include/periph_conf.h similarity index 98% rename from boards/nucleo-f302/include/periph_conf.h rename to boards/nucleo-f302r8/include/periph_conf.h index ea3935ac1916f088d0c5464cabf9cca3b4adbf2d..84172c9a5905c0fa56d45de2eacc4bcff53aa218 100644 --- a/boards/nucleo-f302/include/periph_conf.h +++ b/boards/nucleo-f302r8/include/periph_conf.h @@ -9,13 +9,13 @@ */ /** - * @defgroup boards_nucleo-f302 STM32 Nucleo-F302 + * @defgroup boards_nucleo-f302r8 STM32 Nucleo-F302R8 * @ingroup boards_common_nucleo64 - * @brief Support for the STM32 Nucleo-F302 + * @brief Support for the STM32 Nucleo-F302R8 * @{ * * @file - * @brief Peripheral MCU configuration for the nucleo-f302 board + * @brief Peripheral MCU configuration for the nucleo-f302r8 board * * @author Alexandre Abadie <alexandre.abadie@inria.fr> * @author Hauke Petersen <hauke.petersen@fu-berlin.de> diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile index 8b3f82feffd6947db34ab8d986222bbb10919d0f..ebc63b62b132c938f9326b42e73928a396245706 100644 --- a/examples/dtls-echo/Makefile +++ b/examples/dtls-echo/Makefile @@ -16,7 +16,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini cc2650-launchpad cc2650stk maple-mini \ microbit nrf51dongle nrf6310 nucleo32-f031 \ nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \ - nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302 nucleo-f334 \ + nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334 \ nucleo-l053 nucleo-l073 opencm904 \ spark-core stm32f0discovery yunjia-nrf51822 diff --git a/examples/emcute_mqttsn/Makefile b/examples/emcute_mqttsn/Makefile index 3858e3fb6a17621a1ef4a5ead8af941271f9f561..c5a88f133fa795aecad22468278a96d35c755280 100644 --- a/examples/emcute_mqttsn/Makefile +++ b/examples/emcute_mqttsn/Makefile @@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \ chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ nucleo32-f303 nucleo32-l031 nucleo-f030r8 nucleo-f070rb \ - nucleo-f072rb nucleo-f302 nucleo-f334 nucleo-l053 \ + nucleo-f072rb nucleo-f302r8 nucleo-f334 nucleo-l053 \ stm32f0discovery telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 z1 mega-xplained diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile index d7f250f34f162711b3fa52f78aabbb4a585b3acb..d77c0ea3533b9a59ac795718df7467fd114cec8a 100644 --- a/examples/gnrc_border_router/Makefile +++ b/examples/gnrc_border_router/Makefile @@ -11,7 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini cc2650-launchpad cc2650stk maple-mini \ microbit msb-430 msb-430h nrf51dongle nrf6310 \ nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \ - nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302 \ + nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 \ nucleo-f334 nucleo-l053 nucleo-l073 opencm904 \ spark-core stm32f0discovery telosb weio wsn430-v1_3b \ wsn430-v1_4 yunjia-nrf51822 z1 diff --git a/examples/gnrc_networking/Makefile b/examples/gnrc_networking/Makefile index bcae12b8d721282d1db6a178511c9f2fa38c7c7e..85019dba7a96c38126cc78c9f96063d6e735b648 100644 --- a/examples/gnrc_networking/Makefile +++ b/examples/gnrc_networking/Makefile @@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := calliope-mini chronos microbit msb-430 msb-430h \ nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \ - nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302 \ + nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 \ nucleo-f334 nucleo-l053 spark-core stm32f0discovery telosb \ wsn430-v1_3b wsn430-v1_4 z1 diff --git a/examples/gnrc_tftp/Makefile b/examples/gnrc_tftp/Makefile index 981057f2e25b6ac9bf1e1e397fb0e3e274b11f2e..48a2378e3db01db91180db7c871c6fd061aa434c 100644 --- a/examples/gnrc_tftp/Makefile +++ b/examples/gnrc_tftp/Makefile @@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini chronos \ microbit msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \ nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \ - nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302 nucleo-f334 \ + nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334 \ nucleo-l053 spark-core stm32f0discovery \ telosb wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 diff --git a/examples/javascript/Makefile b/examples/javascript/Makefile index 9a83826d7f06f7cd8b11a9ab88b1bbdaa9730085..899d430c32dc5abc8e15bec3888cd77fd8629d98 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-f302 nucleo-f334 nucleo-f410 \ + nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334 nucleo-f410 \ nucleo-l053 nucleo-l073 nucleo32-f031 nucleo32-f042 \ nucleo32-f303 nucleo32-l031 opencm904 \ spark-core stm32f0discovery yunjia-nrf51822 \ diff --git a/tests/conn_can/Makefile b/tests/conn_can/Makefile index b0df3d8a77e397e80bb04c9579c9c93c8aef0df0..1b6468326f7c3b6db76c546fe02850c3253c6a90 100644 --- a/tests/conn_can/Makefile +++ b/tests/conn_can/Makefile @@ -2,7 +2,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ nucleo32-f303 nucleo32-l031 nucleo-f030r8 nucleo-f070rb \ - nucleo-f072rb nucleo-f302 nucleo-f303 nucleo-f334 \ + nucleo-f072rb nucleo-f302r8 nucleo-f303 nucleo-f334 \ nucleo-l053 stm32f0discovery telosb wsn430-v1_3b \ wsn430-v1_4 z1 diff --git a/tests/gnrc_netif/Makefile b/tests/gnrc_netif/Makefile index ebf82f6a631b2155f8949136905bda9f9b841466..079adabd19f8e851d95b2541a0dc05ccd691587b 100644 --- a/tests/gnrc_netif/Makefile +++ b/tests/gnrc_netif/Makefile @@ -4,7 +4,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini cc2650-launchpad cc2650stk chronos maple-mini \ microbit msb-430 msb-430h nrf51dongle nrf6310 \ nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb \ - nucleo-f302 nucleo-f334 nucleo-l053 nucleo-l073 \ + nucleo-f302r8 nucleo-f334 nucleo-l053 nucleo-l073 \ nucleo32-f031 nucleo32-f042 nucleo32-f303 \ nucleo32-l031 opencm904 spark-core \ stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \ diff --git a/tests/gnrc_tcp_client/Makefile b/tests/gnrc_tcp_client/Makefile index c94c2fb5e342b70e8ee0d949fa6da755474d1c29..838d91063fae148a4325646f963b4ef8f0424e0f 100644 --- a/tests/gnrc_tcp_client/Makefile +++ b/tests/gnrc_tcp_client/Makefile @@ -13,7 +13,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ arduino-uno calliope-mini chronos mega-xplained microbit \ msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \ nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \ - nucleo-f070rb nucleo-f072rb nucleo-f302 nucleo-f334 nucleo-l053 \ + nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334 nucleo-l053 \ sb-430 sb-430h stm32f0discovery telosb \ wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 diff --git a/tests/gnrc_tcp_server/Makefile b/tests/gnrc_tcp_server/Makefile index 2fc83f110fe3155eaf70293aaa8ed60abb7c2bf3..e436c16cf36ae21df03b42494554a757ac6579ae 100644 --- a/tests/gnrc_tcp_server/Makefile +++ b/tests/gnrc_tcp_server/Makefile @@ -13,7 +13,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ arduino-uno calliope-mini chronos mega-xplained \ microbit msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \ nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \ - nucleo-f070rb nucleo-f072rb nucleo-f302 nucleo-f334 nucleo-l053 \ + nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334 nucleo-l053 \ sb-430 sb-430h stm32f0discovery telosb \ wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 diff --git a/tests/gnrc_udp/Makefile b/tests/gnrc_udp/Makefile index a522444da6ac65aa502161324b264968ee8b28b4..1e611790eb1b13b2c9210d3cfab63a2aa58f54ef 100644 --- a/tests/gnrc_udp/Makefile +++ b/tests/gnrc_udp/Makefile @@ -2,7 +2,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := calliope-mini chronos microbit msb-430 msb-430h \ nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \ - nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302 \ + nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 \ nucleo-f334 nucleo-l053 spark-core stm32f0discovery telosb \ wsn430-v1_3b wsn430-v1_4 z1 diff --git a/tests/pkg_fatfs/Makefile b/tests/pkg_fatfs/Makefile index 4039b5878d6bde926602605be966a784b3d91e1a..bb7b82b1d55990ccd88b149529a342312447e291 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-f091rc nucleo-f103rb nucleo-f302 \ + nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103rb nucleo-f302r8 \ 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 94b9ea5b7ff0621cc5120174a14f50321035e8a0..6fef97f23f74d00f7cf11f11634545b36f39385e 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-f091rc nucleo-f103rb nucleo-f302 \ + nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103rb nucleo-f302r8 \ 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 73ab3d4fa7a17e7df594a568c958834e638e0ec0..67674556f4e2e08e54ba2c665a48b8ec5929f628 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -38,7 +38,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \ nucleo-f072rb \ nucleo-f091rc \ nucleo-f103rb \ - nucleo-f302 \ + nucleo-f302r8 \ nucleo-f334 \ nucleo-f410 \ nucleo-l053 \ @@ -135,7 +135,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \ nucleo-f072rb \ nucleo-f091rc \ nucleo-f103rb \ - nucleo-f302 \ + nucleo-f302r8 \ nucleo-f303 \ nucleo-f334 \ nucleo-f401 \