pkg: add support for tinycrypt
This commit is contained in:
parent
83abf11f2f
commit
5220243853
12
pkg/tinycrypt/Makefile
Normal file
12
pkg/tinycrypt/Makefile
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
PKG_NAME=tinycrypt
|
||||||
|
PKG_URL=https://github.com/01org/tinycrypt
|
||||||
|
PKG_VERSION=3ea1a609e7aff9f2d8d13803e1076b7a8e551804
|
||||||
|
PKG_LICENSE=BSD-3-Clause
|
||||||
|
|
||||||
|
.PHONY: all
|
||||||
|
|
||||||
|
all: git-download
|
||||||
|
"$(MAKE)" -C $(PKG_BUILDDIR)/lib/source/ \
|
||||||
|
-f $(RIOTPKG)/tinycrypt/Makefile.$(PKG_NAME)
|
||||||
|
|
||||||
|
include $(RIOTBASE)/pkg/pkg.mk
|
||||||
1
pkg/tinycrypt/Makefile.include
Normal file
1
pkg/tinycrypt/Makefile.include
Normal file
@ -0,0 +1 @@
|
|||||||
|
INCLUDES += -I$(PKGDIRBASE)/tinycrypt/lib/include
|
||||||
3
pkg/tinycrypt/Makefile.tinycrypt
Normal file
3
pkg/tinycrypt/Makefile.tinycrypt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
MODULE = tinycrypt
|
||||||
|
|
||||||
|
include $(RIOTBASE)/Makefile.base
|
||||||
6
pkg/tinycrypt/doc.txt
Normal file
6
pkg/tinycrypt/doc.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
/**
|
||||||
|
* @defgroup pkg_tinycrypt tinycrypt crypto library
|
||||||
|
* @ingroup pkg
|
||||||
|
* @brief Memory optimized crypto library for embedded devices
|
||||||
|
* @see https://github.com/01org/tinycrypt
|
||||||
|
*/
|
||||||
Loading…
x
Reference in New Issue
Block a user