From 7033401eaa049d3ce7d9476d7a7810e4da5469f3 Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Wed, 13 Jul 2016 21:23:30 +0200 Subject: [PATCH] tests: pkg_u8g2: blacklist boards with insufficient memory --- tests/pkg_u8g2/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/pkg_u8g2/Makefile b/tests/pkg_u8g2/Makefile index 92d0abe4d2..67f7077af8 100644 --- a/tests/pkg_u8g2/Makefile +++ b/tests/pkg_u8g2/Makefile @@ -1,6 +1,9 @@ APPLICATION = pkg_u8g2 include ../Makefile.tests_common +# These boards have not sufficient memory +BOARD_BLACKLIST += chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 + USEMODULE += xtimer USEPKG += u8g2