Skip to content

Commit 60f164f

Browse files
Add a README file.
Signed-off-by: Thiago Macieira <[email protected]>
1 parent bfbd4de commit 60f164f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)