From f2c693b22032a3c4feb135b253b42f126cf94641 Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Mon, 20 Feb 2017 13:40:47 +0100
Subject: [PATCH] examples: remove nucleo-l053 from memory intensive examples

---
 examples/dtls-echo/Makefile          | 2 +-
 examples/emcute/Makefile             | 6 +++---
 examples/gcoap/Makefile              | 2 +-
 examples/gnrc_border_router/Makefile | 2 +-
 examples/gnrc_networking/Makefile    | 2 +-
 examples/gnrc_tftp/Makefile          | 2 +-
 examples/microcoap_server/Makefile   | 2 +-
 examples/nanocoap_server/Makefile    | 2 +-
 examples/posix_sockets/Makefile      | 3 ++-
 9 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile
index 812629b1a5..b6cc11cb43 100644
--- a/examples/dtls-echo/Makefile
+++ b/examples/dtls-echo/Makefile
@@ -18,7 +18,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf51dongle nrf6310 nucleo-f103 \
                              stm32f0discovery weio yunjia-nrf51822 nucleo-f072 \
                              cc2650stk nucleo-f030 nucleo-f070 microbit \
                              calliope-mini nucleo32-f042 nucleo32-f303 opencm9-04 \
-                             maple-mini nucleo32-f031 nucleo-l073
+                             maple-mini nucleo32-f031 nucleo-l073 nucleo-l053
 
 # 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/Makefile b/examples/emcute/Makefile
index a8b49a81d7..7987689d59 100644
--- a/examples/emcute/Makefile
+++ b/examples/emcute/Makefile
@@ -8,9 +8,9 @@ BOARD ?= native
 RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
-                             chronos msb-430 msb-430h nucleo-f030 nucleo-f070 \
-                             nucleo-f072 nucleo-f334 nucleo32-f031 nucleo32-f303 \
-                             nucleo32-f042 stm32f0discovery telosb \
+                             chronos msb-430 msb-430h nucleo-f030 nucleo-l053 \
+                             nucleo-f070 nucleo-f072 nucleo-f334 nucleo32-f031 \
+                             nucleo32-f303 nucleo32-f042 stm32f0discovery 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/gcoap/Makefile b/examples/gcoap/Makefile
index 82bb6759ac..eda838c387 100644
--- a/examples/gcoap/Makefile
+++ b/examples/gcoap/Makefile
@@ -11,7 +11,7 @@ RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo-f334 \
                              stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
-                             z1 nucleo32-f042 nucleo32-f031
+                             z1 nucleo32-f042 nucleo32-f031 nucleo-l053
 
 # Must read nordic_softdevice_ble package before nanocoap package. However,
 # can't read it explicitly here because it is read later, as a dependency for
diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile
index e8f60a1e6f..891e52325a 100644
--- a/examples/gnrc_border_router/Makefile
+++ b/examples/gnrc_border_router/Makefile
@@ -13,7 +13,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk maple-mini msb-430 msb-430h
                              weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 \
                              nucleo-f030 nucleo-f070 microbit calliope-mini \
                              nucleo32-f042 nucleo32-f303 opencm9-04 nucleo32-f031 \
-                             nucleo-l073
+                             nucleo-l073 nucleo-l053
 
 BOARD_BLACKLIST += mips-malta # No UART available.
 
diff --git a/examples/gnrc_networking/Makefile b/examples/gnrc_networking/Makefile
index a10d81ca29..2dff6fd10a 100644
--- a/examples/gnrc_networking/Makefile
+++ b/examples/gnrc_networking/Makefile
@@ -11,7 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f103 nucleo-f334 \
                              spark-core stm32f0discovery telosb weio \
                              wsn430-v1_3b wsn430-v1_4 z1 nucleo-f072 nucleo-f030 \
                              nucleo-f070 microbit calliope-mini nucleo32-f042 \
-                             nucleo32-f303 nucleo32-f031
+                             nucleo32-f303 nucleo32-f031 nucleo-l053
 
 # 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_tftp/Makefile b/examples/gnrc_tftp/Makefile
index 65947927a5..33e7061ba9 100644
--- a/examples/gnrc_tftp/Makefile
+++ b/examples/gnrc_tftp/Makefile
@@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
                           spark-core stm32f0discovery telosb weio wsn430-v1_3b \
                           wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 nucleo-f030 \
                           nucleo-f070 microbit calliope-mini nucleo32-f042 \
-                          nucleo32-f303 nucleo32-f031
+                          nucleo32-f303 nucleo32-f031 nucleo-l053
 
 # 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/microcoap_server/Makefile b/examples/microcoap_server/Makefile
index 014b531f1a..71f3f08722 100644
--- a/examples/microcoap_server/Makefile
+++ b/examples/microcoap_server/Makefile
@@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo32-f042 \
                              pca10000 pca10005 stm32f0discovery telosb weio z1 \
-                             nucleo32-f031
+                             nucleo32-f031 nucleo-l053
 
 # 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/nanocoap_server/Makefile b/examples/nanocoap_server/Makefile
index 43fcb0a429..41716d359f 100644
--- a/examples/nanocoap_server/Makefile
+++ b/examples/nanocoap_server/Makefile
@@ -8,7 +8,7 @@ BOARD ?= native
 RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo32-f042 \
-                             stm32f0discovery telosb weio nucleo32-f031
+                             stm32f0discovery telosb weio nucleo32-f031 nucleo-l053
 
 # blacklist this until #6022 is sorted out
 BOARD_BLACKLIST := nrf52dk
diff --git a/examples/posix_sockets/Makefile b/examples/posix_sockets/Makefile
index 45911f2333..aa00586ab7 100644
--- a/examples/posix_sockets/Makefile
+++ b/examples/posix_sockets/Makefile
@@ -10,7 +10,8 @@ RIOTBASE ?= $(CURDIR)/../..
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle nrf6310 \
                              nucleo-f334 pca10000 pca10005 stm32f0discovery telosb weio \
                              wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 \
-                             nucleo-f030 nucleo-f070 nucleo32-f042 nucleo32-f031
+                             nucleo-f030 nucleo-f070 nucleo32-f042 nucleo32-f031 \
+                             nucleo-l053
 
 # Include packages that pull up and auto-init the link layer.
 # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
-- 
GitLab