Fork of Tangara with customizations
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
tangara-fw/lib/cbor/tinycbor
jacqueline 393b268e15 Vendor tinycbor, since v5 no longer includes it 2 anos atrás
..
examples Vendor tinycbor, since v5 no longer includes it 2 anos atrás
scripts Vendor tinycbor, since v5 no longer includes it 2 anos atrás
src Vendor tinycbor, since v5 no longer includes it 2 anos atrás
tests Vendor tinycbor, since v5 no longer includes it 2 anos atrás
tools Vendor tinycbor, since v5 no longer includes it 2 anos atrás
.appveyor.yml Vendor tinycbor, since v5 no longer includes it 2 anos atrás
.gitattributes Vendor tinycbor, since v5 no longer includes it 2 anos atrás
.gitignore Vendor tinycbor, since v5 no longer includes it 2 anos atrás
.tag Vendor tinycbor, since v5 no longer includes it 2 anos atrás
.travis.yml Vendor tinycbor, since v5 no longer includes it 2 anos atrás
Doxyfile Vendor tinycbor, since v5 no longer includes it 2 anos atrás
LICENSE Vendor tinycbor, since v5 no longer includes it 2 anos atrás
Makefile Vendor tinycbor, since v5 no longer includes it 2 anos atrás
README Vendor tinycbor, since v5 no longer includes it 2 anos atrás
TODO Vendor tinycbor, since v5 no longer includes it 2 anos atrás
VERSION Vendor tinycbor, since v5 no longer includes it 2 anos atrás
tinycbor.pc.in Vendor tinycbor, since v5 no longer includes it 2 anos atrás

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/