Fork of Tangara with customizations
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
tangara-fw/lib/cbor
jacqueline 393b268e15 Vendor tinycbor, since v5 no longer includes it 2 years ago
..
port/include Vendor tinycbor, since v5 no longer includes it 2 years ago
test Vendor tinycbor, since v5 no longer includes it 2 years ago
tinycbor Vendor tinycbor, since v5 no longer includes it 2 years ago
CMakeLists.txt Vendor tinycbor, since v5 no longer includes it 2 years ago
LICENSE Vendor tinycbor, since v5 no longer includes it 2 years ago
README.md Vendor tinycbor, since v5 no longer includes it 2 years ago
idf_component.yml Vendor tinycbor, since v5 no longer includes it 2 years ago

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/