diff --git a/examples/asymcute_mqttsn/Makefile b/examples/asymcute_mqttsn/Makefile index 06183a04c2..26259bd161 100644 --- a/examples/asymcute_mqttsn/Makefile +++ b/examples/asymcute_mqttsn/Makefile @@ -17,7 +17,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-leonardo \ nucleo-f070rb nucleo-f072rb nucleo-f303k8 \ nucleo-f334r8 nucleo-l031k6 nucleo-l053r8 \ saml10-xpro saml11-xpro \ - stm32f0discovery telosb waspmote-pro \ + stm32f0discovery stm32l0538-disco telosb waspmote-pro \ wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 # Include packages that pull up and auto-init the link layer. diff --git a/examples/cord_ep/Makefile b/examples/cord_ep/Makefile index b582035b99..6d3a2e43a0 100644 --- a/examples/cord_ep/Makefile +++ b/examples/cord_ep/Makefile @@ -13,7 +13,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ msb-430h nucleo-f030r8 nucleo-l053r8 \ nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \ nucleo-f334r8 nucleo-l031k6 stm32f0discovery \ - telosb waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 + stm32l0538-disco telosb waspmote-pro \ + wsn430-v1_3b wsn430-v1_4 z1 USEMODULE += gnrc_netdev_default USEMODULE += auto_init_gnrc_netif diff --git a/examples/cord_epsim/Makefile b/examples/cord_epsim/Makefile index 641a134717..08e09ea801 100644 --- a/examples/cord_epsim/Makefile +++ b/examples/cord_epsim/Makefile @@ -13,7 +13,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ nucleo-f030r8 nucleo-l053r8 nucleo-f031k6 \ nucleo-f042k6 nucleo-f303k8 nucleo-f334r8 \ nucleo-l031k6 mega-xplained stm32f0discovery \ - telosb waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 + stm32l0538-disco telosb waspmote-pro \ + wsn430-v1_3b wsn430-v1_4 z1 # Enable GNRC networking USEMODULE += gnrc_netdev_default diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile index 02bbfb0ee4..d309e7d14b 100644 --- a/examples/dtls-echo/Makefile +++ b/examples/dtls-echo/Makefile @@ -20,7 +20,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 blackpill bluepill call nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 \ nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \ nucleo-l053r8 nucleo-l073rz opencm904 saml10-xpro \ - saml11-xpro spark-core stm32f0discovery yunjia-nrf51822 + saml11-xpro spark-core stm32f0discovery stm32l0538-disco yunjia-nrf51822 # 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/examples/emcute_mqttsn/Makefile b/examples/emcute_mqttsn/Makefile index 2fd34e6d70..ce377abd2c 100644 --- a/examples/emcute_mqttsn/Makefile +++ b/examples/emcute_mqttsn/Makefile @@ -13,8 +13,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \ nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \ nucleo-f072rb nucleo-f302r8 nucleo-f334r8 \ - nucleo-l053r8 stm32f0discovery telosb \ - waspmote-pro wsn430-v1_3b \ + nucleo-l053r8 stm32f0discovery stm32l0538-disco \ + telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 z1 mega-xplained # Include packages that pull up and auto-init the link layer. diff --git a/examples/gcoap/Makefile b/examples/gcoap/Makefile index c8c2085176..ef86ffed5d 100644 --- a/examples/gcoap/Makefile +++ b/examples/gcoap/Makefile @@ -15,7 +15,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ 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 + stm32l0538-disco telosb waspmote-pro \ + wsn430-v1_3b wsn430-v1_4 z1 ## Uncomment to redefine port, for example use 61616 for RFC 6282 UDP compression. #GCOAP_PORT = 5683 diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile index da4089ad58..3841bcc8a6 100644 --- a/examples/gnrc_border_router/Makefile +++ b/examples/gnrc_border_router/Makefile @@ -18,7 +18,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-leonardo \ nucleo-f070rb nucleo-f072rb nucleo-f103rb \ nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \ nucleo-l073rz opencm904 saml10-xpro saml11-xpro \ - spark-core stm32f0discovery telosb waspmote-pro \ + spark-core stm32f0discovery stm32l0538-disco \ + telosb waspmote-pro \ weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 # The following boards do not have an available UART diff --git a/examples/gnrc_networking/Makefile b/examples/gnrc_networking/Makefile index b209984f20..312b47a8aa 100644 --- a/examples/gnrc_networking/Makefile +++ b/examples/gnrc_networking/Makefile @@ -16,7 +16,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \ nucleo-f072rb nucleo-f103rb nucleo-f302r8 \ nucleo-f334r8 nucleo-l053r8 saml10-xpro \ - saml11-xpro spark-core stm32f0discovery telosb \ + saml11-xpro spark-core stm32f0discovery \ + stm32l0538-disco telosb \ waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 # Include packages that pull up and auto-init the link layer. diff --git a/examples/gnrc_tftp/Makefile b/examples/gnrc_tftp/Makefile index 5fc8b3afe4..006a441896 100644 --- a/examples/gnrc_tftp/Makefile +++ b/examples/gnrc_tftp/Makefile @@ -17,7 +17,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-leonardo \ nucleo-f030r8 nucleo-f070rb nucleo-f072rb \ nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \ nucleo-l053r8 saml10-xpro saml11-xpro spark-core \ - stm32f0discovery telosb waspmote-pro wsn430-v1_3b \ + stm32f0discovery stm32l0538-disco telosb \ + waspmote-pro wsn430-v1_3b \ wsn430-v1_4 yunjia-nrf51822 z1 # Include packages that pull up and auto-init the link layer. diff --git a/examples/javascript/Makefile b/examples/javascript/Makefile index 527f56dc9f..8042e5a4fb 100644 --- a/examples/javascript/Makefile +++ b/examples/javascript/Makefile @@ -15,7 +15,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 blackpill bluepill call nucleo-f410rb nucleo-l053r8 nucleo-l073rz \ nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \ nucleo-l031k6 opencm904 saml10-xpro saml11-xpro \ - spark-core stm32f0discovery yunjia-nrf51822 + spark-core stm32f0discovery stm32l0538-disco \ + yunjia-nrf51822 BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo arduino-mega2560 \ arduino-nano arduino-uno chronos \ diff --git a/examples/lua_REPL/Makefile b/examples/lua_REPL/Makefile index 7b16afbcb2..d6fbc4a9c1 100644 --- a/examples/lua_REPL/Makefile +++ b/examples/lua_REPL/Makefile @@ -25,7 +25,8 @@ BOARD_INSUFFICIENT_MEMORY := blackpill bluepill calliope-mini cc2650-launchpad \ samr30-xpro seeeduino_arch-pro sensebox_samd21 slstk3401a \ sltb001a slwstk6220a sodaq-autonomo sodaq-explorer \ sodaq-one sodaq-sara-aff stk3600 stm32f3discovery \ - yunjia-nrf51822 esp8266-esp-12x esp8266-olimex-mod \ + stm32l0538-disco yunjia-nrf51822 \ + esp8266-esp-12x esp8266-olimex-mod \ esp8266-sparkfun-thing firefly BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \ diff --git a/examples/lua_basic/Makefile b/examples/lua_basic/Makefile index e7ada6da42..7bff87aae5 100644 --- a/examples/lua_basic/Makefile +++ b/examples/lua_basic/Makefile @@ -14,7 +14,7 @@ BOARD_INSUFFICIENT_MEMORY := blackpill bluepill calliope-mini cc2650-launchpad \ nucleo-f103rb nucleo-f302r8 nucleo-f303k8 \ nucleo-f334r8 nucleo-f410rb nucleo-l031k6 \ nucleo-l053r8 opencm904 saml10-xpro saml11-xpro \ - spark-core stm32f0discovery + spark-core stm32f0discovery stm32l0538-disco BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \ arduino-mega2560 arduino-nano \ diff --git a/examples/nanocoap_server/Makefile b/examples/nanocoap_server/Makefile index cf800462ee..511f3b65be 100644 --- a/examples/nanocoap_server/Makefile +++ b/examples/nanocoap_server/Makefile @@ -12,7 +12,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-l053r8 \ - stm32f0discovery telosb waspmote-pro wsn430-v1_3b \ + stm32f0discovery stm32l0538-disco telosb \ + waspmote-pro wsn430-v1_3b \ wsn430-v1_4 z1 # Include packages that pull up and auto-init the link layer. diff --git a/examples/ndn-ping/Makefile b/examples/ndn-ping/Makefile index 3817b0b1a3..e7f9d0ad2d 100644 --- a/examples/ndn-ping/Makefile +++ b/examples/ndn-ping/Makefile @@ -12,7 +12,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ arduino-uno chronos i-nucleo-lrwan1 mega-xplained \ msb-430 msb-430h nucleo-f042k6 nucleo-f031k6 \ nucleo-l031k6 nucleo-f030r8 nucleo-l053r8 \ - stm32f0discovery telosb waspmote-pro weio \ + stm32f0discovery stm32l0538-disco telosb \ + waspmote-pro weio \ wsn430-v1_3b wsn430-v1_4 z1 # Include packages that pull up and auto-init the link layer. diff --git a/examples/posix_sockets/Makefile b/examples/posix_sockets/Makefile index f24b84e708..c52a98d85b 100644 --- a/examples/posix_sockets/Makefile +++ b/examples/posix_sockets/Makefile @@ -14,7 +14,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-leonardo \ nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \ nucleo-f030r8 nucleo-f070rb nucleo-f072rb \ nucleo-f334r8 nucleo-f303k8 nucleo-l053r8 \ - stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \ + stm32f0discovery stm32l0538-disco telosb \ + wsn430-v1_3b wsn430-v1_4 \ yunjia-nrf51822 waspmote-pro z1 # Include packages that pull up and auto-init the link layer.