From 07758c290023cd974212b5ad311eaf5f257520d3 Mon Sep 17 00:00:00 2001 From: Sebastian Meiling Date: Tue, 15 Oct 2019 09:31:53 +0200 Subject: [PATCH] examples/dtls-wolfssl: remove boards blacklist Replaces the boards blacklist with a new arch_32bit feature requirement. --- examples/dtls-wolfssl/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/dtls-wolfssl/Makefile b/examples/dtls-wolfssl/Makefile index 4e6b5d54e9..849ea43429 100644 --- a/examples/dtls-wolfssl/Makefile +++ b/examples/dtls-wolfssl/Makefile @@ -8,9 +8,7 @@ BOARD ?= native RIOTBASE ?= $(CURDIR)/../.. # wolfSSL supports 32-bit architectures only -BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo arduino-mega2560 arduino-nano arduino-uno \ - chronos mega-xplained msb-430 msb-430h telosb \ - waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 +FEATURES_REQUIRED += arch_32bit BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 blackpill bluepill \ calliope-mini cc2650-launchpad cc2650stk hifive1 i-nucleo-lrwan1 \