This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2024-12-29 04:50:03 +01:00
Code
Releases
Activity
18c6991d4a
RIOT
/
pkg
/
cn-cbor
/
Makefile.include
5 lines
98 B
Makefile
Raw
Normal View
History
Unescape
Escape
pkg: add cn-cbor CBOR implementation
2017-11-13 22:10:11 +01:00
INCLUDES
+=
-I
$(
PKGDIRBASE
)
/cn-cbor/include
pkg/cn-cbor: compile with context pointer support
2018-04-13 17:35:55 +02:00
#enable context pointer
CFLAGS
+=
-DUSE_CBOR_CONTEXT
Copy Permalink