From 07a7ae9c3ae35587fc45d62c94944c961dbb8a68 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 24 Apr 2019 23:35:35 +0200 Subject: [PATCH] test: not enough memory for i-nucleo-lrwan1 --- tests/cond_order/Makefile | 4 ++-- tests/conn_can/Makefile | 3 ++- tests/cpp11_condition_variable/Makefile | 2 +- tests/cpp11_mutex/Makefile | 2 +- tests/cpp11_thread/Makefile | 2 +- tests/driver_enc28j60/Makefile | 4 ++-- tests/driver_encx24j600/Makefile | 2 +- tests/driver_kw2xrf/Makefile | 2 +- tests/emb6/Makefile | 4 ++-- tests/gnrc_ipv6_ext/Makefile | 4 ++-- tests/gnrc_ipv6_nib_6ln/Makefile | 4 ++-- tests/gnrc_mac_timeout/Makefile | 4 ++-- tests/gnrc_ndp/Makefile | 4 ++-- tests/gnrc_netif/Makefile | 3 ++- tests/gnrc_rpl_srh/Makefile | 4 ++-- tests/gnrc_sixlowpan/Makefile | 3 ++- tests/gnrc_sock_dns/Makefile | 5 +++-- tests/gnrc_tcp_client/Makefile | 12 ++++++------ tests/gnrc_tcp_server/Makefile | 3 ++- tests/gnrc_udp/Makefile | 1 + tests/lwip/Makefile | 3 ++- tests/lwip_sock_ip/Makefile | 6 +++--- tests/lwip_sock_tcp/Makefile | 3 ++- tests/lwip_sock_udp/Makefile | 3 ++- tests/mutex_order/Makefile | 1 + tests/nanocoap_cli/Makefile | 4 ++-- tests/nhdp/Makefile | 3 ++- tests/pkg_fatfs/Makefile | 6 +++--- tests/pkg_fatfs_vfs/Makefile | 4 ++-- tests/pkg_libcoap/Makefile | 3 ++- tests/pkg_libcose/Makefile | 3 ++- tests/pkg_microcoap/Makefile | 3 ++- tests/pkg_relic/Makefile | 3 ++- tests/posix_semaphore/Makefile | 3 ++- tests/ps_schedstatistics/Makefile | 3 ++- tests/pthread_barrier/Makefile | 3 ++- tests/pthread_cooperation/Makefile | 2 +- tests/pthread_rwlock/Makefile | 3 ++- tests/riotboot_flashwrite/Makefile | 3 ++- tests/rmutex/Makefile | 1 + tests/slip/Makefile | 3 ++- tests/sntp/Makefile | 3 ++- tests/thread_cooperation/Makefile | 3 ++- tests/unittests/Makefile | 2 ++ 44 files changed, 86 insertions(+), 60 deletions(-) diff --git a/tests/cond_order/Makefile b/tests/cond_order/Makefile index bee6aa8c42..b73ff45126 100644 --- a/tests/cond_order/Makefile +++ b/tests/cond_order/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 \ - nucleo-f030 nucleo-l053 stm32f0discovery \ +BOARD_INSUFFICIENT_MEMORY := i-nucleo-lrwan1 nucleo32-f031 nucleo32-f042 \ + nucleo32-l031 nucleo-f030 nucleo-l053 stm32f0discovery \ arduino-duemilanove arduino-nano arduino-uno \ nucleo-f030r8 nucleo-f031k6 nucleo-f042k6 \ nucleo-l031k6 nucleo-l053r8 diff --git a/tests/conn_can/Makefile b/tests/conn_can/Makefile index 8d184e8a1d..1b16dd7176 100644 --- a/tests/conn_can/Makefile +++ b/tests/conn_can/Makefile @@ -1,7 +1,8 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno chronos hifive1 msb-430 msb-430h \ + arduino-uno chronos hifive1 i-nucleo-lrwan1 \ + msb-430 msb-430h \ nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \ nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \ nucleo-f072rb nucleo-f302r8 nucleo-f303re \ diff --git a/tests/cpp11_condition_variable/Makefile b/tests/cpp11_condition_variable/Makefile index 9daa1b532c..d150952355 100644 --- a/tests/cpp11_condition_variable/Makefile +++ b/tests/cpp11_condition_variable/Makefile @@ -6,7 +6,7 @@ include ../Makefile.tests_common # Debian jessie libstdc++-arm-none-eabi-newlib-4.8.3-9+4 works fine, though. # Remove this line if Travis is upgraded to a different toolchain which does # not pull in all C++ locale code whenever exceptions are used. -BOARD_INSUFFICIENT_MEMORY := nucleo-f334r8 spark-core stm32f0discovery +BOARD_INSUFFICIENT_MEMORY := i-nucleo-lrwan1 nucleo-f334r8 spark-core stm32f0discovery # If you want to add some extra flags when compile c++ files, add these flags # to CXXEXFLAGS variable diff --git a/tests/cpp11_mutex/Makefile b/tests/cpp11_mutex/Makefile index a17376ae96..4886b4eaea 100644 --- a/tests/cpp11_mutex/Makefile +++ b/tests/cpp11_mutex/Makefile @@ -6,7 +6,7 @@ include ../Makefile.tests_common # Debian jessie libstdc++-arm-none-eabi-newlib-4.8.3-9+4 works fine, though. # Remove this line if Travis is upgraded to a different toolchain which does # not pull in all C++ locale code whenever exceptions are used. -BOARD_INSUFFICIENT_MEMORY := nucleo-f334r8 spark-core stm32f0discovery +BOARD_INSUFFICIENT_MEMORY := i-nucleo-lrwan1 nucleo-f334r8 spark-core stm32f0discovery # If you want to add some extra flags when compile c++ files, add these flags # to CXXEXFLAGS variable diff --git a/tests/cpp11_thread/Makefile b/tests/cpp11_thread/Makefile index 9daa1b532c..d150952355 100644 --- a/tests/cpp11_thread/Makefile +++ b/tests/cpp11_thread/Makefile @@ -6,7 +6,7 @@ include ../Makefile.tests_common # Debian jessie libstdc++-arm-none-eabi-newlib-4.8.3-9+4 works fine, though. # Remove this line if Travis is upgraded to a different toolchain which does # not pull in all C++ locale code whenever exceptions are used. -BOARD_INSUFFICIENT_MEMORY := nucleo-f334r8 spark-core stm32f0discovery +BOARD_INSUFFICIENT_MEMORY := i-nucleo-lrwan1 nucleo-f334r8 spark-core stm32f0discovery # If you want to add some extra flags when compile c++ files, add these flags # to CXXEXFLAGS variable diff --git a/tests/driver_enc28j60/Makefile b/tests/driver_enc28j60/Makefile index 578cb683b9..93a935dc96 100644 --- a/tests/driver_enc28j60/Makefile +++ b/tests/driver_enc28j60/Makefile @@ -1,8 +1,8 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno msb-430 msb-430h nucleo-f334r8 \ - nucleo-l053r8 nucleo-f031k6 nucleo-f042k6 \ + arduino-uno i-nucleo-lrwan1 msb-430 msb-430h \ + nucleo-f334r8 nucleo-l053r8 nucleo-f031k6 nucleo-f042k6 \ nucleo-f303k8 nucleo-l031k6 mega-xplained \ stm32f0discovery telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 z1 diff --git a/tests/driver_encx24j600/Makefile b/tests/driver_encx24j600/Makefile index 3d4cd4014d..d67316b157 100644 --- a/tests/driver_encx24j600/Makefile +++ b/tests/driver_encx24j600/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno msb-430 msb-430h \ + arduino-uno i-nucleo-lrwan1 msb-430 msb-430h \ nucleo-l053r8 nucleo-f031k6 nucleo-f042k6 \ nucleo-l031k6 stm32f0discovery telosb \ waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 diff --git a/tests/driver_kw2xrf/Makefile b/tests/driver_kw2xrf/Makefile index 798b9de990..8d9f0cad18 100644 --- a/tests/driver_kw2xrf/Makefile +++ b/tests/driver_kw2xrf/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno nucleo-f031k6 nucleo-f042k6 \ + arduino-uno i-nucleo-lrwan1 nucleo-f031k6 nucleo-f042k6 \ nucleo-l031k6 nucleo-f334r8 nucleo-l053r8 \ stm32f0discovery waspmote-pro diff --git a/tests/emb6/Makefile b/tests/emb6/Makefile index 5c77e43a3e..0e5581883c 100644 --- a/tests/emb6/Makefile +++ b/tests/emb6/Makefile @@ -7,8 +7,8 @@ BOARD_BLACKLIST := msb-430 msb-430h pic32-clicker pic32-wifire \ telosb wsn430-v1_3b wsn430-v1_4 z1 BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno msb-430 msb-430h nucleo-l031k6 \ - nucleo-f031k6 nucleo-f042k6 nucleo-l053r8 \ + arduino-uno i-nucleo-lrwan1 msb-430 msb-430h \ + nucleo-l031k6 nucleo-f031k6 nucleo-f042k6 nucleo-l053r8 \ stm32f0discovery telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 z1 diff --git a/tests/gnrc_ipv6_ext/Makefile b/tests/gnrc_ipv6_ext/Makefile index ee05f1e6ec..1b468c5e4e 100644 --- a/tests/gnrc_ipv6_ext/Makefile +++ b/tests/gnrc_ipv6_ext/Makefile @@ -3,8 +3,8 @@ DEVELHELP := 1 include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno hifive1 mega-xplained msb-430 \ - msb-430h nucleo-f030r8 nucleo-f031k6 \ + arduino-uno hifive1 i-nucleo-lrwan1 mega-xplained \ + msb-430 msb-430h nucleo-f030r8 nucleo-f031k6 \ nucleo-f042k6 nucleo-f070rb nucleo-f072rb \ nucleo-f303k8 nucleo-f334r8 nucleo-l031k6 \ nucleo-l053r8 stm32f0discovery telosb thingy52 \ diff --git a/tests/gnrc_ipv6_nib_6ln/Makefile b/tests/gnrc_ipv6_nib_6ln/Makefile index abd6bf9cd5..2d00d48fce 100644 --- a/tests/gnrc_ipv6_nib_6ln/Makefile +++ b/tests/gnrc_ipv6_nib_6ln/Makefile @@ -1,8 +1,8 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno chronos nucleo-f030r8 nucleo-l053r8 \ - nucleo-f031k6 nucleo-l031k6 nucleo-f042k6 \ + arduino-uno chronos i-nucleo-lrwan1 nucleo-f030r8 \ + nucleo-l053r8 nucleo-f031k6 nucleo-l031k6 nucleo-f042k6 \ stm32f0discovery telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 diff --git a/tests/gnrc_mac_timeout/Makefile b/tests/gnrc_mac_timeout/Makefile index 25342cb803..82e42d8e7a 100644 --- a/tests/gnrc_mac_timeout/Makefile +++ b/tests/gnrc_mac_timeout/Makefile @@ -2,8 +2,8 @@ APPLICATION = gnrc_mac_timeout include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno chronos nucleo-f030r8 nucleo-f031k6 \ - nucleo-f042k6 nucleo-l031k6 nucleo-l053r8 \ + arduino-uno chronos i-nucleo-lrwan1 nucleo-f030r8 \ + nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 nucleo-l053r8 \ stm32f0discovery waspmote-pro USEMODULE += gnrc_mac diff --git a/tests/gnrc_ndp/Makefile b/tests/gnrc_ndp/Makefile index 752bd26f46..76409a9457 100644 --- a/tests/gnrc_ndp/Makefile +++ b/tests/gnrc_ndp/Makefile @@ -1,8 +1,8 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno chronos nucleo-f030r8 nucleo-f031k6 \ - nucleo-f042k6 nucleo-l031k6 nucleo-l053r8 \ + arduino-uno chronos i-nucleo-lrwan1 nucleo-f030r8 \ + nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 nucleo-l053r8 \ stm32f0discovery telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 diff --git a/tests/gnrc_netif/Makefile b/tests/gnrc_netif/Makefile index d656ff80f8..1edfcea62d 100644 --- a/tests/gnrc_netif/Makefile +++ b/tests/gnrc_netif/Makefile @@ -3,7 +3,8 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ arduino-nano arduino-uno b-l072z-lrwan1 blackpill \ bluepill calliope-mini cc2650-launchpad cc2650stk \ - chronos hifive1 lsn50 maple-mini mega-xplained microbit \ + chronos hifive1 i-nucleo-lrwan1 lsn50 maple-mini \ + mega-xplained microbit \ msb-430 msb-430h nrf51dk nrf51dongle nrf6310 \ nucleo-f030r8 nucleo-f070rb nucleo-f072rb \ nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \ diff --git a/tests/gnrc_rpl_srh/Makefile b/tests/gnrc_rpl_srh/Makefile index 7dd0886c53..699923c17d 100644 --- a/tests/gnrc_rpl_srh/Makefile +++ b/tests/gnrc_rpl_srh/Makefile @@ -3,8 +3,8 @@ DEVELHELP := 1 include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno hifive1 mega-xplained msb-430 \ - msb-430h nucleo-f030r8 nucleo-f031k6 \ + arduino-uno hifive1 i-nucleo-lrwan1 mega-xplained \ + msb-430 msb-430h nucleo-f030r8 nucleo-f031k6 \ nucleo-f042k6 nucleo-f070rb nucleo-f072rb \ nucleo-f303k8 nucleo-f334r8 nucleo-l031k6 \ nucleo-l053r8 saml10-xpro saml11-xpro \ diff --git a/tests/gnrc_sixlowpan/Makefile b/tests/gnrc_sixlowpan/Makefile index 1f574da3ad..bdf94b35ae 100644 --- a/tests/gnrc_sixlowpan/Makefile +++ b/tests/gnrc_sixlowpan/Makefile @@ -2,7 +2,8 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno chronos hifive1 msb-430 msb-430h \ + arduino-uno chronos hifive1 i-nucleo-lrwan1 \ + msb-430 msb-430h \ nucleo-f030r8 nucleo-f031k6 nucleo-f042k6 \ nucleo-f070rb nucleo-f070rb nucleo-f072rb \ nucleo-f303k8 nucleo-f334r8 nucleo-l031k6 \ diff --git a/tests/gnrc_sock_dns/Makefile b/tests/gnrc_sock_dns/Makefile index 32fe12dc68..14cb8519b9 100644 --- a/tests/gnrc_sock_dns/Makefile +++ b/tests/gnrc_sock_dns/Makefile @@ -3,8 +3,9 @@ include ../Makefile.tests_common RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno chronos hifive1 mega-xplained \ - msb-430 msb-430h nucleo-f042k6 nucleo-f031k6 \ + arduino-uno chronos hifive1 i-nucleo-lrwan1 \ + mega-xplained msb-430 msb-430h \ + nucleo-f042k6 nucleo-f031k6 \ nucleo-f030r8 nucleo-f303k8 nucleo-l053r8 \ nucleo-l031k6 stm32f0discovery thingy52 telosb \ waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 diff --git a/tests/gnrc_tcp_client/Makefile b/tests/gnrc_tcp_client/Makefile index 5a8ad74cf7..53396d0bb5 100644 --- a/tests/gnrc_tcp_client/Makefile +++ b/tests/gnrc_tcp_client/Makefile @@ -15,12 +15,12 @@ TCP_TEST_CYCLES ?= 3 # Mark Boards with insufficient memory BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ arduino-nano arduino-uno calliope-mini chronos \ - hifive1 mega-xplained microbit msb-430 msb-430h \ - nrf51dk nrf51dongle nrf6310 nucleo-f031k6 \ - nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \ - nucleo-f030r8 nucleo-f070rb nucleo-f072rb \ - nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \ - saml10-xpro saml11-xpro sb-430 sb-430h \ + hifive1 i-nucleo-lrwan1 mega-xplained microbit \ + msb-430 msb-430h nrf51dk nrf51dongle nrf6310 \ + nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \ + nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \ + nucleo-f072rb nucleo-f302r8 nucleo-f334r8 \ + nucleo-l053r8 saml10-xpro saml11-xpro sb-430 sb-430h \ stm32f0discovery telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 yunjia-nrf51822 z1 diff --git a/tests/gnrc_tcp_server/Makefile b/tests/gnrc_tcp_server/Makefile index c69c140b08..a318313e37 100644 --- a/tests/gnrc_tcp_server/Makefile +++ b/tests/gnrc_tcp_server/Makefile @@ -14,7 +14,8 @@ TCP_TEST_CYCLES ?= 3 # Mark Boards with insufficient memory BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ arduino-nano arduino-uno calliope-mini chronos \ - hifive1 mega-xplained microbit msb-430 msb-430h \ + hifive1 i-nucleo-lrwan1 mega-xplained microbit \ + msb-430 msb-430h \ nrf51dk nrf51dongle nrf6310 nucleo-f031k6 \ nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \ nucleo-f030r8 nucleo-f070rb nucleo-f072rb \ diff --git a/tests/gnrc_udp/Makefile b/tests/gnrc_udp/Makefile index e2370b2438..5301af03e0 100644 --- a/tests/gnrc_udp/Makefile +++ b/tests/gnrc_udp/Makefile @@ -2,6 +2,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ arduino-uno calliope-mini chronos hifive1 \ + i-nucleo-lrwan1 \ mega-xplained microbit msb-430 msb-430h \ nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \ nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \ diff --git a/tests/lwip/Makefile b/tests/lwip/Makefile index 6873c0af2e..4001a85de2 100644 --- a/tests/lwip/Makefile +++ b/tests/lwip/Makefile @@ -7,7 +7,8 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \ esp8266-sparkfun-thing jiminy-mega256rfr2 mega-xplained \ msb-430 msb-430h telosb waspmote-pro \ wsn430-v1_3b wsn430-v1_4 z1 -BOARD_INSUFFICIENT_MEMORY := airfy-beacon hifive1 nrf6310 nucleo-f031k6 nucleo-f042k6 \ +BOARD_INSUFFICIENT_MEMORY := airfy-beacon hifive1 i-nucleo-lrwan1 nrf6310 \ + nucleo-f031k6 nucleo-f042k6 \ nucleo-l031k6 nucleo-f030r8 nucleo-f303k8 \ nucleo-f334r8 nucleo-l053r8 stm32f0discovery \ yunjia-nrf51822 diff --git a/tests/lwip_sock_ip/Makefile b/tests/lwip_sock_ip/Makefile index 5b0961dfbf..886c2899d1 100644 --- a/tests/lwip_sock_ip/Makefile +++ b/tests/lwip_sock_ip/Makefile @@ -7,9 +7,9 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \ esp8266-sparkfun-thing jiminy-mega256rfr2 mega-xplained \ msb-430 msb-430h telosb waspmote-pro \ wsn430-v1_3b wsn430-v1_4 z1 -BOARD_INSUFFICIENT_MEMORY = nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 nucleo-f030r8 \ - nucleo-f303k8 nucleo-f334r8 nucleo-l053r8 \ - stm32f0discovery +BOARD_INSUFFICIENT_MEMORY = i-nucleo-lrwan1 nucleo-f031k6 nucleo-f042k6 \ + nucleo-l031k6 nucleo-f030r8 nucleo-f303k8 \ + nucleo-f334r8 nucleo-l053r8 stm32f0discovery LWIP_IPV4 ?= 0 diff --git a/tests/lwip_sock_tcp/Makefile b/tests/lwip_sock_tcp/Makefile index ca41e7f9c9..0a20db4044 100644 --- a/tests/lwip_sock_tcp/Makefile +++ b/tests/lwip_sock_tcp/Makefile @@ -7,7 +7,8 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \ esp8266-sparkfun-thing jiminy-mega256rfr2 mega-xplained \ msb-430 msb-430h telosb waspmote-pro \ wsn430-v1_3b wsn430-v1_4 z1 -BOARD_INSUFFICIENT_MEMORY = blackpill bluepill nucleo-f031k6 nucleo-f042k6 \ +BOARD_INSUFFICIENT_MEMORY = blackpill bluepill i-nucleo-lrwan1 \ + nucleo-f031k6 nucleo-f042k6 \ nucleo-l031k6 nucleo-f030r8 nucleo-f302r8 \ nucleo-f303k8 nucleo-f334r8 nucleo-l053r8 \ saml10-xpro saml11-xpro stm32f0discovery diff --git a/tests/lwip_sock_udp/Makefile b/tests/lwip_sock_udp/Makefile index 6bca12273e..7eaf7a0030 100644 --- a/tests/lwip_sock_udp/Makefile +++ b/tests/lwip_sock_udp/Makefile @@ -7,7 +7,8 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \ esp8266-sparkfun-thing jiminy-mega256rfr2 mega-xplained \ msb-430 msb-430h telosb waspmote-pro \ wsn430-v1_3b wsn430-v1_4 z1 -BOARD_INSUFFICIENT_MEMORY = nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 nucleo-f030r8 \ +BOARD_INSUFFICIENT_MEMORY = i-nucleo-lrwan1 nucleo-f031k6 nucleo-f042k6 \ + nucleo-l031k6 nucleo-f030r8 \ nucleo-f303k8 nucleo-f334r8 nucleo-l053r8 \ stm32f0discovery diff --git a/tests/mutex_order/Makefile b/tests/mutex_order/Makefile index 5c4ad1b88d..037942a5d4 100644 --- a/tests/mutex_order/Makefile +++ b/tests/mutex_order/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ + i-nucleo-lrwan1 \ nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \ nucleo-f030r8 nucleo-l053r8 stm32f0discovery diff --git a/tests/nanocoap_cli/Makefile b/tests/nanocoap_cli/Makefile index 83cc513972..dcf88203ad 100644 --- a/tests/nanocoap_cli/Makefile +++ b/tests/nanocoap_cli/Makefile @@ -1,8 +1,8 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno chronos mega-xplained msb-430 \ - msb-430h nucleo-f030r8 \ + arduino-uno chronos i-nucleo-lrwan1 mega-xplained \ + msb-430 msb-430h nucleo-f030r8 \ nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \ nucleo-f334r8 nucleo-l031k6 nucleo-l053r8 \ stm32f0discovery telosb waspmote-pro z1 diff --git a/tests/nhdp/Makefile b/tests/nhdp/Makefile index f5206f7f3e..ce12288a9c 100644 --- a/tests/nhdp/Makefile +++ b/tests/nhdp/Makefile @@ -4,7 +4,8 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \ arduino-uno chronos jiminy-mega256rfr2 mega-xplained \ msb-430 msb-430h telosb waspmote-pro \ wsn430-v1_3b wsn430-v1_4 z1 -BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 nucleo-f030r8 \ +BOARD_INSUFFICIENT_MEMORY := i-nucleo-lrwan1 nucleo-f031k6 nucleo-f042k6 \ + nucleo-l031k6 nucleo-f030r8 \ nucleo-f303k8 nucleo-f334r8 nucleo-l053r8 \ stm32f0discovery diff --git a/tests/pkg_fatfs/Makefile b/tests/pkg_fatfs/Makefile index 8155e2ab95..d40581795f 100644 --- a/tests/pkg_fatfs/Makefile +++ b/tests/pkg_fatfs/Makefile @@ -10,9 +10,9 @@ FEATURES_OPTIONAL += periph_rtc BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560 \ arduino-mkr1000 arduino-mkrzero arduino-uno arduino-zero avsextrem \ b-l072z-lrwan1 b-l475e-iot01a bluepill cc2538dk ek-lm4f120xl \ - feather-m0 fox frdm-k22f frdm-k64f ikea-tradfri iotlab-a8-m3 \ - iotlab-m3 limifrog-v1 maple-mini msb-430 msb-430h msba2 msbiot \ - mulle nrf52840dk nrf52dk nrf6310 nucleo-f207zg nucleo-f303ze \ + feather-m0 fox frdm-k22f frdm-k64f i-nucleo-lrwan1 ikea-tradfri \ + iotlab-a8-m3 iotlab-m3 limifrog-v1 maple-mini msb-430 msb-430h msba2 \ + msbiot mulle nrf52840dk nrf52dk nrf6310 nucleo-f207zg nucleo-f303ze \ nucleo-f412zg nucleo-f413zh nucleo-f429zi nucleo-f446ze \ nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \ nucleo-l432kc nucleo-f072rb nucleo-f091rc nucleo-f103rb nucleo-f302r8 \ diff --git a/tests/pkg_fatfs_vfs/Makefile b/tests/pkg_fatfs_vfs/Makefile index 575d37c80a..dc0e290fe7 100644 --- a/tests/pkg_fatfs_vfs/Makefile +++ b/tests/pkg_fatfs_vfs/Makefile @@ -33,8 +33,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560 \ arduino-mkr1000 arduino-mkrzero arduino-uno arduino-zero avsextrem \ b-l072z-lrwan1 b-l475e-iot01a bluepill cc2538dk ek-lm4f120xl \ - feather-m0 fox frdm-k22f frdm-k64f ikea-tradfri iotlab-a8-m3 \ - iotlab-m3 limifrog-v1 maple-mini msba2 msbiot \ + feather-m0 fox frdm-k22f frdm-k64f ikea-tradfri i-nucleo-lrwan1 \ + iotlab-a8-m3 iotlab-m3 limifrog-v1 maple-mini msba2 msbiot \ mulle nrf52840dk nrf52dk nrf6310 nucleo-f207zg nucleo-f303ze \ nucleo-f412zg nucleo-f413zh nucleo-f429zi nucleo-f446ze \ nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \ diff --git a/tests/pkg_libcoap/Makefile b/tests/pkg_libcoap/Makefile index 73598553b7..718579eb58 100644 --- a/tests/pkg_libcoap/Makefile +++ b/tests/pkg_libcoap/Makefile @@ -4,7 +4,8 @@ include ../Makefile.tests_common BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \ arduino-uno chronos jiminy-mega256rfr2 mega-xplained msb-430 \ msb-430h telosb waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 -BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 nucleo-f042k6 \ +BOARD_INSUFFICIENT_MEMORY := chronos i-nucleo-lrwan1 msb-430 msb-430h \ + nucleo-f031k6 nucleo-f042k6 \ nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \ nucleo-f303k8 nucleo-f334r8 nucleo-l053r8 \ stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \ diff --git a/tests/pkg_libcose/Makefile b/tests/pkg_libcose/Makefile index 3caa6bb710..c910189cd2 100644 --- a/tests/pkg_libcose/Makefile +++ b/tests/pkg_libcose/Makefile @@ -6,7 +6,8 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 z1 -BOARD_INSUFFICIENT_MEMORY := nucleo-f030r8 nucleo-f031k6 nucleo-f042k6 \ +BOARD_INSUFFICIENT_MEMORY := i-nucleo-lrwan1 \ + nucleo-f030r8 nucleo-f031k6 nucleo-f042k6 \ nucleo-l031k6 nucleo-l053r8 stm32f0discovery TEST_ON_CI_WHITELIST += native diff --git a/tests/pkg_microcoap/Makefile b/tests/pkg_microcoap/Makefile index 1c2475fb8a..d61e9eecda 100644 --- a/tests/pkg_microcoap/Makefile +++ b/tests/pkg_microcoap/Makefile @@ -1,7 +1,8 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno chronos msb-430 msb-430h \ + arduino-uno chronos i-nucleo-lrwan1 \ + msb-430 msb-430h \ nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \ nucleo-l031k6 nucleo-f030r8 nucleo-l053r8 \ stm32f0discovery telosb waspmote-pro z1 diff --git a/tests/pkg_relic/Makefile b/tests/pkg_relic/Makefile index dc0c53a9ab..d557ae4a88 100644 --- a/tests/pkg_relic/Makefile +++ b/tests/pkg_relic/Makefile @@ -23,7 +23,8 @@ BOARD_BLACKLIST := arduino-duemilanove \ z1 \ # -BOARD_INSUFFICIENT_MEMORY := nucleo-f030r8 \ +BOARD_INSUFFICIENT_MEMORY := i-nucleo-lrwan1 \ + nucleo-f030r8 \ nucleo-f031k6 \ nucleo-f042k6 \ nucleo-l031k6 \ diff --git a/tests/posix_semaphore/Makefile b/tests/posix_semaphore/Makefile index 87402b6d2d..fdc0eee491 100644 --- a/tests/posix_semaphore/Makefile +++ b/tests/posix_semaphore/Makefile @@ -1,7 +1,8 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - chronos mbed_lpc1768 msb-430 msb-430h nrf6310 \ + chronos i-nucleo-lrwan1 mbed_lpc1768 \ + msb-430 msb-430h nrf6310 \ nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \ nucleo-f030r8 nucleo-f303k8 nucleo-f334r8 \ nucleo-l053r8 spark-core stm32f0discovery \ diff --git a/tests/ps_schedstatistics/Makefile b/tests/ps_schedstatistics/Makefile index be62f83099..218a04c586 100644 --- a/tests/ps_schedstatistics/Makefile +++ b/tests/ps_schedstatistics/Makefile @@ -1,7 +1,8 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - chronos msb-430 msb-430h nucleo-f030r8 \ + chronos i-nucleo-lrwan1 \ + msb-430 msb-430h nucleo-f030r8 \ nucleo-l053r8 nucleo-f031k6 nucleo-f042k6 \ nucleo-l031k6 stm32f0discovery telosb \ wsn430-v1_3b wsn430-v1_4 z1 diff --git a/tests/pthread_barrier/Makefile b/tests/pthread_barrier/Makefile index 0a9f24e2f7..2e7a504dda 100644 --- a/tests/pthread_barrier/Makefile +++ b/tests/pthread_barrier/Makefile @@ -1,7 +1,8 @@ include ../Makefile.tests_common BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno jiminy-mega256rfr2 mega-xplained waspmote-pro + arduino-uno jiminy-mega256rfr2 mega-xplained waspmote-pro \ + i-nucleo-lrwan1 # arduino mega2560 uno duemilanove : unknown type name: clockid_t # jiminy-mega256rfr2: unknown type name: clockid_t # mega-xplained: unknown type name: clockid_t diff --git a/tests/pthread_cooperation/Makefile b/tests/pthread_cooperation/Makefile index e529cd327d..f67dc72ed3 100644 --- a/tests/pthread_cooperation/Makefile +++ b/tests/pthread_cooperation/Makefile @@ -2,7 +2,7 @@ include ../Makefile.tests_common BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \ arduino-uno jiminy-mega256rfr2 mega-xplained waspmote-pro \ - hifive1 + hifive1 i-nucleo-lrwan1 # arduino mega2560 uno duemilanove : unknown type name: clockid_t # jiminy-mega256rfr2: unknown type name: clockid_t # mega-xplained: unknown type name: clockid_t diff --git a/tests/pthread_rwlock/Makefile b/tests/pthread_rwlock/Makefile index 7e7409cdcb..040f4220b4 100644 --- a/tests/pthread_rwlock/Makefile +++ b/tests/pthread_rwlock/Makefile @@ -10,7 +10,8 @@ USEMODULE += pthread USEMODULE += xtimer USEMODULE += random -BOARD_INSUFFICIENT_MEMORY += chronos msb-430 msb-430h nucleo-f031k6 \ +BOARD_INSUFFICIENT_MEMORY += chronos i-nucleo-lrwan1 \ + msb-430 msb-430h nucleo-f031k6 \ nucleo-f042k6 nucleo-l031k6 nucleo-f030r8 \ nucleo-f303k8 nucleo-f334r8 nucleo-l053r8 \ stm32f0discovery diff --git a/tests/riotboot_flashwrite/Makefile b/tests/riotboot_flashwrite/Makefile index 82ce37bb9f..e50ad597b0 100644 --- a/tests/riotboot_flashwrite/Makefile +++ b/tests/riotboot_flashwrite/Makefile @@ -3,7 +3,8 @@ BOARD ?= samr21-xpro include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \ - chronos msb-430 msb-430h nucleo-f031k6 \ + chronos i-nucleo-lrwan1 \ + msb-430 msb-430h nucleo-f031k6 \ nucleo-f042k6 nucleo-l031k6 nucleo-f030r8 \ nucleo-f303k8 nucleo-l053r8 stm32f0discovery \ telosb waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 diff --git a/tests/rmutex/Makefile b/tests/rmutex/Makefile index 6725a2be53..5002103486 100644 --- a/tests/rmutex/Makefile +++ b/tests/rmutex/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ + i-nucleo-lrwan1 \ nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \ nucleo-f030r8 nucleo-l053r8 stm32f0discovery diff --git a/tests/slip/Makefile b/tests/slip/Makefile index 82a521d44f..f715454417 100644 --- a/tests/slip/Makefile +++ b/tests/slip/Makefile @@ -1,7 +1,8 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno msb-430 msb-430h nucleo-f031k6 \ + arduino-uno i-nucleo-lrwan1 \ + msb-430 msb-430h nucleo-f031k6 \ nucleo-f042k6 nucleo-l031k6 nucleo-f030r8 \ nucleo-f303k8 nucleo-f334r8 nucleo-l053r8 \ stm32f0discovery waspmote-pro diff --git a/tests/sntp/Makefile b/tests/sntp/Makefile index c23671b51d..c3aa58d952 100644 --- a/tests/sntp/Makefile +++ b/tests/sntp/Makefile @@ -1,7 +1,8 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno chronos msb-430 msb-430h \ + arduino-uno chronos i-nucleo-lrwan1 \ + msb-430 msb-430h \ nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \ nucleo-f030r8 nucleo-f303k8 nucleo-f334r8 \ nucleo-l053r8 stm32f0discovery telosb \ diff --git a/tests/thread_cooperation/Makefile b/tests/thread_cooperation/Makefile index 3620ffb92d..b550c58373 100644 --- a/tests/thread_cooperation/Makefile +++ b/tests/thread_cooperation/Makefile @@ -1,7 +1,8 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - chronos msb-430 msb-430h nucleo-f031k6 \ + chronos i-nucleo-lrwan1 \ + msb-430 msb-430h nucleo-f031k6 \ nucleo-f303k8 DISABLE_MODULE += auto_init diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index 6acd7a2606..14312a0a2d 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -23,6 +23,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \ feather-m0 \ firefly \ hamilton \ + i-nucleo-lrwan1 \ ikea-tradfri \ limifrog-v1 maple-mini \ lobaro-lorabox \ @@ -122,6 +123,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \ frdm-k22f \ frdm-k64f \ frdm-kw41z \ + i-nucleo-lrwan1 \ ikea-tradfri \ iotlab-a8-m3 \ iotlab-m3 \