We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfbd4de commit 60f164fCopy full SHA for 60f164f
README
@@ -0,0 +1,13 @@
1
+Concise Binary Object Representation (CBOR) Library
2
+---------------------------------------------------
3
+
4
+To build TinyCBOR:
5
6
+ make
7
8
+If you want to change the compiler or pass extra compiler flags:
9
10
+ make CC=clang CFLAGS="-m32 -Oz" LDFLAGS="-m32"
11
12
+Documentation: https://01org.github.io/tinycbor/current/
13
0 commit comments