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/