diff --git a/tests/conn_can/Makefile b/tests/conn_can/Makefile index 959231f6d58da57d20e85424a73d469f657579ec..ab746a0a4cb17bbb2f15b24c6631d73bf0d6e04d 100644 --- a/tests/conn_can/Makefile +++ b/tests/conn_can/Makefile @@ -5,8 +5,9 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \ nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \ nucleo-f030r8 nucleo-f070rb nucleo-f072rb \ nucleo-f302r8 nucleo-f303re nucleo-f334r8 \ - nucleo-l053r8 stm32f0discovery telosb \ - waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 + nucleo-l053r8 saml10-xpro saml11-xpro \ + stm32f0discovery telosb waspmote-pro wsn430-v1_3b \ + wsn430-v1_4 z1 CFLAGS += -DLOG_LEVEL=LOG_ALL diff --git a/tests/gnrc_netif/Makefile b/tests/gnrc_netif/Makefile index 8485d658db0fe980cb530d01e15d97376a8b26b9..769bed47cc6d7ade483771ccbfd42f96b36079a7 100644 --- a/tests/gnrc_netif/Makefile +++ b/tests/gnrc_netif/Makefile @@ -9,8 +9,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \ nucleo-l053r8 nucleo-l073rz nucleo-f031k6 \ nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \ - opencm904 spark-core stm32f0discovery \ - telosb waspmote-pro \ + opencm904 saml10-xpro saml11-xpro spark-core \ + stm32f0discovery telosb waspmote-pro \ wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 USEMODULE += embunit diff --git a/tests/gnrc_rpl_srh/Makefile b/tests/gnrc_rpl_srh/Makefile index 1231460471f8e2ed62f87cb4ea5da71a32cb097a..ed6a27972ab8d827f65f62820c8b3316d0d05db2 100644 --- a/tests/gnrc_rpl_srh/Makefile +++ b/tests/gnrc_rpl_srh/Makefile @@ -7,8 +7,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \ nucleo-f030r8 nucleo-f031k6 nucleo-f042k6 \ nucleo-f070rb nucleo-f072rb nucleo-f303k8 \ nucleo-f334r8 nucleo-l031k6 nucleo-l053r8 \ - stm32f0discovery telosb thingy52 waspmote-pro \ - wsn430-v1_3b wsn430-v1_4 z1 + saml10-xpro saml11-xpro stm32f0discovery telosb \ + thingy52 waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 # chronos, mips-malta, and ruuvitag boards don't support ethos BOARD_BLACKLIST := chronos mips-malta ruuvitag diff --git a/tests/gnrc_sixlowpan/Makefile b/tests/gnrc_sixlowpan/Makefile index 0f87212ec195ca1ffccf553f96b3fa752ac8de7d..6346905cca6d2ba2aaaa1db526b3cd607884964e 100644 --- a/tests/gnrc_sixlowpan/Makefile +++ b/tests/gnrc_sixlowpan/Makefile @@ -6,8 +6,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \ nucleo-f031k6 nucleo-f042k6 nucleo-f070rb \ nucleo-f070rb nucleo-f072rb nucleo-f303k8 \ nucleo-f334r8 nucleo-l031k6 nucleo-l053r8 \ - stm32f0discovery telosb waspmote-pro \ - wsn430-v1_3b wsn430-v1_4 z1 + saml10-xpro saml11-xpro stm32f0discovery telosb \ + waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 # use IEEE 802.15.4 as link-layer protocol USEMODULE += netdev_ieee802154 diff --git a/tests/gnrc_tcp_client/Makefile b/tests/gnrc_tcp_client/Makefile index c24ca1e671fe557adabfae6ca772dbd1ce0275f8..4521cf4ebc4367381ead41e8d3cd8b9a63bcaa91 100644 --- a/tests/gnrc_tcp_client/Makefile +++ b/tests/gnrc_tcp_client/Makefile @@ -14,7 +14,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ 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 \ - sb-430 sb-430h stm32f0discovery telosb \ + saml10-xpro saml11-xpro sb-430 sb-430h stm32f0discovery telosb \ waspmote-pro wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 # Target Address, Target Port and number of Test Cycles diff --git a/tests/gnrc_tcp_server/Makefile b/tests/gnrc_tcp_server/Makefile index 989c9682d91b34f6c3b592c5966c725ec8da8624..83dc0421c8d724711e16e6ecdb43b6f1e053c88f 100644 --- a/tests/gnrc_tcp_server/Makefile +++ b/tests/gnrc_tcp_server/Makefile @@ -14,7 +14,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ 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 \ - sb-430 sb-430h stm32f0discovery telosb \ + saml10-xpro saml11-xpro sb-430 sb-430h stm32f0discovery telosb \ waspmote-pro 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/lwip_sock_tcp/Makefile b/tests/lwip_sock_tcp/Makefile index 499e61386eb02a4b2985855735ea6b9f0d2f244f..987674102fde9c2c6bf9581ce15b70235df0a030 100644 --- a/tests/lwip_sock_tcp/Makefile +++ b/tests/lwip_sock_tcp/Makefile @@ -8,7 +8,7 @@ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ BOARD_INSUFFICIENT_MEMORY = blackpill bluepill nucleo-f031k6 nucleo-f042k6 \ nucleo-l031k6 nucleo-f030r8 nucleo-f302r8 \ nucleo-f303k8 nucleo-f334r8 nucleo-l053r8 \ - stm32f0discovery + saml10-xpro saml11-xpro stm32f0discovery LWIP_IPV4 ?= 0 diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index 6c6ff4d4efe142e0d6dcc3b926efe674ac0353c9..87ce8102c85dea3fef226146408d88ff5281605d 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -58,6 +58,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \ remote-pa \ remote-reva \ remote-revb \ + saml10-xpro \ + saml11-xpro \ saml21-xpro \ samd21-xpro \ samr21-xpro \ @@ -170,6 +172,8 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \ remote-pa \ remote-reva \ remote-revb \ + saml10-xpro \ + saml11-xpro \ samd21-xpro \ saml21-xpro \ samr21-xpro \