From 18435609cefda05c3d08c08d25ffb713d5be572f Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Tue, 27 Feb 2018 14:37:17 +0100 Subject: [PATCH] boards/nucleo-l053r8: rename to marketing name --- boards/{nucleo-l053 => nucleo-l053r8}/Makefile | 0 boards/{nucleo-l053 => nucleo-l053r8}/Makefile.dep | 0 boards/{nucleo-l053 => nucleo-l053r8}/Makefile.features | 0 boards/{nucleo-l053 => nucleo-l053r8}/Makefile.include | 0 boards/{nucleo-l053 => nucleo-l053r8}/include/periph_conf.h | 6 +++--- examples/dtls-echo/Makefile | 2 +- examples/emcute_mqttsn/Makefile | 2 +- examples/gcoap/Makefile | 2 +- examples/gnrc_border_router/Makefile | 2 +- examples/gnrc_networking/Makefile | 2 +- examples/gnrc_tftp/Makefile | 2 +- examples/javascript/Makefile | 2 +- examples/nanocoap_server/Makefile | 2 +- examples/posix_sockets/Makefile | 2 +- examples/rdcli_simple/Makefile | 2 +- tests/conn_can/Makefile | 2 +- tests/driver_enc28j60/Makefile | 2 +- tests/driver_encx24j600/Makefile | 2 +- tests/driver_kw2xrf/Makefile | 2 +- tests/emb6/Makefile | 2 +- tests/gnrc_ipv6_ext/Makefile | 2 +- tests/gnrc_ipv6_nib_6ln/Makefile | 2 +- tests/gnrc_netif/Makefile | 2 +- tests/gnrc_sixlowpan/Makefile | 2 +- tests/gnrc_sock_dns/Makefile | 2 +- tests/gnrc_tcp_client/Makefile | 2 +- tests/gnrc_tcp_server/Makefile | 2 +- tests/gnrc_udp/Makefile | 2 +- tests/lwip/Makefile | 2 +- tests/lwip_sock_ip/Makefile | 2 +- tests/lwip_sock_tcp/Makefile | 2 +- tests/lwip_sock_udp/Makefile | 2 +- tests/mutex_order/Makefile | 2 +- tests/nhdp/Makefile | 2 +- tests/pkg_fatfs/Makefile | 2 +- tests/pkg_fatfs_vfs/Makefile | 2 +- tests/pkg_libcoap/Makefile | 2 +- tests/pkg_microcoap/Makefile | 2 +- tests/posix_semaphore/Makefile | 2 +- tests/ps_schedstatistics/Makefile | 2 +- tests/pthread_rwlock/Makefile | 2 +- tests/rmutex/Makefile | 2 +- tests/slip/Makefile | 2 +- tests/sntp/Makefile | 2 +- tests/thread_cooperation/Makefile | 2 +- tests/unittests/Makefile | 4 ++-- 46 files changed, 45 insertions(+), 45 deletions(-) rename boards/{nucleo-l053 => nucleo-l053r8}/Makefile (100%) rename boards/{nucleo-l053 => nucleo-l053r8}/Makefile.dep (100%) rename boards/{nucleo-l053 => nucleo-l053r8}/Makefile.features (100%) rename boards/{nucleo-l053 => nucleo-l053r8}/Makefile.include (100%) rename boards/{nucleo-l053 => nucleo-l053r8}/include/periph_conf.h (97%) diff --git a/boards/nucleo-l053/Makefile b/boards/nucleo-l053r8/Makefile similarity index 100% rename from boards/nucleo-l053/Makefile rename to boards/nucleo-l053r8/Makefile diff --git a/boards/nucleo-l053/Makefile.dep b/boards/nucleo-l053r8/Makefile.dep similarity index 100% rename from boards/nucleo-l053/Makefile.dep rename to boards/nucleo-l053r8/Makefile.dep diff --git a/boards/nucleo-l053/Makefile.features b/boards/nucleo-l053r8/Makefile.features similarity index 100% rename from boards/nucleo-l053/Makefile.features rename to boards/nucleo-l053r8/Makefile.features diff --git a/boards/nucleo-l053/Makefile.include b/boards/nucleo-l053r8/Makefile.include similarity index 100% rename from boards/nucleo-l053/Makefile.include rename to boards/nucleo-l053r8/Makefile.include diff --git a/boards/nucleo-l053/include/periph_conf.h b/boards/nucleo-l053r8/include/periph_conf.h similarity index 97% rename from boards/nucleo-l053/include/periph_conf.h rename to boards/nucleo-l053r8/include/periph_conf.h index ada5f0492e..6686f8944b 100644 --- a/boards/nucleo-l053/include/periph_conf.h +++ b/boards/nucleo-l053r8/include/periph_conf.h @@ -8,13 +8,13 @@ */ /** - * @defgroup boards_nucleo-l053 STM32 Nucleo-L053 + * @defgroup boards_nucleo-l053r8 STM32 Nucleo-L053R8 * @ingroup boards_common_nucleo64 - * @brief Support for the STM32 Nucleo-L053 + * @brief Support for the STM32 Nucleo-L053R8 * @{ * * @file - * @brief Peripheral MCU configuration for the nucleo-l053 board + * @brief Peripheral MCU configuration for the nucleo-l053r8 board * * @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Alexandre Abadie <alexandre.abadie@inria.fr> diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile index 68c9c1e171..84821fd505 100644 --- a/examples/dtls-echo/Makefile +++ b/examples/dtls-echo/Makefile @@ -17,7 +17,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini microbit nrf51dongle nrf6310 nucleo32-f031 \ nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \ nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \ - nucleo-l053 nucleo-l073 opencm904 \ + nucleo-l053r8 nucleo-l073 opencm904 \ spark-core stm32f0discovery yunjia-nrf51822 # Include packages that pull up and auto-init the link layer. diff --git a/examples/emcute_mqttsn/Makefile b/examples/emcute_mqttsn/Makefile index 6fdb0ea69f..a26fa50552 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-f302r8 nucleo-f334r8 nucleo-l053 \ + nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \ stm32f0discovery telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 z1 mega-xplained diff --git a/examples/gcoap/Makefile b/examples/gcoap/Makefile index 546da03c53..c8016441b8 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-f030r8 nucleo-f334r8 nucleo-l053 \ + nucleo32-l031 nucleo-f030r8 nucleo-f334r8 nucleo-l053r8 \ 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/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile index bd2b45f44b..5ece00215d 100644 --- a/examples/gnrc_border_router/Makefile +++ b/examples/gnrc_border_router/Makefile @@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-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-f302r8 \ - nucleo-f334r8 nucleo-l053 nucleo-l073 opencm904 \ + nucleo-f334r8 nucleo-l053r8 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 94b234bbc9..1421b42dc2 100644 --- a/examples/gnrc_networking/Makefile +++ b/examples/gnrc_networking/Makefile @@ -10,7 +10,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-f302r8 \ - nucleo-f334r8 nucleo-l053 spark-core stm32f0discovery telosb \ + nucleo-f334r8 nucleo-l053r8 spark-core stm32f0discovery telosb \ wsn430-v1_3b wsn430-v1_4 z1 # Include packages that pull up and auto-init the link layer. diff --git a/examples/gnrc_tftp/Makefile b/examples/gnrc_tftp/Makefile index f8ee6d6d14..6e7c6fc425 100644 --- a/examples/gnrc_tftp/Makefile +++ b/examples/gnrc_tftp/Makefile @@ -11,7 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-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-f302r8 nucleo-f334r8 \ - nucleo-l053 spark-core stm32f0discovery \ + nucleo-l053r8 spark-core stm32f0discovery \ telosb wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 # Include packages that pull up and auto-init the link layer. diff --git a/examples/javascript/Makefile b/examples/javascript/Makefile index 1f2b3c7c9b..71a757ad8f 100644 --- a/examples/javascript/Makefile +++ b/examples/javascript/Makefile @@ -11,7 +11,7 @@ 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-f410rb \ - nucleo-l053 nucleo-l073 nucleo32-f031 nucleo32-f042 \ + nucleo-l053r8 nucleo-l073 nucleo32-f031 nucleo32-f042 \ nucleo32-f303 nucleo32-l031 opencm904 \ spark-core stm32f0discovery yunjia-nrf51822 \ diff --git a/examples/nanocoap_server/Makefile b/examples/nanocoap_server/Makefile index dde7171f9b..817f833b6e 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-f030r8 nucleo-l053 stm32f0discovery \ + nucleo32-l031 nucleo-f030r8 nucleo-l053r8 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 292811dd6b..fd8d870a44 100644 --- a/examples/posix_sockets/Makefile +++ b/examples/posix_sockets/Makefile @@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \ nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-l031 \ nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f334r8 \ - nucleo-l053 stm32f0discovery telosb \ + nucleo-l053r8 stm32f0discovery telosb \ wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 # Include packages that pull up and auto-init the link layer. diff --git a/examples/rdcli_simple/Makefile b/examples/rdcli_simple/Makefile index 975c2ce362..d28ecbd9fb 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-f030r8 nucleo-l053 \ +BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-l053r8 \ 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 9e8830396f..98627638c4 100644 --- a/tests/conn_can/Makefile +++ b/tests/conn_can/Makefile @@ -3,7 +3,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-f302r8 nucleo-f303re nucleo-f334r8 \ - nucleo-l053 stm32f0discovery telosb wsn430-v1_3b \ + nucleo-l053r8 stm32f0discovery telosb wsn430-v1_3b \ wsn430-v1_4 z1 CFLAGS += -DLOG_LEVEL=LOG_ALL diff --git a/tests/driver_enc28j60/Makefile b/tests/driver_enc28j60/Makefile index df0bf9deaa..7053547fe6 100644 --- a/tests/driver_enc28j60/Makefile +++ b/tests/driver_enc28j60/Makefile @@ -1,6 +1,6 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f334r8 nucleo-l053 \ +BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f334r8 nucleo-l053r8 \ nucleo32-f031 nucleo32-f042 nucleo32-l031 \ stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \ z1 diff --git a/tests/driver_encx24j600/Makefile b/tests/driver_encx24j600/Makefile index 73ad086bdc..ee01bd4a23 100644 --- a/tests/driver_encx24j600/Makefile +++ b/tests/driver_encx24j600/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h \ - nucleo-l053 nucleo32-f031 nucleo32-f042 \ + nucleo-l053r8 nucleo32-f031 nucleo32-f042 \ nucleo32-l031 stm32f0discovery telosb \ wsn430-v1_3b wsn430-v1_4 z1 diff --git a/tests/driver_kw2xrf/Makefile b/tests/driver_kw2xrf/Makefile index 3622cd3444..624568437b 100644 --- a/tests/driver_kw2xrf/Makefile +++ b/tests/driver_kw2xrf/Makefile @@ -3,7 +3,7 @@ include ../Makefile.tests_common FEATURES_REQUIRED = periph_spi periph_gpio BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 \ - nucleo-f334r8 nucleo-l053 stm32f0discovery + nucleo-f334r8 nucleo-l053r8 stm32f0discovery USEMODULE += auto_init_gnrc_netif USEMODULE += gnrc_netdev_default diff --git a/tests/emb6/Makefile b/tests/emb6/Makefile index 045258e8fd..1c8cbcbd02 100644 --- a/tests/emb6/Makefile +++ b/tests/emb6/Makefile @@ -6,7 +6,7 @@ include ../Makefile.tests_common BOARD_BLACKLIST := msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-l031 nucleo32-f031 \ - nucleo32-f042 nucleo-l053 stm32f0discovery telosb \ + nucleo32-f042 nucleo-l053r8 stm32f0discovery telosb \ wsn430-v1_3b wsn430-v1_4 z1 USEPKG += emb6 diff --git a/tests/gnrc_ipv6_ext/Makefile b/tests/gnrc_ipv6_ext/Makefile index b5e3950e94..ed7d57a277 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-f030r8 nucleo-f103rb nucleo-f334r8 nucleo-l053 \ + nucleo32-l031 nucleo-f030r8 nucleo-f103rb nucleo-f334r8 nucleo-l053r8 \ 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 3552a76e49..66782d6386 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-f030r8 nucleo-l053 nucleo32-f031 \ +BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f030r8 nucleo-l053r8 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 b4e5891e57..62a143c76f 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-f302r8 nucleo-f334r8 nucleo-l053 nucleo-l073 \ + nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 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_sixlowpan/Makefile b/tests/gnrc_sixlowpan/Makefile index a828e92d06..81d77b0542 100644 --- a/tests/gnrc_sixlowpan/Makefile +++ b/tests/gnrc_sixlowpan/Makefile @@ -4,7 +4,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-f030r8 nucleo-f070rb nucleo-f103rb \ - nucleo-f334r8 nucleo-l053 spark-core \ + nucleo-f334r8 nucleo-l053r8 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 4b1e876601..8e3ca8574d 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-f030r8 nucleo-l053 nucleo32-l031 \ + nucleo-f030r8 nucleo-l053r8 nucleo32-l031 \ stm32f0discovery z1 USEMODULE += sock_dns diff --git a/tests/gnrc_tcp_client/Makefile b/tests/gnrc_tcp_client/Makefile index ecb3af05ad..70d169e49d 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-f302r8 nucleo-f334r8 nucleo-l053 \ + nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \ 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 9191158c71..57cbd5faeb 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-f302r8 nucleo-f334r8 nucleo-l053 \ + nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \ 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 18b769dbf8..47960f7c67 100644 --- a/tests/gnrc_udp/Makefile +++ b/tests/gnrc_udp/Makefile @@ -3,7 +3,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-f302r8 \ - nucleo-f334r8 nucleo-l053 spark-core stm32f0discovery telosb \ + nucleo-f334r8 nucleo-l053r8 spark-core stm32f0discovery telosb \ wsn430-v1_3b wsn430-v1_4 z1 USEMODULE += gnrc_netdev_default diff --git a/tests/lwip/Makefile b/tests/lwip/Makefile index 9ab165b302..fcc6429f11 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-f030r8 nucleo-f334r8 nucleo-l053 \ + nucleo32-l031 nucleo-f030r8 nucleo-f334r8 nucleo-l053r8 \ 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 2723060cb3..cc466f03f9 100644 --- a/tests/lwip_sock_ip/Makefile +++ b/tests/lwip_sock_ip/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 = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ - nucleo-f334r8 nucleo-l053 stm32f0discovery + nucleo-f334r8 nucleo-l053r8 stm32f0discovery LWIP_IPV4 ?= 0 diff --git a/tests/lwip_sock_tcp/Makefile b/tests/lwip_sock_tcp/Makefile index c8ce1154d0..8343e4f78c 100644 --- a/tests/lwip_sock_tcp/Makefile +++ b/tests/lwip_sock_tcp/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 = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ - nucleo-f334r8 nucleo-l053 stm32f0discovery + nucleo-f334r8 nucleo-l053r8 stm32f0discovery LWIP_IPV4 ?= 0 diff --git a/tests/lwip_sock_udp/Makefile b/tests/lwip_sock_udp/Makefile index c59031a9f5..b0ec658ae2 100644 --- a/tests/lwip_sock_udp/Makefile +++ b/tests/lwip_sock_udp/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 = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ - nucleo-f334r8 nucleo-l053 stm32f0discovery + nucleo-f334r8 nucleo-l053r8 stm32f0discovery LWIP_IPV4 ?= 0 diff --git a/tests/mutex_order/Makefile b/tests/mutex_order/Makefile index 40b5e49ac3..73c2e5d6af 100644 --- a/tests/mutex_order/Makefile +++ b/tests/mutex_order/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ - nucleo-l053 stm32f0discovery + nucleo-l053r8 stm32f0discovery # list of boards to run CI tests on TEST_ON_CI_WHITELIST += all diff --git a/tests/nhdp/Makefile b/tests/nhdp/Makefile index 4c09c0a198..bad81e0c92 100644 --- a/tests/nhdp/Makefile +++ b/tests/nhdp/Makefile @@ -4,7 +4,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 := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ - nucleo-f334r8 nucleo-l053 stm32f0discovery + nucleo-f334r8 nucleo-l053r8 stm32f0discovery USEMODULE += gnrc_ipv6 USEMODULE += gnrc_sock_udp diff --git a/tests/pkg_fatfs/Makefile b/tests/pkg_fatfs/Makefile index c508d33855..2501afefa2 100644 --- a/tests/pkg_fatfs/Makefile +++ b/tests/pkg_fatfs/Makefile @@ -15,7 +15,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560 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-f410rb nucleo-f411re \ - nucleo-f446re nucleo-l053 nucleo-l073 nucleo-l152 nucleo-l476 \ + nucleo-f446re nucleo-l053r8 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 \ sodaq-autonomo sodaq-explorer spark-core stm32f0discovery \ diff --git a/tests/pkg_fatfs_vfs/Makefile b/tests/pkg_fatfs_vfs/Makefile index 36c7968aaa..29b0b95250 100644 --- a/tests/pkg_fatfs_vfs/Makefile +++ b/tests/pkg_fatfs_vfs/Makefile @@ -38,7 +38,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560 nucleo32-f042 nucleo32-f303 nucleo32-l031 \ nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103rb nucleo-f302r8 \ nucleo-f303re nucleo-f334r8 nucleo-f401re nucleo-f410rb nucleo-f411re \ - nucleo-f446re nucleo-l053 nucleo-l073 nucleo-l152 nucleo-l476 \ + nucleo-f446re nucleo-l053r8 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 \ sodaq-autonomo sodaq-explorer spark-core stm32f0discovery \ diff --git a/tests/pkg_libcoap/Makefile b/tests/pkg_libcoap/Makefile index 7852ee40f4..1e74806092 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-f030r8 nucleo-f070rb nucleo-f334r8 nucleo-l053 \ + nucleo32-l031 nucleo-f030r8 nucleo-f070rb nucleo-f334r8 nucleo-l053r8 \ stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \ z1 diff --git a/tests/pkg_microcoap/Makefile b/tests/pkg_microcoap/Makefile index 5899660b18..a2927be8e3 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-f030r8 nucleo-l053 \ + nucleo32-l031 nucleo-f030r8 nucleo-l053r8 \ 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 3d767edcb8..a96c4a2051 100644 --- a/tests/posix_semaphore/Makefile +++ b/tests/posix_semaphore/Makefile @@ -2,7 +2,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := chronos mbed_lpc1768 msb-430 msb-430h nrf6310 \ nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ - nucleo-f334r8 nucleo-l053 spark-core \ + nucleo-f334r8 nucleo-l053r8 spark-core \ stm32f0discovery yunjia-nrf51822 USEMODULE += fmt diff --git a/tests/ps_schedstatistics/Makefile b/tests/ps_schedstatistics/Makefile index c02585952c..514aa11d23 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-f030r8 nucleo-l053 \ +BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-l053r8 \ 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 771a0bf39e..580f97a8ed 100644 --- a/tests/pthread_rwlock/Makefile +++ b/tests/pthread_rwlock/Makefile @@ -12,7 +12,7 @@ USEMODULE += random BOARD_INSUFFICIENT_MEMORY += chronos msb-430 msb-430h nucleo32-f031 \ nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ - nucleo-f334r8 nucleo-l053 stm32f0discovery + nucleo-f334r8 nucleo-l053r8 stm32f0discovery include $(RIOTBASE)/Makefile.include diff --git a/tests/rmutex/Makefile b/tests/rmutex/Makefile index 3254cd3582..c7bad75488 100644 --- a/tests/rmutex/Makefile +++ b/tests/rmutex/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ - nucleo-l053 stm32f0discovery + nucleo-l053r8 stm32f0discovery TEST_ON_CI_WHITELIST += all diff --git a/tests/slip/Makefile b/tests/slip/Makefile index 5f0f0dbe1d..6830deadc5 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-f030r8 nucleo-f334r8 nucleo-l053 \ + nucleo32-l031 nucleo-f030r8 nucleo-f334r8 nucleo-l053r8 \ stm32f0discovery BOARD_BLACKLIST += mips-malta diff --git a/tests/sntp/Makefile b/tests/sntp/Makefile index b83a4022c3..793010ae24 100644 --- a/tests/sntp/Makefile +++ b/tests/sntp/Makefile @@ -2,7 +2,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 \ nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ - nucleo-f334r8 nucleo-l053 stm32f0discovery \ + nucleo-f334r8 nucleo-l053r8 stm32f0discovery \ telosb z1 USEMODULE += sntp diff --git a/tests/thread_cooperation/Makefile b/tests/thread_cooperation/Makefile index 77b3fa6b79..d68726fe07 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-f030r8 nucleo32-l031 nucleo-l053 stm32f0discovery,$(BOARD))) +ifneq (,$(filter nucleo-f030r8 nucleo32-l031 nucleo-l053r8 stm32f0discovery,$(BOARD))) PROBLEM ?= 5 endif ifneq (,$(filter nucleo-f334r8,$(BOARD))) diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index dc4dc918f4..e4693d40c8 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -41,7 +41,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \ nucleo-f302r8 \ nucleo-f334r8 \ nucleo-f410rb \ - nucleo-l053 \ + nucleo-l053r8 \ nucleo-l073 \ nucleo-l433rc \ nz32-sc151 \ @@ -142,7 +142,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \ nucleo-f410rb \ nucleo-f411re \ nucleo-f446re \ - nucleo-l053 \ + nucleo-l053r8 \ nucleo-l073 \ nucleo-l152 \ nucleo-l433rc \ -- GitLab