blob: 12717253293f7af004091f6d0536141768c82938 [file] [log] [blame]
Concise Binary Object Representation (CBOR) Library
---------------------------------------------------
To build TinyCBOR:
make
If you want to change the compiler or pass extra compiler flags:
make CC=clang CFLAGS="-m32 -Oz" LDFLAGS="-m32"
Documentation: https://01org.github.io/tinycbor/current/