Fork of Tangara with customizations
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
tangara-fw/lib/cbor
jacqueline 393b268e15 Vendor tinycbor, since v5 no longer includes it před 3 roky
..
port/include Vendor tinycbor, since v5 no longer includes it před 3 roky
test Vendor tinycbor, since v5 no longer includes it před 3 roky
tinycbor Vendor tinycbor, since v5 no longer includes it před 3 roky
CMakeLists.txt Vendor tinycbor, since v5 no longer includes it před 3 roky
LICENSE Vendor tinycbor, since v5 no longer includes it před 3 roky
README.md Vendor tinycbor, since v5 no longer includes it před 3 roky
idf_component.yml Vendor tinycbor, since v5 no longer includes it před 3 roky

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/