Skip to content

Commit 3d02eb6

Browse files
fzi-haxelOlegHahm
authored andcommitted
Revert "examples/dtls-sock: Removed unnecessary FEATURES_REQUIRED"
Created separate PR (#20196) This reverts commit 09f4453.
1 parent e0889fb commit 3d02eb6

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

examples/dtls-sock/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ BOARD ?= native
77
# This has to be the absolute path to the RIOT base directory:
88
RIOTBASE ?= $(CURDIR)/../..
99

10+
# TinyDTLS only has support for 32-bit architectures ATM
11+
FEATURES_REQUIRED += arch_32bit
12+
1013
# Include packages that pull up and auto-init the link layer.
1114
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
1215
USEMODULE += netdev_default

examples/dtls-sock/Makefile.ci

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
11
BOARD_INSUFFICIENT_MEMORY := \
22
airfy-beacon \
3-
arduino-leonardo \
4-
arduino-mega2560 \
5-
arduino-nano \
6-
atxmega-a3bu-xplained \
73
b-l072z-lrwan1 \
84
blackpill-stm32f103c8 \
95
blackpill-stm32f103cb \
106
bluepill-stm32f030c8 \
117
bluepill-stm32f103c8 \
128
bluepill-stm32f103cb \
139
calliope-mini \
14-
derfmega12 \
1510
hifive1 \
1611
hifive1b \
1712
i-nucleo-lrwan1 \
1813
im880b \
1914
lsn50 \
20-
mega-xplained \
2115
microbit \
2216
nrf51dongle \
2317
nrf6310 \
@@ -44,6 +38,4 @@ BOARD_INSUFFICIENT_MEMORY := \
4438
stm32l0538-disco \
4539
stm32mp157c-dk2 \
4640
yunjia-nrf51822 \
47-
waspmote-pro \
48-
z1 \
4941
#

0 commit comments

Comments
 (0)