Skip to content

Commit

Permalink
examples/dtls-sock: Removed unnecessary FEATURES_REQUIRED
Browse files Browse the repository at this point in the history
TinyDTLS doesn't have the 32 bit restriction anymore
See 429de92
  • Loading branch information
fzi-haxel authored and OlegHahm committed Dec 13, 2023
1 parent c58f248 commit 09f4453
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/dtls-sock/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ BOARD ?= native
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..

# TinyDTLS only has support for 32-bit architectures ATM
FEATURES_REQUIRED += arch_32bit

# Include packages that pull up and auto-init the link layer.
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
USEMODULE += netdev_default
Expand Down
8 changes: 8 additions & 0 deletions examples/dtls-sock/Makefile.ci
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
BOARD_INSUFFICIENT_MEMORY := \
airfy-beacon \
arduino-leonardo \
arduino-mega2560 \
arduino-nano \
atxmega-a3bu-xplained \
b-l072z-lrwan1 \
blackpill-stm32f103c8 \
blackpill-stm32f103cb \
bluepill-stm32f030c8 \
bluepill-stm32f103c8 \
bluepill-stm32f103cb \
calliope-mini \
derfmega12 \
hifive1 \
hifive1b \
i-nucleo-lrwan1 \
im880b \
lsn50 \
mega-xplained \
microbit \
nrf51dongle \
nrf6310 \
Expand All @@ -38,4 +44,6 @@ BOARD_INSUFFICIENT_MEMORY := \
stm32l0538-disco \
stm32mp157c-dk2 \
yunjia-nrf51822 \
waspmote-pro \
z1 \
#

0 comments on commit 09f4453

Please sign in to comment.