mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/dtls-wolfssl: remove boards blacklist
Replaces the boards blacklist with a new arch_32bit feature requirement.
This commit is contained in:
parent
946c887f2c
commit
07758c2900
@ -8,9 +8,7 @@ BOARD ?= native
|
|||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
# wolfSSL supports 32-bit architectures only
|
# wolfSSL supports 32-bit architectures only
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo arduino-mega2560 arduino-nano arduino-uno \
|
FEATURES_REQUIRED += arch_32bit
|
||||||
chronos mega-xplained msb-430 msb-430h telosb \
|
|
||||||
waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 blackpill bluepill \
|
BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 blackpill bluepill \
|
||||||
calliope-mini cc2650-launchpad cc2650stk hifive1 i-nucleo-lrwan1 \
|
calliope-mini cc2650-launchpad cc2650stk hifive1 i-nucleo-lrwan1 \
|
||||||
|
Loading…
Reference in New Issue
Block a user