From 6d96eaa491d0ac5eb7e0deab875c4d9d62fcd126 Mon Sep 17 00:00:00 2001
From: Matthew Blue <matthew.blue.neuro@gmail.com>
Date: Fri, 23 Mar 2018 23:09:50 -0400
Subject: [PATCH] examples/* : blacklisting for mega-xplained

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

diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile
index d1ed70d12a..afbc74d825 100644
--- a/examples/dtls-echo/Makefile
+++ b/examples/dtls-echo/Makefile
@@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
 # TinyDTLS only has support for 32-bit architectures ATM
 BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \
                    msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b wsn430-v1_4 \
-                   z1 jiminy-mega256rfr2
+                   z1 jiminy-mega256rfr2 mega-xplained
 
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \
                              cc2650-launchpad cc2650stk maple-mini \
diff --git a/examples/emcute/Makefile b/examples/emcute/Makefile
index 91f0dcd94b..6c14d11ac6 100644
--- a/examples/emcute/Makefile
+++ b/examples/emcute/Makefile
@@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
                              nucleo32-f303 nucleo32-l031 nucleo-f030 nucleo-f070 \
                              nucleo-f072 nucleo-f302 nucleo-f334 nucleo-l053 \
                              stm32f0discovery telosb waspmote-pro wsn430-v1_3b \
-                             wsn430-v1_4 z1
+                             wsn430-v1_4 z1 mega-xplained
 
 # 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 fa25993b88..4d4b302b00 100644
--- a/examples/javascript/Makefile
+++ b/examples/javascript/Makefile
@@ -14,7 +14,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini
 
 BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \
                    msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
-                   wsn430-v1_4 z1 pic32-wifire pic32-clicker jiminy-mega256rfr2
+                   wsn430-v1_4 z1 pic32-wifire pic32-clicker jiminy-mega256rfr2 \
+                   mega-xplained
 
 # Comment this out to disable code in RIOT that does safety checking
 # which is not needed in a production environment but helps in the
-- 
GitLab