Skip to content
Snippets Groups Projects
Unverified Commit c4bfba76 authored by Koen Zandberg's avatar Koen Zandberg
Browse files

pkg/tinycbor: initial import

parent d52186a1
No related branches found
No related tags found
No related merge requests found
PKG_NAME=tinycbor
PKG_URL=https://github.com/intel/tinycbor
PKG_VERSION=v0.5.1
PKG_LICENSE=MIT
.PHONY: all
all: git-download
"$(MAKE)" -C $(PKG_BUILDDIR)/src -f $(CURDIR)/Makefile.tinycbor
include $(RIOTBASE)/pkg/pkg.mk
INCLUDES += -I$(PKGDIRBASE)/tinycbor/src
MODULE := tinycbor
SRC += cborerrorstrings.c
SRC += cborencoder.c
SRC += cborencoder_close_container_checked.c
SRC += cborparser.c
SRC += cborpretty.c
SRC += cborvalidation.c
include $(RIOTBASE)/Makefile.base
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