Fork of Tangara with customizations
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
tangara-fw/lib/cbor/tinycbor
jacqueline 393b268e15 Vendor tinycbor, since v5 no longer includes it 2 years ago
..
examples Vendor tinycbor, since v5 no longer includes it 2 years ago
scripts Vendor tinycbor, since v5 no longer includes it 2 years ago
src Vendor tinycbor, since v5 no longer includes it 2 years ago
tests Vendor tinycbor, since v5 no longer includes it 2 years ago
tools Vendor tinycbor, since v5 no longer includes it 2 years ago
.appveyor.yml Vendor tinycbor, since v5 no longer includes it 2 years ago
.gitattributes Vendor tinycbor, since v5 no longer includes it 2 years ago
.gitignore Vendor tinycbor, since v5 no longer includes it 2 years ago
.tag Vendor tinycbor, since v5 no longer includes it 2 years ago
.travis.yml Vendor tinycbor, since v5 no longer includes it 2 years ago
Doxyfile Vendor tinycbor, since v5 no longer includes it 2 years ago
LICENSE Vendor tinycbor, since v5 no longer includes it 2 years ago
Makefile Vendor tinycbor, since v5 no longer includes it 2 years ago
README Vendor tinycbor, since v5 no longer includes it 2 years ago
TODO Vendor tinycbor, since v5 no longer includes it 2 years ago
VERSION Vendor tinycbor, since v5 no longer includes it 2 years ago
tinycbor.pc.in Vendor tinycbor, since v5 no longer includes it 2 years ago

README

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/