Fork of Tangara with customizations
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
tangara-fw/lib/cbor/tinycbor
jacqueline 393b268e15 Vendor tinycbor, since v5 no longer includes it 3 anni fa
..
examples Vendor tinycbor, since v5 no longer includes it 3 anni fa
scripts Vendor tinycbor, since v5 no longer includes it 3 anni fa
src Vendor tinycbor, since v5 no longer includes it 3 anni fa
tests Vendor tinycbor, since v5 no longer includes it 3 anni fa
tools Vendor tinycbor, since v5 no longer includes it 3 anni fa
.appveyor.yml Vendor tinycbor, since v5 no longer includes it 3 anni fa
.gitattributes Vendor tinycbor, since v5 no longer includes it 3 anni fa
.gitignore Vendor tinycbor, since v5 no longer includes it 3 anni fa
.tag Vendor tinycbor, since v5 no longer includes it 3 anni fa
.travis.yml Vendor tinycbor, since v5 no longer includes it 3 anni fa
Doxyfile Vendor tinycbor, since v5 no longer includes it 3 anni fa
LICENSE Vendor tinycbor, since v5 no longer includes it 3 anni fa
Makefile Vendor tinycbor, since v5 no longer includes it 3 anni fa
README Vendor tinycbor, since v5 no longer includes it 3 anni fa
TODO Vendor tinycbor, since v5 no longer includes it 3 anni fa
VERSION Vendor tinycbor, since v5 no longer includes it 3 anni fa
tinycbor.pc.in Vendor tinycbor, since v5 no longer includes it 3 anni fa

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/