From 5ff272f9f8d5d5b32da7b60d7ed566f798499ac2 Mon Sep 17 00:00:00 2001 From: kYc0o <fco.ja.ac@gmail.com> Date: Thu, 26 Jan 2017 15:01:41 +0100 Subject: [PATCH] tests/unittests: add more boards to insufficient memory list --- tests/unittests/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index ae15cfab76..f9b76e5276 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -12,7 +12,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk chronos ek-lm4f120xl \ nucleo-f030 nucleo-f070 nucleo-f091 pba-d-01-kw2x \ saml21-xpro microbit calliope-mini limifrog-v1 \ slwstk6220a ek-lm4f120xl stm32f3discovery \ - slwstk6220a nucleo32-f042 nucleo32-f303 opencm9-04 + slwstk6220a nucleo32-f042 nucleo32-f303 opencm9-04 \ + seeeduino_arch-pro remote-pa remote-revb remote-reva USEMODULE += embunit -- GitLab