1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/tinydtls/Makefile.dep

15 lines
386 B
Makefile
Raw Normal View History

USEMODULE += tinydtls
2016-11-03 16:53:24 +01:00
USEMODULE += memarray
USEMODULE += hashes
2020-07-07 21:03:21 +02:00
USEMODULE += random
USEMODULE += tinydtls_aes
USEMODULE += tinydtls_ecc
# tinydtls needs cryptographically secure randomness
# TODO: restore configurability, e.g. allow to use HWRNG instead if available
USEMODULE += prng_sha1prng
# TinyDTLS only has support for 32-bit architectures ATM
FEATURES_REQUIRED += arch_32bit