Skip to content
Snippets Groups Projects
Commit 52202438 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

pkg: add support for tinycrypt

parent 83abf11f
No related branches found
No related tags found
No related merge requests found
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
INCLUDES += -I$(PKGDIRBASE)/tinycrypt/lib/include
MODULE = tinycrypt
include $(RIOTBASE)/Makefile.base
/**
* @defgroup pkg_tinycrypt tinycrypt crypto library
* @ingroup pkg
* @brief Memory optimized crypto library for embedded devices
* @see https://github.com/01org/tinycrypt
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment