summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/tinycbor/README
blob: 167efa06e2d3052dbb077f94287261ce893ce8f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/