From eaa8d83c23230497766bdb11c4d138c6a673ae05 Mon Sep 17 00:00:00 2001
From: Dylan Laduranty <dylan.laduranty@mesotic.com>
Date: Mon, 21 Jan 2019 17:11:05 +0100
Subject: [PATCH] examples/*: add saml1*-xpro to BOARD_INSUFFICIENT_MEMORY

---
 examples/asymcute_mqttsn/Makefile    | 1 +
 examples/dtls-echo/Makefile          | 4 ++--
 examples/gnrc_border_router/Makefile | 4 ++--
 examples/gnrc_networking/Makefile    | 3 ++-
 examples/gnrc_tftp/Makefile          | 6 +++---
 examples/javascript/Makefile         | 4 ++--
 examples/lua_REPL/Makefile           | 4 ++--
 examples/lua_basic/Makefile          | 3 ++-
 8 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/examples/asymcute_mqttsn/Makefile b/examples/asymcute_mqttsn/Makefile
index 33990c6248..27fb05015e 100644
--- a/examples/asymcute_mqttsn/Makefile
+++ b/examples/asymcute_mqttsn/Makefile
@@ -15,6 +15,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
                              nucleo-f030r8 nucleo-f031k6 nucleo-f042k6 \
                              nucleo-f070rb nucleo-f072rb nucleo-f303k8 \
                              nucleo-f334r8 nucleo-l031k6 nucleo-l053r8 \
+                             saml10-xpro saml11-xpro  \
                              stm32f0discovery telosb waspmote-pro \
                              wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
 
diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile
index 7d0b6d008c..8e0f2678fa 100644
--- a/examples/dtls-echo/Makefile
+++ b/examples/dtls-echo/Makefile
@@ -17,8 +17,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 blackpill bluepill call
                              microbit nrf51dk nrf51dongle nrf6310 nucleo-f031k6 \
                              nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 \
                              nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
-                             nucleo-l053r8 nucleo-l073rz opencm904 \
-                             spark-core stm32f0discovery yunjia-nrf51822
+                             nucleo-l053r8 nucleo-l073rz opencm904 saml10-xpro \
+                             saml11-xpro spark-core stm32f0discovery 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/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile
index 5dbe43063f..ee59b6adf0 100644
--- a/examples/gnrc_border_router/Makefile
+++ b/examples/gnrc_border_router/Makefile
@@ -15,8 +15,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
                              nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 \
                              nucleo-f070rb nucleo-f072rb nucleo-f103rb \
                              nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
-                             nucleo-l073rz opencm904 spark-core \
-                             stm32f0discovery telosb waspmote-pro \
+                             nucleo-l073rz opencm904 saml10-xpro saml11-xpro \
+                             spark-core stm32f0discovery 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 b8b53ac282..628b9c97f2 100644
--- a/examples/gnrc_networking/Makefile
+++ b/examples/gnrc_networking/Makefile
@@ -13,7 +13,8 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
                              nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
                              nucleo-f030r8 nucleo-f070rb nucleo-f072rb \
                              nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
-                             nucleo-l053r8 spark-core stm32f0discovery telosb \
+                             nucleo-l053r8 saml10-xpro saml11-xpro \
+                             spark-core stm32f0discovery 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 b2ea5f30cb..bc46979842 100644
--- a/examples/gnrc_tftp/Makefile
+++ b/examples/gnrc_tftp/Makefile
@@ -14,9 +14,9 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
                              nucleo-f042k6 nucleo-f303k8 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 wsn430-v1_4 \
-                             yunjia-nrf51822 z1
+                             nucleo-l053r8 saml10-xpro saml11-xpro spark-core \
+                             stm32f0discovery telosb waspmote-pro wsn430-v1_3b \
+                             wsn430-v1_4 yunjia-nrf51822 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/examples/javascript/Makefile b/examples/javascript/Makefile
index 8d80a2eb96..a9c442b100 100644
--- a/examples/javascript/Makefile
+++ b/examples/javascript/Makefile
@@ -14,8 +14,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 blackpill bluepill call
                              nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
                              nucleo-f410rb nucleo-l053r8 nucleo-l073rz \
                              nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
-                             nucleo-l031k6 opencm904 spark-core stm32f0discovery \
-                             yunjia-nrf51822
+                             nucleo-l031k6 opencm904 saml10-xpro saml11-xpro \
+                             spark-core stm32f0discovery yunjia-nrf51822
 
 BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \
                    msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
diff --git a/examples/lua_REPL/Makefile b/examples/lua_REPL/Makefile
index 5346d7bb10..dfe991d10d 100644
--- a/examples/lua_REPL/Makefile
+++ b/examples/lua_REPL/Makefile
@@ -20,8 +20,8 @@ BOARD_INSUFFICIENT_MEMORY := blackpill bluepill calliope-mini cc2650-launchpad \
                              mbed_lpc1768  nrf6310 nucleo-f091rc  nucleo-l073rz \
                              nz32-sc151 openmote-cc2538 openmote-b pba-d-01-kw2x \
                              remote-pa remote-reva remote-revb samd21-xpro \
-                             saml21-xpro samr21-xpro samr30-xpro \
-                             seeeduino_arch-pro sensebox_samd21 slstk3401a \
+                             saml10-xpro saml11-xpro saml21-xpro samr21-xpro \
+                             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 \
diff --git a/examples/lua_basic/Makefile b/examples/lua_basic/Makefile
index 324213d20c..fc369a3f8e 100644
--- a/examples/lua_basic/Makefile
+++ b/examples/lua_basic/Makefile
@@ -12,7 +12,8 @@ BOARD_INSUFFICIENT_MEMORY := blackpill bluepill calliope-mini cc2650-launchpad \
                              nucleo-f042k6 nucleo-f070rb nucleo-f072rb \
                              nucleo-f103rb nucleo-f302r8 nucleo-f303k8 \
                              nucleo-f334r8 nucleo-f410rb nucleo-l031k6 \
-                             nucleo-l053r8 opencm904 spark-core stm32f0discovery
+                             nucleo-l053r8 opencm904 saml10-xpro saml11-xpro \
+                             spark-core stm32f0discovery
 
 BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno \
                    chronos hifive1 jiminy-mega256rfr2 mega-xplained mips-malta \
-- 
GitLab