Fork of Tangara with customizations
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
tangara-fw/lib/cbor
jacqueline 393b268e15 Vendor tinycbor, since v5 no longer includes it 3 лет назад
..
port/include Vendor tinycbor, since v5 no longer includes it 3 лет назад
test Vendor tinycbor, since v5 no longer includes it 3 лет назад
tinycbor Vendor tinycbor, since v5 no longer includes it 3 лет назад
CMakeLists.txt Vendor tinycbor, since v5 no longer includes it 3 лет назад
LICENSE Vendor tinycbor, since v5 no longer includes it 3 лет назад
README.md Vendor tinycbor, since v5 no longer includes it 3 лет назад
idf_component.yml Vendor tinycbor, since v5 no longer includes it 3 лет назад

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/