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
jacqueline 393b268e15 Vendor tinycbor, since v5 no longer includes it il y a 3 ans
..
port/include Vendor tinycbor, since v5 no longer includes it il y a 3 ans
test Vendor tinycbor, since v5 no longer includes it il y a 3 ans
tinycbor Vendor tinycbor, since v5 no longer includes it il y a 3 ans
CMakeLists.txt 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
README.md Vendor tinycbor, since v5 no longer includes it il y a 3 ans
idf_component.yml Vendor tinycbor, since v5 no longer includes it il y a 3 ans

README.md

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/