1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00

pkg/tinydtls: add arch 32bit requirement

This commit is contained in:
Alexandre Abadie 2019-10-30 14:11:59 +01:00
parent 7a83364419
commit 4993b65650
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -8,3 +8,6 @@ ifneq (,$(filter tinydtls,$(USEMODULE)))
USEMODULE += tinydtls_aes
USEMODULE += tinydtls_ecc
endif
# TinyDTLS only has support for 32-bit architectures ATM
FEATURES_REQUIRED += arch_32bit