diff --git a/boards/nucleo-f030/Makefile b/boards/nucleo-f030r8/Makefile similarity index 100% rename from boards/nucleo-f030/Makefile rename to boards/nucleo-f030r8/Makefile diff --git a/boards/nucleo-f030/Makefile.dep b/boards/nucleo-f030r8/Makefile.dep similarity index 100% rename from boards/nucleo-f030/Makefile.dep rename to boards/nucleo-f030r8/Makefile.dep diff --git a/boards/nucleo-f030/Makefile.features b/boards/nucleo-f030r8/Makefile.features similarity index 100% rename from boards/nucleo-f030/Makefile.features rename to boards/nucleo-f030r8/Makefile.features diff --git a/boards/nucleo-f030/Makefile.include b/boards/nucleo-f030r8/Makefile.include similarity index 100% rename from boards/nucleo-f030/Makefile.include rename to boards/nucleo-f030r8/Makefile.include diff --git a/boards/nucleo-f030/include/periph_conf.h b/boards/nucleo-f030r8/include/periph_conf.h similarity index 97% rename from boards/nucleo-f030/include/periph_conf.h rename to boards/nucleo-f030r8/include/periph_conf.h index 4946468399..5042dbca8d 100644 --- a/boards/nucleo-f030/include/periph_conf.h +++ b/boards/nucleo-f030r8/include/periph_conf.h @@ -7,13 +7,13 @@ */ /** - * @defgroup boards_nucleo-f030 STM32 Nucleo-F030 + * @defgroup boards_nucleo-f030r8 STM32 Nucleo-F030R8 * @ingroup boards_common_nucleo64 - * @brief Support for the STM32 Nucleo-F030 + * @brief Support for the STM32 Nucleo-F030R8 * @{ * * @file - * @brief Peripheral MCU configuration for the nucleo-f030 board + * @brief Peripheral MCU configuration for the nucleo-f030r8 board * * @author Hauke Petersen * @author José Ignacio Alamos diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile index afbc74d825..c3f5522fc7 100644 --- a/examples/dtls-echo/Makefile +++ b/examples/dtls-echo/Makefile @@ -15,7 +15,7 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \ 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-f030 \ + nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \ nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 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 dfd543147b..0fb24ea8b0 100644 --- a/examples/emcute_mqttsn/Makefile +++ b/examples/emcute_mqttsn/Makefile @@ -9,7 +9,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-f030 nucleo-f070 \ + nucleo32-f303 nucleo32-l031 nucleo-f030r8 nucleo-f070 \ nucleo-f072 nucleo-f302 nucleo-f334 nucleo-l053 \ stm32f0discovery telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 z1 mega-xplained diff --git a/examples/gcoap/Makefile b/examples/gcoap/Makefile index 5ebdcf11f9..b4ec78e364 100644 --- a/examples/gcoap/Makefile +++ b/examples/gcoap/Makefile @@ -10,7 +10,7 @@ BOARD ?= native RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ - nucleo32-l031 nucleo-f030 nucleo-f334 nucleo-l053 \ + nucleo32-l031 nucleo-f030r8 nucleo-f334 nucleo-l053 \ stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 z1 ## Uncomment to redefine port, for example use 61616 for RFC 6282 UDP compression. diff --git a/examples/gcoap/Makefile.slip b/examples/gcoap/Makefile.slip index 211d909d7f..f813e83cb5 100644 --- a/examples/gcoap/Makefile.slip +++ b/examples/gcoap/Makefile.slip @@ -10,7 +10,7 @@ BOARD ?= samr21-xpro # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../.. -BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo-f334 \ +BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-f334 \ stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \ z1 diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile index 9947cccc49..27555cf14d 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-f030 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \ + nucleo-f030r8 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \ 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 430da1f6a3..a2c2bb745e 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-f030 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \ + nucleo-f030r8 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \ 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 2d9d43bfe2..060eed987b 100644 --- a/examples/gnrc_tftp/Makefile +++ b/examples/gnrc_tftp/Makefile @@ -9,7 +9,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-f030 \ + nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \ nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 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 bda8e2ff55..a62c0d92ab 100644 --- a/examples/javascript/Makefile +++ b/examples/javascript/Makefile @@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \ cc2650-launchpad cc2650stk maple-mini \ - microbit nrf51dongle nrf6310 nucleo-f030 nucleo-f070 \ + microbit nrf51dongle nrf6310 nucleo-f030r8 nucleo-f070 \ nucleo-f072 nucleo-f103 nucleo-f302 nucleo-f334 nucleo-f410 \ nucleo-l053 nucleo-l073 nucleo32-f031 nucleo32-f042 \ nucleo32-f303 nucleo32-l031 opencm904 \ diff --git a/examples/nanocoap_server/Makefile b/examples/nanocoap_server/Makefile index 9030ca052d..06de4cc57f 100644 --- a/examples/nanocoap_server/Makefile +++ b/examples/nanocoap_server/Makefile @@ -8,7 +8,7 @@ BOARD ?= native RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ - nucleo32-l031 nucleo-f030 nucleo-l053 stm32f0discovery \ + nucleo32-l031 nucleo-f030r8 nucleo-l053 stm32f0discovery \ telosb z1 # Include packages that pull up and auto-init the link layer. diff --git a/examples/posix_sockets/Makefile b/examples/posix_sockets/Makefile index c37cb8550b..5e1ebb8b83 100644 --- a/examples/posix_sockets/Makefile +++ b/examples/posix_sockets/Makefile @@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \ nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-l031 \ - nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f334 \ + nucleo-f030r8 nucleo-f070 nucleo-f072 nucleo-f334 \ nucleo-l053 stm32f0discovery telosb \ wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 diff --git a/examples/rdcli_simple/Makefile b/examples/rdcli_simple/Makefile index 774c8ae63c..975c2ce362 100644 --- a/examples/rdcli_simple/Makefile +++ b/examples/rdcli_simple/Makefile @@ -7,7 +7,7 @@ BOARD ?= native # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../.. -BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo-l053 \ +BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-l053 \ nucleo32-f031 nucleo32-f042 nucleo32-l031 \ stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \ z1 diff --git a/tests/conn_can/Makefile b/tests/conn_can/Makefile index fe31e89978..024f12e6b6 100644 --- a/tests/conn_can/Makefile +++ b/tests/conn_can/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ - nucleo32-f303 nucleo32-l031 nucleo-f030 nucleo-f070 \ + nucleo32-f303 nucleo32-l031 nucleo-f030r8 nucleo-f070 \ nucleo-f072 nucleo-f302 nucleo-f303 nucleo-f334 \ nucleo-l053 stm32f0discovery telosb wsn430-v1_3b \ wsn430-v1_4 z1 diff --git a/tests/driver_xbee/Makefile b/tests/driver_xbee/Makefile index 9db581403a..3a468af595 100644 --- a/tests/driver_xbee/Makefile +++ b/tests/driver_xbee/Makefile @@ -2,7 +2,7 @@ include ../Makefile.tests_common FEATURES_REQUIRED = periph_uart periph_gpio -BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \ +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030r8 nucleo-f334 \ stm32f0discovery USEMODULE += xbee diff --git a/tests/gnrc_ipv6_ext/Makefile b/tests/gnrc_ipv6_ext/Makefile index 36253d2beb..da91eeace0 100644 --- a/tests/gnrc_ipv6_ext/Makefile +++ b/tests/gnrc_ipv6_ext/Makefile @@ -3,7 +3,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \ nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \ - nucleo32-l031 nucleo-f030 nucleo-f103 nucleo-f334 nucleo-l053 \ + nucleo32-l031 nucleo-f030r8 nucleo-f103 nucleo-f334 nucleo-l053 \ spark-core stm32f0discovery telosb \ wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 diff --git a/tests/gnrc_ipv6_nib_6ln/Makefile b/tests/gnrc_ipv6_nib_6ln/Makefile index 8b7de03e1e..3552a76e49 100644 --- a/tests/gnrc_ipv6_nib_6ln/Makefile +++ b/tests/gnrc_ipv6_nib_6ln/Makefile @@ -1,6 +1,6 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f030 nucleo-l053 nucleo32-f031 \ +BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f030r8 nucleo-l053 nucleo32-f031 \ nucleo32-l031 nucleo32-f042 stm32f0discovery \ telosb wsn430-v1_3b wsn430-v1_4 diff --git a/tests/gnrc_netif/Makefile b/tests/gnrc_netif/Makefile index c56d9b4e3f..166181042f 100644 --- a/tests/gnrc_netif/Makefile +++ b/tests/gnrc_netif/Makefile @@ -3,7 +3,7 @@ include ../Makefile.tests_common 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-f030 nucleo-f070 nucleo-f072 nucleo-f103 \ + nucleo-f030r8 nucleo-f070 nucleo-f072 nucleo-f103 \ nucleo-f302 nucleo-f334 nucleo-l053 nucleo-l073 \ nucleo32-f031 nucleo32-f042 nucleo32-f303 \ nucleo32-l031 opencm904 spark-core \ diff --git a/tests/gnrc_sixlowpan/Makefile b/tests/gnrc_sixlowpan/Makefile index 43aeed4568..a9268016e5 100644 --- a/tests/gnrc_sixlowpan/Makefile +++ b/tests/gnrc_sixlowpan/Makefile @@ -3,7 +3,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \ nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \ - nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f103 \ + nucleo32-l031 nucleo-f030r8 nucleo-f070 nucleo-f103 \ nucleo-f334 nucleo-l053 spark-core \ stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \ yunjia-nrf51822 z1 diff --git a/tests/gnrc_sock_dns/Makefile b/tests/gnrc_sock_dns/Makefile index 341393525b..a0e46fe2c2 100644 --- a/tests/gnrc_sock_dns/Makefile +++ b/tests/gnrc_sock_dns/Makefile @@ -3,7 +3,7 @@ include ../Makefile.tests_common RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := chronos telosb nucleo32-f042 nucleo32-f031 \ - nucleo-f030 nucleo-l053 nucleo32-l031 \ + nucleo-f030r8 nucleo-l053 nucleo32-l031 \ stm32f0discovery z1 USEMODULE += sock_dns diff --git a/tests/gnrc_tcp_client/Makefile b/tests/gnrc_tcp_client/Makefile index 7e3a29612b..a4d7bb96f3 100644 --- a/tests/gnrc_tcp_client/Makefile +++ b/tests/gnrc_tcp_client/Makefile @@ -12,7 +12,7 @@ TCP_TEST_CYCLES ?= 3 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-f030 \ + nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \ nucleo-f070 nucleo-f072 nucleo-f302 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 e955cb3484..4a077635d6 100644 --- a/tests/gnrc_tcp_server/Makefile +++ b/tests/gnrc_tcp_server/Makefile @@ -12,7 +12,7 @@ TCP_TEST_CYCLES ?= 3 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-f030 \ + nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \ nucleo-f070 nucleo-f072 nucleo-f302 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 6b8d4076df..57cd19eaaf 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-f030 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \ + nucleo-f030r8 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \ nucleo-f334 nucleo-l053 spark-core stm32f0discovery telosb \ wsn430-v1_3b wsn430-v1_4 z1 diff --git a/tests/lwip/Makefile b/tests/lwip/Makefile index 45955f10e7..e978306aff 100644 --- a/tests/lwip/Makefile +++ b/tests/lwip/Makefile @@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf6310 nucleo32-f031 nucleo32-f042 \ - nucleo32-l031 nucleo-f030 nucleo-f334 nucleo-l053 \ + nucleo32-l031 nucleo-f030r8 nucleo-f334 nucleo-l053 \ stm32f0discovery yunjia-nrf51822 # including lwip_ipv6_mld would currently break this test on at86rf2xx radios diff --git a/tests/lwip_sock_ip/Makefile b/tests/lwip_sock_ip/Makefile index 69248a0b01..e91702aeb1 100644 --- a/tests/lwip_sock_ip/Makefile +++ b/tests/lwip_sock_ip/Makefile @@ -5,7 +5,7 @@ include ../Makefile.tests_common BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained -BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ +BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ nucleo-f334 nucleo-l053 stm32f0discovery LWIP_IPV4 ?= 0 diff --git a/tests/lwip_sock_tcp/Makefile b/tests/lwip_sock_tcp/Makefile index 3107c664af..9ef8719dd3 100644 --- a/tests/lwip_sock_tcp/Makefile +++ b/tests/lwip_sock_tcp/Makefile @@ -5,7 +5,7 @@ include ../Makefile.tests_common BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained -BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ +BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ nucleo-f334 nucleo-l053 stm32f0discovery LWIP_IPV4 ?= 0 diff --git a/tests/lwip_sock_udp/Makefile b/tests/lwip_sock_udp/Makefile index 2fdddc99f3..e9deb13838 100644 --- a/tests/lwip_sock_udp/Makefile +++ b/tests/lwip_sock_udp/Makefile @@ -5,7 +5,7 @@ include ../Makefile.tests_common BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained -BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ +BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ nucleo-f334 nucleo-l053 stm32f0discovery LWIP_IPV4 ?= 0 diff --git a/tests/mutex_order/Makefile b/tests/mutex_order/Makefile index da96f82115..40b5e49ac3 100644 --- a/tests/mutex_order/Makefile +++ b/tests/mutex_order/Makefile @@ -1,6 +1,6 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ nucleo-l053 stm32f0discovery # list of boards to run CI tests on diff --git a/tests/nhdp/Makefile b/tests/nhdp/Makefile index 6405ca9488..0c52c8d904 100644 --- a/tests/nhdp/Makefile +++ b/tests/nhdp/Makefile @@ -3,7 +3,7 @@ include ../Makefile.tests_common BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb \ wsn430-v1_3b wsn430-v1_4 z1 waspmote-pro arduino-uno \ arduino-duemilanove jiminy-mega256rfr2 mega-xplained -BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ nucleo-f334 nucleo-l053 stm32f0discovery USEMODULE += gnrc_ipv6 diff --git a/tests/pkg_libcoap/Makefile b/tests/pkg_libcoap/Makefile index 706cc45023..9f9b0bf83c 100644 --- a/tests/pkg_libcoap/Makefile +++ b/tests/pkg_libcoap/Makefile @@ -5,7 +5,7 @@ BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 waspmote-pro arduino-uno arduino-duemilanove \ jiminy-mega256rfr2 mega-xplained BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ - nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f334 nucleo-l053 \ + nucleo32-l031 nucleo-f030r8 nucleo-f070 nucleo-f334 nucleo-l053 \ stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \ z1 diff --git a/tests/pkg_microcoap/Makefile b/tests/pkg_microcoap/Makefile index aa020cb86d..560e94f19d 100644 --- a/tests/pkg_microcoap/Makefile +++ b/tests/pkg_microcoap/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ - nucleo32-l031 nucleo-f030 nucleo-l053 \ + nucleo32-l031 nucleo-f030r8 nucleo-l053 \ stm32f0discovery telosb z1 # Include packages that pull up and auto-init the link layer. diff --git a/tests/posix_semaphore/Makefile b/tests/posix_semaphore/Makefile index f83470100e..00b61c8497 100644 --- a/tests/posix_semaphore/Makefile +++ b/tests/posix_semaphore/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := chronos mbed_lpc1768 msb-430 msb-430h nrf6310 \ - nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ + nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ nucleo-f334 nucleo-l053 spark-core \ stm32f0discovery yunjia-nrf51822 diff --git a/tests/ps_schedstatistics/Makefile b/tests/ps_schedstatistics/Makefile index e745bdea99..c02585952c 100644 --- a/tests/ps_schedstatistics/Makefile +++ b/tests/ps_schedstatistics/Makefile @@ -1,6 +1,6 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo-l053 \ +BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-l053 \ nucleo32-f031 nucleo32-f042 nucleo32-l031 \ stm32f0discovery telosb wsn430-v1_3b \ wsn430-v1_4 z1 diff --git a/tests/pthread_rwlock/Makefile b/tests/pthread_rwlock/Makefile index 9b65c331fc..57b10c79d4 100644 --- a/tests/pthread_rwlock/Makefile +++ b/tests/pthread_rwlock/Makefile @@ -11,7 +11,7 @@ USEMODULE += xtimer USEMODULE += random BOARD_INSUFFICIENT_MEMORY += chronos msb-430 msb-430h nucleo32-f031 \ - nucleo32-f042 nucleo32-l031 nucleo-f030 \ + nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ nucleo-f334 nucleo-l053 stm32f0discovery include $(RIOTBASE)/Makefile.include diff --git a/tests/rmutex/Makefile b/tests/rmutex/Makefile index e8c04d6aa0..3254cd3582 100644 --- a/tests/rmutex/Makefile +++ b/tests/rmutex/Makefile @@ -1,6 +1,6 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ nucleo-l053 stm32f0discovery TEST_ON_CI_WHITELIST += all diff --git a/tests/slip/Makefile b/tests/slip/Makefile index 9dfc38b507..0be8fd75f6 100644 --- a/tests/slip/Makefile +++ b/tests/slip/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ - nucleo32-l031 nucleo-f030 nucleo-f334 nucleo-l053 \ + nucleo32-l031 nucleo-f030r8 nucleo-f334 nucleo-l053 \ stm32f0discovery BOARD_BLACKLIST += mips-malta diff --git a/tests/sntp/Makefile b/tests/sntp/Makefile index 9763168fdd..e028813d2e 100644 --- a/tests/sntp/Makefile +++ b/tests/sntp/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 \ - nucleo32-f042 nucleo32-l031 nucleo-f030 \ + nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ nucleo-f334 nucleo-l053 stm32f0discovery \ telosb z1 diff --git a/tests/thread_cooperation/Makefile b/tests/thread_cooperation/Makefile index eef3ae25de..e9e593c721 100644 --- a/tests/thread_cooperation/Makefile +++ b/tests/thread_cooperation/Makefile @@ -10,7 +10,7 @@ DISABLE_MODULE += auto_init ifneq (,$(filter nucleo32-f042,$(BOARD))) PROBLEM ?= 3 endif -ifneq (,$(filter nucleo-f030 nucleo32-l031 nucleo-l053 stm32f0discovery,$(BOARD))) +ifneq (,$(filter nucleo-f030r8 nucleo32-l031 nucleo-l053 stm32f0discovery,$(BOARD))) PROBLEM ?= 5 endif ifneq (,$(filter nucleo-f334,$(BOARD))) diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index 300bc35f95..7efc565621 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -33,7 +33,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \ nucleo32-f303 \ nucleo32-l031 \ nucleo32-l432 \ - nucleo-f030 \ + nucleo-f030r8 \ nucleo-f070 \ nucleo-f072 \ nucleo-f091 \ @@ -130,7 +130,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \ nucleo32-f303 \ nucleo32-l031 \ nucleo32-l432 \ - nucleo-f030 \ + nucleo-f030r8 \ nucleo-f070 \ nucleo-f072 \ nucleo-f091 \