From b044e462075019709fe8108f7897a73c7b264e25 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 30 Oct 2019 11:07:32 +0100 Subject: [PATCH] tests/pkg_cn-cbor: remove useless board blacklist This is now automatically managed by the arch 32 feature requirement at pkg dependencies level --- tests/pkg_cn-cbor/Makefile | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/tests/pkg_cn-cbor/Makefile b/tests/pkg_cn-cbor/Makefile index d10a31651e..8ca112dbc8 100644 --- a/tests/pkg_cn-cbor/Makefile +++ b/tests/pkg_cn-cbor/Makefile @@ -1,23 +1,5 @@ include ../Makefile.tests_common -BOARD_BLACKLIST := arduino-duemilanove \ - arduino-leonardo \ - arduino-mega2560 \ - arduino-nano \ - arduino-uno \ - atmega328p \ - chronos \ - mega-xplained \ - microduino-corerf \ - msb-430 \ - msb-430h \ - telosb \ - waspmote-pro \ - wsn430-v1_3b \ - wsn430-v1_4 \ - z1 \ - # - USEPKG += cn-cbor USEMODULE += embunit USEMODULE += fmt