Fork of Tangara with customizations
Je kunt niet meer dan 25 onderwerpen selecteren Onderwerpen moeten beginnen met een letter of nummer, kunnen streepjes bevatten ('-') en kunnen maximaal 35 tekens lang zijn.
 
 
 
 
 
 
tangara-fw/lib/cbor
jacqueline 393b268e15 Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
..
port/include Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
test Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
tinycbor Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
CMakeLists.txt Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
LICENSE Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
README.md Vendor tinycbor, since v5 no longer includes it 3 jaren geleden
idf_component.yml Vendor tinycbor, since v5 no longer includes it 3 jaren geleden

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/