From eafabe85a4ac54cdb7e38ae78ded1a993306a129 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 21 Sep 2018 13:01:01 +0200 Subject: [PATCH] tests/unittest: exclude firefly board --- tests/unittests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index d568fb7cf1..f714ce0e9b 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -20,6 +20,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \ chronos \ ek-lm4f120xl \ feather-m0 \ + firefly \ ikea-tradfri \ limifrog-v1 maple-mini \ lobaro-lorabox \ @@ -109,6 +110,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \ ek-lm4f120xl \ f4vi1 \ feather-m0 \ + firefly \ fox \ frdm-k22f \ frdm-k64f \