diff --git a/boards/stm32l0538-disco/Makefile.features b/boards/stm32l0538-disco/Makefile.features index 76233c885d..58bcf08ecb 100644 --- a/boards/stm32l0538-disco/Makefile.features +++ b/boards/stm32l0538-disco/Makefile.features @@ -4,4 +4,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart --include $(RIOTCPU)/stm32l0/Makefile.features +include $(RIOTCPU)/stm32l0/Makefile.features diff --git a/tests/cond_order/Makefile b/tests/cond_order/Makefile index af1ef52d0b..8795a8226e 100644 --- a/tests/cond_order/Makefile +++ b/tests/cond_order/Makefile @@ -5,6 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ nucleo32-f042 nucleo32-l031 nucleo-f030 \ nucleo-f030r8 nucleo-f031k6 nucleo-f042k6 \ nucleo-l031k6 nucleo-l053 nucleo-l053r8 \ - stm32f0discovery + stm32f0discovery stm32l0538-disco include $(RIOTBASE)/Makefile.include diff --git a/tests/conn_can/Makefile b/tests/conn_can/Makefile index c1f76871e7..18abb2168e 100644 --- a/tests/conn_can/Makefile +++ b/tests/conn_can/Makefile @@ -8,7 +8,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \ nucleo-f072rb nucleo-f302r8 nucleo-f303re \ nucleo-f334r8 nucleo-l053r8 saml10-xpro \ - saml11-xpro stm32f0discovery telosb waspmote-pro \ + saml11-xpro stm32f0discovery stm32l0538-disco \ + telosb waspmote-pro \ wsn430-v1_3b wsn430-v1_4 z1 USEMODULE += shell diff --git a/tests/cpp11_condition_variable/Makefile b/tests/cpp11_condition_variable/Makefile index d150952355..2bcccd274a 100644 --- a/tests/cpp11_condition_variable/Makefile +++ b/tests/cpp11_condition_variable/Makefile @@ -6,7 +6,8 @@ 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 := i-nucleo-lrwan1 nucleo-f334r8 spark-core stm32f0discovery +BOARD_INSUFFICIENT_MEMORY := i-nucleo-lrwan1 nucleo-f334r8 spark-core \ + stm32f0discovery stm32l0538-disco # 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 4886b4eaea..fe96355cb7 100644 --- a/tests/cpp11_mutex/Makefile +++ b/tests/cpp11_mutex/Makefile @@ -6,7 +6,8 @@ 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 := i-nucleo-lrwan1 nucleo-f334r8 spark-core stm32f0discovery +BOARD_INSUFFICIENT_MEMORY := i-nucleo-lrwan1 nucleo-f334r8 spark-core \ + stm32f0discovery stm32l0538-disco # 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 d150952355..2bcccd274a 100644 --- a/tests/cpp11_thread/Makefile +++ b/tests/cpp11_thread/Makefile @@ -6,7 +6,8 @@ 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 := i-nucleo-lrwan1 nucleo-f334r8 spark-core stm32f0discovery +BOARD_INSUFFICIENT_MEMORY := i-nucleo-lrwan1 nucleo-f334r8 spark-core \ + stm32f0discovery stm32l0538-disco # 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 e0fac7e93b..05912af473 100644 --- a/tests/driver_enc28j60/Makefile +++ b/tests/driver_enc28j60/Makefile @@ -5,7 +5,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ 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 \ + mega-xplained stm32f0discovery \ + stm32l0538-disco telosb \ waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 USEMODULE += auto_init_gnrc_netif diff --git a/tests/driver_encx24j600/Makefile b/tests/driver_encx24j600/Makefile index 7ef6d33350..413c52ca33 100644 --- a/tests/driver_encx24j600/Makefile +++ b/tests/driver_encx24j600/Makefile @@ -4,7 +4,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ arduino-mega2560 arduino-nano \ arduino-uno i-nucleo-lrwan1 msb-430 msb-430h \ nucleo-l053r8 nucleo-f031k6 nucleo-f042k6 \ - nucleo-l031k6 stm32f0discovery telosb \ + nucleo-l031k6 stm32f0discovery \ + stm32l0538-disco telosb \ waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 USEMODULE += auto_init_gnrc_netif diff --git a/tests/driver_kw2xrf/Makefile b/tests/driver_kw2xrf/Makefile index 35c1be1398..9d3201f75a 100644 --- a/tests/driver_kw2xrf/Makefile +++ b/tests/driver_kw2xrf/Makefile @@ -4,7 +4,7 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ arduino-mega2560 arduino-nano arduino-uno \ i-nucleo-lrwan1 nucleo-f031k6 nucleo-f042k6 \ nucleo-l031k6 nucleo-f334r8 nucleo-l053r8 \ - stm32f0discovery waspmote-pro + stm32f0discovery stm32l0538-disco waspmote-pro USEMODULE += auto_init_gnrc_netif USEMODULE += gnrc_netdev_default diff --git a/tests/emb6/Makefile b/tests/emb6/Makefile index a5a6a94251..0d6fb23c61 100644 --- a/tests/emb6/Makefile +++ b/tests/emb6/Makefile @@ -10,8 +10,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ arduino-mega2560 arduino-nano 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 + stm32f0discovery stm32l0538-disco telosb \ + waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 USEPKG += emb6 diff --git a/tests/gnrc_ipv6_ext/Makefile b/tests/gnrc_ipv6_ext/Makefile index 34f986f4d4..8a889c178b 100644 --- a/tests/gnrc_ipv6_ext/Makefile +++ b/tests/gnrc_ipv6_ext/Makefile @@ -8,7 +8,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ 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 \ + nucleo-l053r8 stm32f0discovery stm32l0538-disco \ + telosb thingy52 \ waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 # chronos, hamilton, mips-malta, and ruuvitag boards don't support ethos BOARD_BLACKLIST := chronos hamilton mips-malta ruuvitag diff --git a/tests/gnrc_ipv6_fwd_w_sub/Makefile b/tests/gnrc_ipv6_fwd_w_sub/Makefile index d3c7c07423..cc6f6229b3 100644 --- a/tests/gnrc_ipv6_fwd_w_sub/Makefile +++ b/tests/gnrc_ipv6_fwd_w_sub/Makefile @@ -5,7 +5,7 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ arduino-mega2560 arduino-nano arduino-uno chronos \ i-nucleo-lrwan1 msb-430 msb-430h nucleo-f030r8 \ nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \ - nucleo-l053r8 stm32f0discovery telosb \ + nucleo-l053r8 stm32f0discovery stm32l0538-disco telosb \ waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 USEMODULE += gnrc_ipv6_router_default diff --git a/tests/gnrc_ipv6_nib_6ln/Makefile b/tests/gnrc_ipv6_nib_6ln/Makefile index 4236d560a9..6c1a2ce7dd 100644 --- a/tests/gnrc_ipv6_nib_6ln/Makefile +++ b/tests/gnrc_ipv6_nib_6ln/Makefile @@ -4,8 +4,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ arduino-mega2560 arduino-nano 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 + stm32f0discovery stm32l0538-disco telosb \ + waspmote-pro wsn430-v1_3b wsn430-v1_4 USEMODULE += gnrc_ipv6 USEMODULE += gnrc_sixlowpan diff --git a/tests/gnrc_mac_timeout/Makefile b/tests/gnrc_mac_timeout/Makefile index c8463b3eb4..e81aa6492f 100644 --- a/tests/gnrc_mac_timeout/Makefile +++ b/tests/gnrc_mac_timeout/Makefile @@ -5,7 +5,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ arduino-mega2560 arduino-nano arduino-uno \ chronos i-nucleo-lrwan1 nucleo-f030r8 \ nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \ - nucleo-l053r8 stm32f0discovery waspmote-pro + nucleo-l053r8 stm32f0discovery stm32l0538-disco \ + waspmote-pro USEMODULE += gnrc_mac diff --git a/tests/gnrc_ndp/Makefile b/tests/gnrc_ndp/Makefile index 63ffdd8b8d..b602a57f33 100644 --- a/tests/gnrc_ndp/Makefile +++ b/tests/gnrc_ndp/Makefile @@ -4,8 +4,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ arduino-mega2560 arduino-nano 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 + stm32f0discovery stm32l0538-disco telosb \ + waspmote-pro wsn430-v1_3b wsn430-v1_4 USEMODULE += gnrc_ipv6_nib_router USEMODULE += gnrc_ndp diff --git a/tests/gnrc_netif/Makefile b/tests/gnrc_netif/Makefile index 9c8e4f030d..e694885f1f 100644 --- a/tests/gnrc_netif/Makefile +++ b/tests/gnrc_netif/Makefile @@ -12,8 +12,9 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-leonardo \ nucleo-l053r8 nucleo-l073rz nucleo-f031k6 \ nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \ opencm904 saml10-xpro saml11-xpro spark-core \ - stm32f0discovery telosb waspmote-pro \ - wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 + stm32f0discovery stm32l0538-disco telosb \ + waspmote-pro wsn430-v1_3b wsn430-v1_4 \ + yunjia-nrf51822 z1 USEMODULE += embunit USEMODULE += gnrc_netif diff --git a/tests/gnrc_rpl_srh/Makefile b/tests/gnrc_rpl_srh/Makefile index 4d2f5b2e38..32136abd55 100644 --- a/tests/gnrc_rpl_srh/Makefile +++ b/tests/gnrc_rpl_srh/Makefile @@ -9,8 +9,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ nucleo-f042k6 nucleo-f070rb nucleo-f072rb \ nucleo-f303k8 nucleo-f334r8 nucleo-l031k6 \ nucleo-l053r8 saml10-xpro saml11-xpro \ - stm32f0discovery telosb thingy52 waspmote-pro \ - wsn430-v1_3b wsn430-v1_4 z1 + stm32f0discovery stm32l0538-disco telosb thingy52 \ + waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 # chronos, hamilton mips-malta, and ruuvitag boards don't support ethos BOARD_BLACKLIST := chronos hamilton mips-malta ruuvitag diff --git a/tests/gnrc_sixlowpan/Makefile b/tests/gnrc_sixlowpan/Makefile index c783724ad9..72b0b0d50b 100644 --- a/tests/gnrc_sixlowpan/Makefile +++ b/tests/gnrc_sixlowpan/Makefile @@ -8,7 +8,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ nucleo-f070rb nucleo-f070rb nucleo-f072rb \ nucleo-f303k8 nucleo-f334r8 nucleo-l031k6 \ nucleo-l053r8 saml10-xpro saml11-xpro \ - stm32f0discovery telosb waspmote-pro wsn430-v1_3b \ + stm32f0discovery stm32l0538-disco telosb \ + waspmote-pro wsn430-v1_3b \ wsn430-v1_4 z1 # use IEEE 802.15.4 as link-layer protocol diff --git a/tests/gnrc_sock_dns/Makefile b/tests/gnrc_sock_dns/Makefile index 006ac7dab3..f066426a69 100644 --- a/tests/gnrc_sock_dns/Makefile +++ b/tests/gnrc_sock_dns/Makefile @@ -8,7 +8,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ mega-xplained msb-430 msb-430h \ nucleo-f042k6 nucleo-f031k6 \ nucleo-f030r8 nucleo-f303k8 nucleo-l053r8 \ - nucleo-l031k6 stm32f0discovery thingy52 telosb \ + nucleo-l031k6 stm32f0discovery stm32l0538-disco \ + thingy52 telosb \ waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 # chronos, hamilton mips-malta, and ruuvitag boards don't support ethos BOARD_BLACKLIST := chronos hamilton mips-malta ruuvitag diff --git a/tests/gnrc_tcp_client/Makefile b/tests/gnrc_tcp_client/Makefile index 1c091708af..a536970854 100644 --- a/tests/gnrc_tcp_client/Makefile +++ b/tests/gnrc_tcp_client/Makefile @@ -22,7 +22,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove \ 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 \ + stm32f0discovery stm32l0538-disco 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 be22cc694a..5de1fad344 100644 --- a/tests/gnrc_tcp_server/Makefile +++ b/tests/gnrc_tcp_server/Makefile @@ -22,7 +22,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove \ 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 \ + stm32f0discovery stm32l0538-disco telosb \ + waspmote-pro wsn430-v1_3b \ wsn430-v1_4 yunjia-nrf51822 z1 # Local Address, Local Port and number of Test Cycles diff --git a/tests/gnrc_udp/Makefile b/tests/gnrc_udp/Makefile index c28e0c2c4d..9e7b94eb5d 100644 --- a/tests/gnrc_udp/Makefile +++ b/tests/gnrc_udp/Makefile @@ -9,7 +9,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \ nucleo-f072rb nucleo-f103rb nucleo-f302r8 \ nucleo-f334r8 nucleo-l053r8 spark-core \ - stm32f0discovery telosb waspmote-pro wsn430-v1_3b \ + stm32f0discovery stm32l0538-disco telosb \ + waspmote-pro wsn430-v1_3b \ wsn430-v1_4 z1 USEMODULE += gnrc_netdev_default diff --git a/tests/lwip/Makefile b/tests/lwip/Makefile index ac065b1f37..3f5432488e 100644 --- a/tests/lwip/Makefile +++ b/tests/lwip/Makefile @@ -12,7 +12,7 @@ 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 + stm32l0538-disco yunjia-nrf51822 # including lwip_ipv6_mld would currently break this test on at86rf2xx radios USEMODULE += lwip lwip_ipv6_autoconfig lwip_sock_ip lwip_netdev diff --git a/tests/lwip_sock_ip/Makefile b/tests/lwip_sock_ip/Makefile index 1ca2544844..0f782a5ff5 100644 --- a/tests/lwip_sock_ip/Makefile +++ b/tests/lwip_sock_ip/Makefile @@ -10,7 +10,8 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \ wsn430-v1_3b wsn430-v1_4 z1 BOARD_INSUFFICIENT_MEMORY = i-nucleo-lrwan1 nucleo-f031k6 nucleo-f042k6 \ nucleo-l031k6 nucleo-f030r8 nucleo-f303k8 \ - nucleo-f334r8 nucleo-l053r8 stm32f0discovery + nucleo-f334r8 nucleo-l053r8 stm32f0discovery \ + stm32l0538-disco LWIP_IPV4 ?= 0 diff --git a/tests/lwip_sock_tcp/Makefile b/tests/lwip_sock_tcp/Makefile index 73476dc548..04965e1602 100644 --- a/tests/lwip_sock_tcp/Makefile +++ b/tests/lwip_sock_tcp/Makefile @@ -12,7 +12,8 @@ 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 + saml10-xpro saml11-xpro stm32f0discovery \ + stm32l0538-disco LWIP_IPV4 ?= 0 diff --git a/tests/lwip_sock_udp/Makefile b/tests/lwip_sock_udp/Makefile index 30915fd596..39921cb743 100644 --- a/tests/lwip_sock_udp/Makefile +++ b/tests/lwip_sock_udp/Makefile @@ -11,7 +11,7 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \ BOARD_INSUFFICIENT_MEMORY = i-nucleo-lrwan1 nucleo-f031k6 nucleo-f042k6 \ nucleo-l031k6 nucleo-f030r8 \ nucleo-f303k8 nucleo-f334r8 nucleo-l053r8 \ - stm32f0discovery + stm32f0discovery stm32l0538-disco LWIP_IPV4 ?= 0 diff --git a/tests/mutex_order/Makefile b/tests/mutex_order/Makefile index 0e6b80e074..7c8a3c1abb 100644 --- a/tests/mutex_order/Makefile +++ b/tests/mutex_order/Makefile @@ -3,7 +3,8 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ arduino-uno i-nucleo-lrwan1 \ nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \ - nucleo-f030r8 nucleo-l053r8 stm32f0discovery + nucleo-f030r8 nucleo-l053r8 stm32f0discovery \ + stm32l0538-disco # list of boards to run CI tests on TEST_ON_CI_WHITELIST += all diff --git a/tests/nanocoap_cli/Makefile b/tests/nanocoap_cli/Makefile index 13be1ab060..08669e2084 100644 --- a/tests/nanocoap_cli/Makefile +++ b/tests/nanocoap_cli/Makefile @@ -6,7 +6,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ msb-430 msb-430h nucleo-f030r8 \ nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \ nucleo-f334r8 nucleo-l031k6 nucleo-l053r8 \ - stm32f0discovery telosb waspmote-pro z1 + stm32f0discovery stm32l0538-disco telosb \ + waspmote-pro 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/nhdp/Makefile b/tests/nhdp/Makefile index 411e7dcd62..7b96a14c9f 100644 --- a/tests/nhdp/Makefile +++ b/tests/nhdp/Makefile @@ -8,7 +8,7 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \ BOARD_INSUFFICIENT_MEMORY := i-nucleo-lrwan1 nucleo-f031k6 nucleo-f042k6 \ nucleo-l031k6 nucleo-f030r8 \ nucleo-f303k8 nucleo-f334r8 nucleo-l053r8 \ - stm32f0discovery + stm32f0discovery stm32l0538-disco USEMODULE += gnrc_ipv6 USEMODULE += gnrc_sock_udp diff --git a/tests/pkg_fatfs/Makefile b/tests/pkg_fatfs/Makefile index 67464f3bbe..9b56b4e7d9 100644 --- a/tests/pkg_fatfs/Makefile +++ b/tests/pkg_fatfs/Makefile @@ -24,8 +24,8 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove \ remote-revb samd21-xpro saml21-xpro samr21-xpro \ sensebox_samd21 sltb001a sodaq-autonomo \ sodaq-explorer spark-core stm32f0discovery stm32f3discovery \ - stm32f4discovery telosb udoo waspmote-pro wsn430-v1_3b \ - wsn430-v1_4 yunjia-nrf51822 z1 native + stm32f4discovery stm32l0538-disco telosb udoo waspmote-pro \ + wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 native USEMODULE += shell USEMODULE += fatfs_diskio_mtd diff --git a/tests/pkg_fatfs_vfs/Makefile b/tests/pkg_fatfs_vfs/Makefile index edbf14bf43..515626c665 100644 --- a/tests/pkg_fatfs_vfs/Makefile +++ b/tests/pkg_fatfs_vfs/Makefile @@ -46,7 +46,8 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove \ remote-revb samd21-xpro saml21-xpro samr21-xpro \ sensebox_samd21 sltb001a sodaq-autonomo sodaq-explorer \ spark-core stm32f0discovery stm32f3discovery \ - stm32f4discovery udoo waspmote-pro yunjia-nrf51822 native + stm32f4discovery stm32l0538-disco udoo waspmote-pro \ + yunjia-nrf51822 native TEST_DEPS += image diff --git a/tests/pkg_libcoap/Makefile b/tests/pkg_libcoap/Makefile index d7eea20034..ecbb0502b4 100644 --- a/tests/pkg_libcoap/Makefile +++ b/tests/pkg_libcoap/Makefile @@ -9,8 +9,8 @@ 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 \ - z1 + stm32f0discovery stm32l0538-disco telosb wsn430-v1_3b \ + wsn430-v1_4 z1 USEMODULE += gnrc_ipv6 USEMODULE += gnrc_sock_udp diff --git a/tests/pkg_libcose/Makefile b/tests/pkg_libcose/Makefile index 44f35fc683..a966217159 100644 --- a/tests/pkg_libcose/Makefile +++ b/tests/pkg_libcose/Makefile @@ -9,7 +9,8 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \ BOARD_INSUFFICIENT_MEMORY := i-nucleo-lrwan1 \ nucleo-f030r8 nucleo-f031k6 nucleo-f042k6 \ - nucleo-l031k6 nucleo-l053r8 stm32f0discovery + nucleo-l031k6 nucleo-l053r8 stm32f0discovery \ + stm32l0538-disco TEST_ON_CI_WHITELIST += native diff --git a/tests/pkg_littlefs/Makefile b/tests/pkg_littlefs/Makefile index 59c55aaf8a..a016f039fb 100644 --- a/tests/pkg_littlefs/Makefile +++ b/tests/pkg_littlefs/Makefile @@ -11,6 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove \ nucleo-l053r8 \ nucleo-f030r8 \ stm32f0discovery \ + stm32l0538-disco \ BOARD_BLACKLIST := chronos \ msb-430 \ diff --git a/tests/pkg_microcoap/Makefile b/tests/pkg_microcoap/Makefile index 03d01d000e..358bbad5b3 100644 --- a/tests/pkg_microcoap/Makefile +++ b/tests/pkg_microcoap/Makefile @@ -5,7 +5,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ i-nucleo-lrwan1 msb-430 msb-430h \ nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \ nucleo-l031k6 nucleo-f030r8 nucleo-l053r8 \ - stm32f0discovery telosb waspmote-pro z1 + stm32f0discovery stm32l0538-disco telosb \ + waspmote-pro 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/pkg_relic/Makefile b/tests/pkg_relic/Makefile index 5607c4bcc6..8f4c0940a1 100644 --- a/tests/pkg_relic/Makefile +++ b/tests/pkg_relic/Makefile @@ -30,6 +30,7 @@ BOARD_INSUFFICIENT_MEMORY := i-nucleo-lrwan1 \ nucleo-f042k6 \ nucleo-l031k6 \ nucleo-l053r8 \ + stm32l0538-disco \ # CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(5*THREAD_STACKSIZE_DEFAULT\) diff --git a/tests/pkg_spiffs/Makefile b/tests/pkg_spiffs/Makefile index 78b8cb02ca..19c77d9291 100644 --- a/tests/pkg_spiffs/Makefile +++ b/tests/pkg_spiffs/Makefile @@ -11,6 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove \ nucleo-l053r8 \ nucleo-f030r8 \ stm32f0discovery \ + stm32l0538-disco \ BOARD_BLACKLIST := chronos \ msb-430 \ diff --git a/tests/posix_semaphore/Makefile b/tests/posix_semaphore/Makefile index 7088a74267..42ae6886c0 100644 --- a/tests/posix_semaphore/Makefile +++ b/tests/posix_semaphore/Makefile @@ -6,7 +6,7 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \ nucleo-f030r8 nucleo-f303k8 nucleo-f334r8 \ nucleo-l053r8 spark-core stm32f0discovery \ - yunjia-nrf51822 + stm32l0538-disco yunjia-nrf51822 USEMODULE += fmt USEMODULE += posix_semaphore diff --git a/tests/ps_schedstatistics/Makefile b/tests/ps_schedstatistics/Makefile index 54b24afe84..198289a6e5 100644 --- a/tests/ps_schedstatistics/Makefile +++ b/tests/ps_schedstatistics/Makefile @@ -4,8 +4,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ arduino-uno 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 + nucleo-l031k6 stm32f0discovery stm32l0538-disco \ + telosb wsn430-v1_3b wsn430-v1_4 z1 USEMODULE += shell USEMODULE += shell_commands diff --git a/tests/pthread_barrier/Makefile b/tests/pthread_barrier/Makefile index bd88921e0f..62c5444bf6 100644 --- a/tests/pthread_barrier/Makefile +++ b/tests/pthread_barrier/Makefile @@ -2,7 +2,7 @@ include ../Makefile.tests_common BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo arduino-mega2560 \ arduino-nano arduino-uno i-nucleo-lrwan1 jiminy-mega256rfr2 \ - mega-xplained waspmote-pro + mega-xplained stm32l0538-disco waspmote-pro # AVR platform: unknown type name: clockid_t # exclude boards with insufficient memory diff --git a/tests/pthread_cooperation/Makefile b/tests/pthread_cooperation/Makefile index 6ced910a9d..7a2f8052bd 100644 --- a/tests/pthread_cooperation/Makefile +++ b/tests/pthread_cooperation/Makefile @@ -2,7 +2,7 @@ include ../Makefile.tests_common BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo arduino-mega2560 \ arduino-nano arduino-uno hifive1 i-nucleo-lrwan1 \ - jiminy-mega256rfr2 mega-xplained waspmote-pro + jiminy-mega256rfr2 mega-xplained stm32l0538-disco waspmote-pro # AVR platform: unknown type name: clockid_t # hifive1: not enough memory for thread stacks diff --git a/tests/pthread_rwlock/Makefile b/tests/pthread_rwlock/Makefile index 43d646d2ba..11b98f476f 100644 --- a/tests/pthread_rwlock/Makefile +++ b/tests/pthread_rwlock/Makefile @@ -15,6 +15,6 @@ 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 + stm32f0discovery stm32l0538-disco include $(RIOTBASE)/Makefile.include diff --git a/tests/rmutex/Makefile b/tests/rmutex/Makefile index 6ecc02eb99..d0f315d501 100644 --- a/tests/rmutex/Makefile +++ b/tests/rmutex/Makefile @@ -3,7 +3,8 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ arduino-uno i-nucleo-lrwan1 \ nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \ - nucleo-f030r8 nucleo-l053r8 stm32f0discovery + nucleo-f030r8 nucleo-l053r8 stm32f0discovery \ + stm32l0538-disco TEST_ON_CI_WHITELIST += all diff --git a/tests/slip/Makefile b/tests/slip/Makefile index ee95f64f4d..aeab6757a7 100644 --- a/tests/slip/Makefile +++ b/tests/slip/Makefile @@ -6,7 +6,7 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ msb-430 msb-430h nucleo-f031k6 \ nucleo-f042k6 nucleo-l031k6 nucleo-f030r8 \ nucleo-f303k8 nucleo-f334r8 nucleo-l053r8 \ - stm32f0discovery waspmote-pro + stm32f0discovery stm32l0538-disco waspmote-pro BOARD_BLACKLIST += mips-malta diff --git a/tests/sntp/Makefile b/tests/sntp/Makefile index 0ba94e28c9..99033a20c5 100644 --- a/tests/sntp/Makefile +++ b/tests/sntp/Makefile @@ -5,8 +5,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ chronos i-nucleo-lrwan1 msb-430 msb-430h \ nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \ nucleo-f030r8 nucleo-f303k8 nucleo-f334r8 \ - nucleo-l053r8 stm32f0discovery telosb \ - waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 + nucleo-l053r8 stm32f0discovery stm32l0538-disco \ + telosb waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 USEMODULE += sntp USEMODULE += gnrc_sock_udp diff --git a/tests/thread_cooperation/Makefile b/tests/thread_cooperation/Makefile index 9e50f1dbb7..061015cf34 100644 --- a/tests/thread_cooperation/Makefile +++ b/tests/thread_cooperation/Makefile @@ -2,14 +2,14 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ arduino-uno chronos i-nucleo-lrwan1 msb-430 \ - msb-430h nucleo-f031k6 nucleo-f303k8 + msb-430h nucleo-f031k6 nucleo-f303k8 stm32l0538-disco DISABLE_MODULE += auto_init ifneq (,$(filter nucleo-f042k6,$(BOARD))) PROBLEM ?= 3 endif -ifneq (,$(filter nucleo-f030r8 nucleo-l031k6 nucleo-l053r8 stm32f0discovery,$(BOARD))) +ifneq (,$(filter nucleo-f030r8 nucleo-l031k6 nucleo-l053r8 stm32f0discovery stm32l0538-disco,$(BOARD))) PROBLEM ?= 5 endif ifneq (,$(filter nucleo-f334r8,$(BOARD))) diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index ab820930e2..6442020732 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -70,6 +70,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \ stk3600 \ stm32f0discovery \ stm32f3discovery \ + stm32l0538-disco \ teensy31 \ telosb \ waspmote-pro \ @@ -189,6 +190,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \ stm32f3discovery \ stm32f4discovery \ stm32f769i-disco \ + stm32l0538-disco \ udoo \ usb-kw41z \ yunjia-nrf51822 \