blob: 12717253293f7af004091f6d0536141768c82938 [file] [log] [blame]
Thiago Macieira60f164f2017-03-14 14:21:15 -07001Concise Binary Object Representation (CBOR) Library
2---------------------------------------------------
3
4To build TinyCBOR:
5
6 make
7
8If you want to change the compiler or pass extra compiler flags:
9
10 make CC=clang CFLAGS="-m32 -Oz" LDFLAGS="-m32"
11
12Documentation: https://01org.github.io/tinycbor/current/
13