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:
parent
506e23f481
commit
e7f13218ea
10
pkg/jsmn/Makefile
Normal file
10
pkg/jsmn/Makefile
Normal 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
|
1
pkg/jsmn/Makefile.include
Normal file
1
pkg/jsmn/Makefile.include
Normal file
@ -0,0 +1 @@
|
||||
INCLUDES += -I$(BINDIRBASE)/pkg/$(BOARD)/jsmn
|
BIN
pkg/jsmn/patches/0001-RIOTize-makefile.patch
Normal file
BIN
pkg/jsmn/patches/0001-RIOTize-makefile.patch
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user