summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/tinycbor/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/tinycbor/README')
-rw-r--r--src/3rdparty/tinycbor/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/3rdparty/tinycbor/README b/src/3rdparty/tinycbor/README
new file mode 100644
index 0000000000..167efa06e2
--- /dev/null
+++ b/src/3rdparty/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/
+