Fork of Tangara with customizations
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
tangara-fw/lib/cbor/tinycbor
jacqueline 393b268e15 Vendor tinycbor, since v5 no longer includes it il y a 3 ans
..
examples Vendor tinycbor, since v5 no longer includes it il y a 3 ans
scripts Vendor tinycbor, since v5 no longer includes it il y a 3 ans
src Vendor tinycbor, since v5 no longer includes it il y a 3 ans
tests Vendor tinycbor, since v5 no longer includes it il y a 3 ans
tools Vendor tinycbor, since v5 no longer includes it il y a 3 ans
.appveyor.yml Vendor tinycbor, since v5 no longer includes it il y a 3 ans
.gitattributes Vendor tinycbor, since v5 no longer includes it il y a 3 ans
.gitignore Vendor tinycbor, since v5 no longer includes it il y a 3 ans
.tag Vendor tinycbor, since v5 no longer includes it il y a 3 ans
.travis.yml Vendor tinycbor, since v5 no longer includes it il y a 3 ans
Doxyfile Vendor tinycbor, since v5 no longer includes it il y a 3 ans
LICENSE Vendor tinycbor, since v5 no longer includes it il y a 3 ans
Makefile Vendor tinycbor, since v5 no longer includes it il y a 3 ans
README Vendor tinycbor, since v5 no longer includes it il y a 3 ans
TODO Vendor tinycbor, since v5 no longer includes it il y a 3 ans
VERSION Vendor tinycbor, since v5 no longer includes it il y a 3 ans
tinycbor.pc.in Vendor tinycbor, since v5 no longer includes it il y a 3 ans

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/