From 69225e6addedb1ebb66477b735b1436c078f4397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Thu, 26 Apr 2018 16:32:39 +0200 Subject: [PATCH] tests/pkg_micro-ecc: blacklist 16bits boards Test breaks on wsn430 boards with the node rebooting. This must come becauso `micro-ecc` does not have 16b support. I also blacklisted the other 16bits boards. * https://github.com/kmackay/micro-ecc/issues/96 --- tests/pkg_micro-ecc/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/pkg_micro-ecc/Makefile b/tests/pkg_micro-ecc/Makefile index d61f36722c..4cdd8cbca0 100644 --- a/tests/pkg_micro-ecc/Makefile +++ b/tests/pkg_micro-ecc/Makefile @@ -2,6 +2,9 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno +# micro-ecc is not 16 bit compatible +BOARD_BLACKLIST = chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 + USEMODULE += hashes USEPKG += micro-ecc