From 9172e42437fd0f90dee3e3065954dcc4d5bf8b1e Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 18 Dec 2016 16:54:36 +0100 Subject: [PATCH] tests/unittests: add stm32f3discovery to BOARD_INSUFFICIENT_MEMORY --- tests/unittests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index 723e7d9201..0e2705b224 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -2,7 +2,7 @@ APPLICATION = unittests include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk chronos msb-430 msb-430h pca10000 \ - pca10005 spark-core stm32f0discovery \ + pca10005 spark-core stm32f0discovery stm32f3discovery \ telosb wsn430-v1_3b wsn430-v1_4 z1 nucleo-f103 \ nucleo-f334 yunjia-nrf51822 samr21-xpro \ arduino-mega2560 airfy-beacon nrf51dongle nrf6310 \