File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ BOARD ?= native
77# This has to be the absolute path to the RIOT base directory:
88RIOTBASE ?= $(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
1215USEMODULE += netdev_default
Original file line number Diff line number Diff line change 11BOARD_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 #
You can’t perform that action at this time.
0 commit comments