Vendor tinycbor, since v5 no longer includes it
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user