From e49727eda651d5c5b36b683ea9148e778f4ac144 Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Fri, 17 Feb 2017 17:23:21 +0100
Subject: [PATCH] examples: exclude nucleo-l073 from memory greedy examples

---
 examples/dtls-echo/Makefile          | 2 +-
 examples/gnrc_border_router/Makefile | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile
index 4467fa60dd..812629b1a5 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
+                             maple-mini nucleo32-f031 nucleo-l073
 
 # 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 adcea7f7c7..e8f60a1e6f 100644
--- a/examples/gnrc_border_router/Makefile
+++ b/examples/gnrc_border_router/Makefile
@@ -12,7 +12,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk maple-mini msb-430 msb-430h
                              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 opencm9-04 nucleo32-f031
+                             nucleo32-f042 nucleo32-f303 opencm9-04 nucleo32-f031 \
+                             nucleo-l073
 
 BOARD_BLACKLIST += mips-malta # No UART available.
 
-- 
GitLab