diff --git a/examples/nanocoap_server/Makefile b/examples/nanocoap_server/Makefile index bc42fcb766c4cd00eeb62839891a401d99878c13..f4303ec89341ef6f0cbb6a21efb1ee21c893fd42 100644 --- a/examples/nanocoap_server/Makefile +++ b/examples/nanocoap_server/Makefile @@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ nucleo32-l031 nucleo-f030 nucleo-l053 stm32f0discovery \ - telosb + telosb z1 # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present diff --git a/tests/driver_enc28j60/Makefile b/tests/driver_enc28j60/Makefile index df44329a4edc662478c1dd6da4f5d5c6433c030b..2628a8b292b38248a93fd38d23212d3e3ee44fb2 100644 --- a/tests/driver_enc28j60/Makefile +++ b/tests/driver_enc28j60/Makefile @@ -5,7 +5,7 @@ FEATURES_REQUIRED = periph_spi periph_gpio BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ nucleo32-l031 nucleo-f334 nucleo-l053 \ - stm32f0discovery telosb z1 + stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 z1 USEMODULE += gnrc_netdev_default USEMODULE += auto_init_gnrc_netif diff --git a/tests/driver_encx24j600/Makefile b/tests/driver_encx24j600/Makefile index 8aa520540a61a052621cc5c33a3d5449dac5dc2c..b5ce8a03da06ead4b06766fc4367d2d524bb75aa 100644 --- a/tests/driver_encx24j600/Makefile +++ b/tests/driver_encx24j600/Makefile @@ -5,7 +5,7 @@ FEATURES_REQUIRED = periph_spi periph_gpio BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ nucleo32-l031 nucleo-l053 stm32f0discovery telosb \ - z1 + wsn430-v1_3b wsn430-v1_4 z1 USEMODULE += gnrc_netdev_default USEMODULE += auto_init_gnrc_netif diff --git a/tests/gnrc_ipv6_nib/Makefile b/tests/gnrc_ipv6_nib/Makefile index c11f93011d95c3f5a04a89b8147ee1362ce361ee..908369ad8d138f7ed8fc8fe8ef29dd777eb342af 100644 --- a/tests/gnrc_ipv6_nib/Makefile +++ b/tests/gnrc_ipv6_nib/Makefile @@ -2,7 +2,8 @@ APPLICATION = gnrc_ipv6_nib include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031 +BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031 \ + telosb wsn430-v1_3b wsn430-v1_4 USEMODULE += gnrc_ipv6 USEMODULE += gnrc_ipv6_nib diff --git a/tests/gnrc_ipv6_nib_6ln/Makefile b/tests/gnrc_ipv6_nib_6ln/Makefile index 2242260c87a56a52dc9696828e59ad2c365b03de..8642c81a9148b3066adcbe509be41d2a846120e3 100644 --- a/tests/gnrc_ipv6_nib_6ln/Makefile +++ b/tests/gnrc_ipv6_nib_6ln/Makefile @@ -3,7 +3,8 @@ APPLICATION = gnrc_ipv6_nib_6ln include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f030 nucleo-l053 nucleo32-f031 \ - nucleo32-l031 nucleo32-f042 stm32f0discovery + nucleo32-l031 nucleo32-f042 stm32f0discovery \ + telosb wsn430-v1_3b wsn430-v1_4 USEMODULE += gnrc_ipv6 USEMODULE += gnrc_sixlowpan diff --git a/tests/gnrc_ndp2/Makefile b/tests/gnrc_ndp2/Makefile index 2b07ee0ca4249473ccf2b7ee019a1c58cb347b17..90d2dcdfc84627e5db0ad9d524ad805abe7e861c 100644 --- a/tests/gnrc_ndp2/Makefile +++ b/tests/gnrc_ndp2/Makefile @@ -2,7 +2,8 @@ APPLICATION = gnrc_ndp2 include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031 +BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031 \ + telosb wsn430-v1_3b wsn430-v1_4 USEMODULE += gnrc_ipv6_nib_router USEMODULE += gnrc_ndp2 diff --git a/tests/gnrc_sock_dns/Makefile b/tests/gnrc_sock_dns/Makefile index 8b65f7cc9b0882c799ac338f4632173d2a97cdd4..b6a0c0b46cd4abc09fb6b6a345911355f1db5e97 100644 --- a/tests/gnrc_sock_dns/Makefile +++ b/tests/gnrc_sock_dns/Makefile @@ -3,7 +3,9 @@ include ../Makefile.tests_common RIOTBASE ?= $(CURDIR)/../.. -BOARD_INSUFFICIENT_MEMORY := chronos telosb nucleo32-f042 nucleo32-f031 nucleo-f030 nucleo-l053 nucleo32-l031 stm32f0discovery +BOARD_INSUFFICIENT_MEMORY := chronos telosb nucleo32-f042 nucleo32-f031 \ + nucleo-f030 nucleo-l053 nucleo32-l031 \ + stm32f0discovery z1 USEMODULE += sock_dns USEMODULE += gnrc_sock_udp diff --git a/tests/gnrc_sock_ip/Makefile b/tests/gnrc_sock_ip/Makefile index b4ecfa77797177f33b165263e1c1e8cbe4e6d839..d289634d3335248734932b2efbedb6c054ec0f55 100644 --- a/tests/gnrc_sock_ip/Makefile +++ b/tests/gnrc_sock_ip/Makefile @@ -1,7 +1,7 @@ APPLICATION = gnrc_sock_ip include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 +BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031 USEMODULE += gnrc_sock_ip USEMODULE += gnrc_ipv6 diff --git a/tests/gnrc_sock_udp/Makefile b/tests/gnrc_sock_udp/Makefile index d502c90b1ccad3984c8bb785f1c2ae9a5f50d587..df172f0e81986fcc016c7fe56328ea8842785ec2 100644 --- a/tests/gnrc_sock_udp/Makefile +++ b/tests/gnrc_sock_udp/Makefile @@ -1,7 +1,7 @@ APPLICATION = gnrc_sock_udp include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 +BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031 USEMODULE += gnrc_sock_check_reuse USEMODULE += gnrc_sock_udp