From fe7fc501066554f1d3d31cb41423afb9215c47aa Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Wed, 9 Nov 2016 10:42:52 +0100 Subject: [PATCH] tests: blacklisted microbit for insufficiant RAM --- tests/thread_cooperation/Makefile | 2 +- tests/unittests/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/thread_cooperation/Makefile b/tests/thread_cooperation/Makefile index a4932de24a..f2bbd41392 100644 --- a/tests/thread_cooperation/Makefile +++ b/tests/thread_cooperation/Makefile @@ -5,7 +5,7 @@ BOARD_INSUFFICIENT_MEMORY := cc2650stk chronos msb-430 msb-430h mbed_lpc1768 \ stm32f0discovery pca10000 pca10005 \ yunjia-nrf51822 spark-core airfy-beacon nucleo-f103 \ nucleo-f334 nrf51dongle nrf6310 weio nucleo-f072 \ - nucleo-f030 nucleo-f070 + nucleo-f030 nucleo-f070 microbit DISABLE_MODULE += auto_init diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index c1eed15106..407690408b 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -9,7 +9,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk chronos msb-430 msb-430h pca weio waspmote-pro nucleo-f072 arduino-uno \ arduino-duemilanove sodaq-autonomo arduino-zero \ nucleo-f030 nucleo-f070 nucleo-f091 pba-d-01-kw2x \ - saml21-xpro + saml21-xpro microbit USEMODULE += embunit