From fd48ccd5d4b0bef465aaa7df3274315d40335654 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Sun, 10 May 2015 15:50:23 +0200 Subject: [PATCH] unittests: add nrf51822 boards to BOARD_INSUFFICIENT_RAM --- tests/unittests/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index 8227a294b..5019fbe45 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -1,9 +1,10 @@ APPLICATION = unittests include ../Makefile.tests_common -BOARD_INSUFFICIENT_RAM := chronos msb-430 msb-430h redbee-econotag spark-core \ - stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 z1 \ - nucleo-f334 +BOARD_INSUFFICIENT_RAM := airfy-beacon chronos msb-430 msb-430h pca10000 \ + pca10005 redbee-econotag spark-core stm32f0discovery \ + telosb wsn430-v1_3b wsn430-v1_4 z1 nucleo-f334 \ + yunjia-nrf51822 USEMODULE += embunit