diff --git a/tests/conn_ip/Makefile b/tests/conn_ip/Makefile index 4e13f7abc5..5a59e80b25 100644 --- a/tests/conn_ip/Makefile +++ b/tests/conn_ip/Makefile @@ -4,7 +4,7 @@ include ../Makefile.tests_common RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ - nucleo-f030 nucleo-f070 nucleo-f334 nucleo-l053 \ + nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f334 nucleo-l053 \ stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \ z1 diff --git a/tests/gnrc_ipv6_ext/Makefile b/tests/gnrc_ipv6_ext/Makefile index 674dc60aef..1bdbf9a6cb 100644 --- a/tests/gnrc_ipv6_ext/Makefile +++ b/tests/gnrc_ipv6_ext/Makefile @@ -7,7 +7,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \ nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \ - nucleo-f030 nucleo-f103 nucleo-f334 nucleo-l053 \ + nucleo32-l031 nucleo-f030 nucleo-f103 nucleo-f334 nucleo-l053 \ pca10000 pca10005 spark-core stm32f0discovery telosb \ weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 diff --git a/tests/gnrc_sixlowpan/Makefile b/tests/gnrc_sixlowpan/Makefile index 644ef12c91..11db6c36d8 100644 --- a/tests/gnrc_sixlowpan/Makefile +++ b/tests/gnrc_sixlowpan/Makefile @@ -7,8 +7,8 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \ nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \ - nucleo-f030 nucleo-f070 nucleo-f103 nucleo-f334 \ - nucleo-l053 pca10000 pca10005 spark-core \ + nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f103 \ + nucleo-f334 nucleo-l053 pca10000 pca10005 spark-core \ stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \ yunjia-nrf51822 z1 diff --git a/tests/gnrc_tcp_client/Makefile b/tests/gnrc_tcp_client/Makefile index 6003e2f05f..cf47660442 100644 --- a/tests/gnrc_tcp_client/Makefile +++ b/tests/gnrc_tcp_client/Makefile @@ -13,9 +13,9 @@ TCP_TEST_CYCLES ?= 10 BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ arduino-uno calliope-mini chronos microbit msb-430 \ msb-430h nrf51dongle nrf6310 nucleo32-f031 \ - nucleo32-f042 nucleo32-f303 nucleo-f030 nucleo-f070 \ - nucleo-f072 nucleo-f334 nucleo-l053 pca10000 pca10005 \ - sb-430 sb-430h stm32f0discovery telosb weio \ + nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030 \ + nucleo-f070 nucleo-f072 nucleo-f334 nucleo-l053 pca10000 \ + pca10005 sb-430 sb-430h stm32f0discovery telosb weio \ wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 # This has to be the absolute path to the RIOT base directory: diff --git a/tests/gnrc_tcp_server/Makefile b/tests/gnrc_tcp_server/Makefile index 3a38bd68b2..b7c893c97c 100644 --- a/tests/gnrc_tcp_server/Makefile +++ b/tests/gnrc_tcp_server/Makefile @@ -11,9 +11,9 @@ TCP_LOCAL_PORT ?= 80 BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ arduino-uno calliope-mini chronos microbit msb-430 \ msb-430h nrf51dongle nrf6310 nucleo32-f031 \ - nucleo32-f042 nucleo32-f303 nucleo-f030 nucleo-f070 \ - nucleo-f072 nucleo-f334 nucleo-l053 pca10000 pca10005 \ - sb-430 sb-430h stm32f0discovery telosb weio \ + nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030 \ + nucleo-f070 nucleo-f072 nucleo-f334 nucleo-l053 pca10000 \ + pca10005 sb-430 sb-430h stm32f0discovery telosb weio \ wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 # This has to be the absolute path to the RIOT base directory: diff --git a/tests/libfixmath_unittests/Makefile b/tests/libfixmath_unittests/Makefile index 7edfd4162f..8dfec84226 100644 --- a/tests/libfixmath_unittests/Makefile +++ b/tests/libfixmath_unittests/Makefile @@ -8,7 +8,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove # The MSP boards don't feature round(), exp(), and log(), which are used in the unittests BOARD_BLACKLIST += chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 -BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 weio +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 weio USEMODULE += libfixmath-unittests diff --git a/tests/lwip_sock_ip/Makefile b/tests/lwip_sock_ip/Makefile index 0ec1c6200b..6bb777f0cd 100644 --- a/tests/lwip_sock_ip/Makefile +++ b/tests/lwip_sock_ip/Makefile @@ -6,8 +6,8 @@ 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 -BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \ - nucleo-l053 stm32f0discovery weio +BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ + nucleo-f334 nucleo-l053 stm32f0discovery weio LWIP_IPV4 ?= 0 diff --git a/tests/lwip_sock_tcp/Makefile b/tests/lwip_sock_tcp/Makefile index d7e57cfcf8..20a5e691c6 100644 --- a/tests/lwip_sock_tcp/Makefile +++ b/tests/lwip_sock_tcp/Makefile @@ -7,8 +7,8 @@ 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 -BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \ - nucleo-l053 stm32f0discovery weio +BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ + nucleo-f334 nucleo-l053 stm32f0discovery weio LWIP_IPV4 ?= 0 diff --git a/tests/lwip_sock_udp/Makefile b/tests/lwip_sock_udp/Makefile index cc5ae2bb26..28d898944a 100644 --- a/tests/lwip_sock_udp/Makefile +++ b/tests/lwip_sock_udp/Makefile @@ -7,7 +7,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 -BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f042 \ +BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ nucleo-f334 nucleo-l053 stm32f0discovery weio LWIP_IPV4 ?= 0 diff --git a/tests/mutex_order/Makefile b/tests/mutex_order/Makefile index 8f14282b41..12c8b1c9ad 100644 --- a/tests/mutex_order/Makefile +++ b/tests/mutex_order/Makefile @@ -1,8 +1,8 @@ APPLICATION = mutex_order include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-l053 \ - stm32f0discovery weio +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ + nucleo-l053 stm32f0discovery weio include $(RIOTBASE)/Makefile.include diff --git a/tests/nhdp/Makefile b/tests/nhdp/Makefile index 74684f6a51..db0f490259 100644 --- a/tests/nhdp/Makefile +++ b/tests/nhdp/Makefile @@ -4,8 +4,8 @@ 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 -BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \ - nucleo-l053 stm32f0discovery weio +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ + nucleo-f334 nucleo-l053 stm32f0discovery weio USEMODULE += gnrc_ipv6 USEMODULE += gnrc_sock_udp diff --git a/tests/pkg_libcoap/Makefile b/tests/pkg_libcoap/Makefile index acec4239a2..ddf90b27b1 100644 --- a/tests/pkg_libcoap/Makefile +++ b/tests/pkg_libcoap/Makefile @@ -5,7 +5,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 BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ - nucleo-f030 nucleo-f070 nucleo-f334 nucleo-l053 \ + nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f334 nucleo-l053 \ stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \ z1 diff --git a/tests/posix_semaphore/Makefile b/tests/posix_semaphore/Makefile index 1120d649d1..2a42f2ea0c 100644 --- a/tests/posix_semaphore/Makefile +++ b/tests/posix_semaphore/Makefile @@ -2,8 +2,8 @@ APPLICATION = posix_semaphore include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := chronos mbed_lpc1768 msb-430 msb-430h nrf6310 \ - nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \ - nucleo-l053 pca10000 pca10005 spark-core \ + nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ + nucleo-f334 nucleo-l053 pca10000 pca10005 spark-core \ stm32f0discovery weio yunjia-nrf51822 USEMODULE += fmt diff --git a/tests/pthread_rwlock/Makefile b/tests/pthread_rwlock/Makefile index 83ffb7db20..7c12698181 100644 --- a/tests/pthread_rwlock/Makefile +++ b/tests/pthread_rwlock/Makefile @@ -11,7 +11,7 @@ USEMODULE += random CFLAGS += -DNATIVE_AUTO_EXIT BOARD_INSUFFICIENT_MEMORY += airfy-beacon chronos mbed_lpc1768 msb-430 msb-430h \ - nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \ + nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-l031 \ nucleo-f030 nucleo-f334 nucleo-l053 pca10000 pca10005 \ spark-core stm32f0discovery weio yunjia-nrf51822 diff --git a/tests/rmutex/Makefile b/tests/rmutex/Makefile index 90224f0696..1297308887 100644 --- a/tests/rmutex/Makefile +++ b/tests/rmutex/Makefile @@ -1,8 +1,8 @@ APPLICATION = rmutex include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-l053 \ - stm32f0discovery weio +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ + nucleo-l053 stm32f0discovery weio include $(RIOTBASE)/Makefile.include diff --git a/tests/slip/Makefile b/tests/slip/Makefile index 8f59c6d5a2..0ab7936cc1 100644 --- a/tests/slip/Makefile +++ b/tests/slip/Makefile @@ -2,8 +2,8 @@ APPLICATION = driver_slip include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ - nucleo-f030 nucleo-f334 nucleo-l053 stm32f0discovery \ - weio + nucleo32-l031 nucleo-f030 nucleo-f334 nucleo-l053 \ + stm32f0discovery weio BOARD_BLACKLIST += mips-malta diff --git a/tests/thread_cooperation/Makefile b/tests/thread_cooperation/Makefile index 1920dcd112..ec8944ddb0 100644 --- a/tests/thread_cooperation/Makefile +++ b/tests/thread_cooperation/Makefile @@ -4,9 +4,9 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := airfy-beacon calliope-mini cc2650stk chronos maple-mini \ mbed_lpc1768 microbit msb-430 msb-430h nrf51dongle \ nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-f303 \ - nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f103 \ - nucleo-f334 nucleo-l053 nucleo-l073 opencm904 pca10000 \ - pca10005 spark-core stm32f0discovery weio \ + nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f072 \ + nucleo-f103 nucleo-f334 nucleo-l053 nucleo-l073 opencm904 \ + pca10000 pca10005 spark-core stm32f0discovery weio \ yunjia-nrf51822 DISABLE_MODULE += auto_init