mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
15 lines
386 B
Makefile
15 lines
386 B
Makefile
USEMODULE += tinydtls
|
|
|
|
USEMODULE += memarray
|
|
USEMODULE += hashes
|
|
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
|