Merge pull request #14456 from benpicco/pkg/tinydtls_update
pkg/tinydtls: use latest development version
This commit is contained in:
commit
cc6c5a8c7b
@ -1,6 +1,6 @@
|
||||
PKG_NAME=tinydtls
|
||||
PKG_URL=https://github.com/eclipse/tinydtls.git
|
||||
PKG_VERSION=7a0420bfe3c041789cc0fe87822832f2fd12d0c3
|
||||
PKG_VERSION=eda63f000c2280c7aba29abb60503130e8179e0a
|
||||
PKG_LICENSE=EPL-1.0,EDL-1.0
|
||||
|
||||
include $(RIOTBASE)/pkg/pkg.mk
|
||||
|
||||
@ -2,8 +2,13 @@ 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user