From d011fd1dd8c37b269bfddd26850a26eebc6ab593 Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Sun, 5 Nov 2017 21:53:18 +0100
Subject: [PATCH] tests: exclude feather-m0 board from unittests

---
 tests/unittests/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile
index 94440c7209..5236bde4f4 100644
--- a/tests/unittests/Makefile
+++ b/tests/unittests/Makefile
@@ -17,6 +17,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
                              cc2650stk \
                              chronos \
                              ek-lm4f120xl \
+                             feather-m0 \
                              limifrog-v1 maple-mini \
                              mbed_lpc1768 \
                              microbit \
@@ -87,6 +88,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
                        cc2538dk \
                        ek-lm4f120xl \
                        f4vi1 \
+                       feather-m0 \
                        fox \
                        frdm-k64f \
                        iotlab-m3 \
-- 
GitLab