Fork of Tangara with customizations
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 
tangara-fw/lib/cbor/tinycbor
jacqueline 393b268e15 Vendor tinycbor, since v5 no longer includes it 3 år sedan
..
examples Vendor tinycbor, since v5 no longer includes it 3 år sedan
scripts Vendor tinycbor, since v5 no longer includes it 3 år sedan
src Vendor tinycbor, since v5 no longer includes it 3 år sedan
tests Vendor tinycbor, since v5 no longer includes it 3 år sedan
tools Vendor tinycbor, since v5 no longer includes it 3 år sedan
.appveyor.yml Vendor tinycbor, since v5 no longer includes it 3 år sedan
.gitattributes Vendor tinycbor, since v5 no longer includes it 3 år sedan
.gitignore Vendor tinycbor, since v5 no longer includes it 3 år sedan
.tag Vendor tinycbor, since v5 no longer includes it 3 år sedan
.travis.yml Vendor tinycbor, since v5 no longer includes it 3 år sedan
Doxyfile Vendor tinycbor, since v5 no longer includes it 3 år sedan
LICENSE Vendor tinycbor, since v5 no longer includes it 3 år sedan
Makefile Vendor tinycbor, since v5 no longer includes it 3 år sedan
README Vendor tinycbor, since v5 no longer includes it 3 år sedan
TODO Vendor tinycbor, since v5 no longer includes it 3 år sedan
VERSION Vendor tinycbor, since v5 no longer includes it 3 år sedan
tinycbor.pc.in Vendor tinycbor, since v5 no longer includes it 3 år sedan

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/