Fork of Tangara with customizations
Je kunt niet meer dan 25 onderwerpen selecteren Onderwerpen moeten beginnen met een letter of nummer, kunnen streepjes bevatten ('-') en kunnen maximaal 35 tekens lang zijn.
 
 
 
 
 
 
tangara-fw/lib/cbor/tinycbor
jacqueline 393b268e15 Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
..
examples Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
scripts Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
src Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
tests Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
tools Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
.appveyor.yml Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
.gitattributes Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
.gitignore Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
.tag Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
.travis.yml Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
Doxyfile Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
LICENSE Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
Makefile Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
README Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
TODO Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
VERSION Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
tinycbor.pc.in Vendor tinycbor, since v5 no longer includes it 3 jaren geleden

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/