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 ada5f0492ec8ded966adc9ae8273c40906510cdc..6686f8944b712e8e6ecf346d5cad712e1db2432d 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 68c9c1e171d7d843b5625f32e79337a25b18edad..84821fd50582755edcc75e325a267eedc5c99476 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 6fdb0ea69f51e5904993b3c092acc352f70309fe..a26fa505521eee0ddf85873a950405e1baa3a2fb 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 546da03c537be4d45506d471bdf2f416b769fdf0..c8016441b833de838e54666b53c19f628e99ec57 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 bd2b45f44bc1dd43e9bc104e3c78e0f8b089be06..5ece00215d2d495badcbea569372f1681bf15326 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 94b234bbc957599d21b15306f7ddd909118ecc9c..1421b42dc2dbe2b5d150ec995e82e82b246a7273 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 f8ee6d6d14a4b46fbaea877fbb52424563e31b88..6e7c6fc425bb606dec6585b15aef305d35e3789e 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 1f2b3c7c9b1f75fdb718fb4b204c2bd05c8e6167..71a757ad8f6a7dd649a415183518e57e57c354bb 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 dde7171f9b97596fc99947103290b4a073239b9f..817f833b6e2cdb16ea8503d1cd1cb29296e164bf 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 292811dd6bbde8211f643739004a2bb210ae81a6..fd8d870a44388bbe7add14c00ee3384dd8cf65c6 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 975c2ce3626361e044c296fcd06266961f5e9dc5..d28ecbd9fb7794ac94b9c7f0a22f2bacefaed8b8 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 9e8830396faf026f78ec0b22edfd456919bbfe1e..98627638c4cd4d2e931e2b41c3904daf125e212d 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 df0bf9deaadb373c40b685d79586788a901ac3a4..7053547fe676db26eae66394b9ae3c1ec02a4d84 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 73ad086bdc73d37fbde8221a1df30d79e5c862c1..ee01bd4a23d137285acbfe55e230e88491911d4d 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 3622cd3444440cb2b5ab66594b31accf504099e4..624568437bc1fb6077063cbc51d727891e85819a 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 045258e8fdccc88f83ba0d3d64b52125646e18fc..1c8cbcbd02a685ed60d2e5d4cf988cfd7f80036f 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 b5e3950e94594193d47bddc56782831e65f6e7a6..ed7d57a277799a7b2cc0713ee0254343a05b4759 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 3552a76e49617b077da1a8762061c8ad01b4bf1c..66782d638625052939a3bcc4bc4c63a2a244d932 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 b4e5891e57d6b0b1a0e6e31589c2d30c4c9841c7..62a143c76f2cb3cfedf81346a8e855ab7097dbd2 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 a828e92d062f8f868a758b8bca47e6dd2935ff93..81d77b0542c55c4146cad73bcc9dfd95033c0c92 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 4b1e8766017981132760c33bbe904e57ef474301..8e3ca8574d6f744cdd54628163a668879970618d 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 ecb3af05ad360455d5687c71fd64d4dc0ded4491..70d169e49d363f4ee631d3e3ccc488853c399ece 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 9191158c7151e9b843c260fb47b84361469d4f51..57cbd5faeb865b99e1aa9bd24a73f356169edb75 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 18b769dbf857e4a6ba004706f78b0522d5e3614d..47960f7c677543ce0c904a40d547c3315c7cb615 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 9ab165b3020eb06f45b0ce0f19570b76e9f28f80..fcc6429f11d42c1681e3343d0dcdf76cadd751c3 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 2723060cb3349ee14b6236f4a0901b687cf7c4c2..cc466f03f94de89ae09bdd54915bb10d969e4be7 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 c8ce1154d0ca390d6a5edc8a727f509026038ce8..8343e4f78c794aec6eabfd6a0ebfc85c120fa9b1 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 c59031a9f58e7c15783b279ab83c4fa0eeedc76e..b0ec658ae281a5e333645d2807f08b0a6c719a35 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 40b5e49ac33c2641f5d198a97dcc5e562aa3c655..73c2e5d6af0b6ed52c6245c1b49d102f88c70aeb 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 4c09c0a198998772bd2ce9c763c67e19fdff6480..bad81e0c9237b9b8950f0994f32586704d18162b 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 c508d338558f80f7293401d61514ac2001139297..2501afefa227ef73dddf334a1d24b81167068307 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 36c7968aaa8486f86507f62ffdb4f553248a1070..29b0b95250ea568b3f559db58ab864e1c421ea4e 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 7852ee40f48ef63d28b559d34537a91c92eaa837..1e74806092e9016dc8ce2d4435389c45d4aede48 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 5899660b18847296d2ac21e83c71561cb1109a2e..a2927be8e3e5c355ebaa0658db787510228da5db 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 3d767edcb840a2e4ae2c1bc87c02b21ff6364cc0..a96c4a205162b5f65d6fca4d8ea614a3db3f20d1 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 c02585952ca249eb63578efb3edbff5fd6fde05d..514aa11d2382b204285c52bf8218e84eff2c875e 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 771a0bf39e75ed1fc9d2fcb381bc9df32d3b8100..580f97a8edc43dff995b4fdd7f418202ac7fc639 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 3254cd3582671c48712282bd20c583b141dd18e1..c7bad75488c4d18a8e8873fdb853abd51b18ed27 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 5f0f0dbe1d82d68081c2952d421c1b8cba1caed4..6830deadc5c4e62fb6b2a40eecdf930b7da59ba3 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 b83a4022c38c978913358790776e983461e5a298..793010ae24e861395621fcd6936984b80f3fc8aa 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 77b3fa6b791f95df029fcdba999af23c44211294..d68726fe079fcde8421e5c59d15e731b986a59e7 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 dc4dc918f4641311006bd85d17774c475acb825b..e4693d40c8e7345a461b9c7dfddaa4ed88795741 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 \