From 2277cc3354457b48a60310580a606104ed50a83a Mon Sep 17 00:00:00 2001 From: kYc0o Date: Thu, 26 Jan 2017 14:09:12 +0100 Subject: [PATCH 1/2] tests/unittests/tests-tweetnacl: increase needed stack --- tests/unittests/tests-tweetnacl/Makefile.include | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unittests/tests-tweetnacl/Makefile.include b/tests/unittests/tests-tweetnacl/Makefile.include index 0cfb96f9f..9c8efe2c4 100644 --- a/tests/unittests/tests-tweetnacl/Makefile.include +++ b/tests/unittests/tests-tweetnacl/Makefile.include @@ -1,2 +1,4 @@ USEMODULE += random USEPKG += tweetnacl + +CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(2*THREAD_STACKSIZE_DEFAULT+THREAD_EXTRA_STACKSIZE_PRINTF\) From 5ff272f9f8d5d5b32da7b60d7ed566f798499ac2 Mon Sep 17 00:00:00 2001 From: kYc0o Date: Thu, 26 Jan 2017 15:01:41 +0100 Subject: [PATCH 2/2] 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 ae15cfab7..f9b76e527 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