Vendor tinycbor, since v5 no longer includes it

This commit is contained in:
jacqueline
2023-01-21 14:09:00 +11:00
parent bb50cf52cd
commit 393b268e15
66 changed files with 12732 additions and 0 deletions
+13
View File
@@ -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/