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