diff options
Diffstat (limited to 'lib/cbor/tinycbor/README')
| -rw-r--r-- | lib/cbor/tinycbor/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/cbor/tinycbor/README b/lib/cbor/tinycbor/README new file mode 100644 index 00000000..167efa06 --- /dev/null +++ b/lib/cbor/tinycbor/README @@ -0,0 +1,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/ + |
