From e61378781f851a6858bccc439ed9e4857ed6ab4e Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 30 Oct 2019 11:06:54 +0100 Subject: [PATCH] tests/pkg_cifra: remove useless board blacklist This is now automatically managed by the arch 32 feature requirement at pkg dependencies level --- tests/pkg_cifra/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/pkg_cifra/Makefile b/tests/pkg_cifra/Makefile index 8bb6b27e93..c5d47093c2 100644 --- a/tests/pkg_cifra/Makefile +++ b/tests/pkg_cifra/Makefile @@ -1,12 +1,5 @@ include ../Makefile.tests_common -# No 8 bit and 16 bit support -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 - USEMODULE += embunit USEMODULE += random USEPKG += cifra