You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.. | ||
examples | 2 years ago | |
scripts | 2 years ago | |
src | 2 years ago | |
tests | 2 years ago | |
tools | 2 years ago | |
.appveyor.yml | 2 years ago | |
.gitattributes | 2 years ago | |
.gitignore | 2 years ago | |
.tag | 2 years ago | |
.travis.yml | 2 years ago | |
Doxyfile | 2 years ago | |
LICENSE | 2 years ago | |
Makefile | 2 years ago | |
README | 2 years ago | |
TODO | 2 years ago | |
VERSION | 2 years ago | |
tinycbor.pc.in | 2 years ago |
README
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://intel.github.io/tinycbor/current/