1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg: add jsmn minimal JSON parser

This commit is contained in:
Kaspar Schleiser 2016-03-30 14:35:36 +02:00
parent 506e23f481
commit e7f13218ea
3 changed files with 11 additions and 0 deletions

10
pkg/jsmn/Makefile Normal file
View File

@ -0,0 +1,10 @@
PKG_NAME=jsmn
PKG_URL=https://github.com/zserge/jsmn
PKG_VERSION=b77d84ba48e057aa464b6c6b6f6209e632918cb3
.PHONY: all
all: git-download
"$(MAKE)" -C $(PKG_BUILDDIR)
include $(RIOTBASE)/pkg/pkg.mk

View File

@ -0,0 +1 @@
INCLUDES += -I$(BINDIRBASE)/pkg/$(BOARD)/jsmn

Binary file not shown.