Fork of Tangara with customizations
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
tangara-fw/lib/cbor/tinycbor
jacqueline 393b268e15 Vendor tinycbor, since v5 no longer includes it 3年前
..
examples Vendor tinycbor, since v5 no longer includes it 3年前
scripts Vendor tinycbor, since v5 no longer includes it 3年前
src Vendor tinycbor, since v5 no longer includes it 3年前
tests Vendor tinycbor, since v5 no longer includes it 3年前
tools Vendor tinycbor, since v5 no longer includes it 3年前
.appveyor.yml Vendor tinycbor, since v5 no longer includes it 3年前
.gitattributes Vendor tinycbor, since v5 no longer includes it 3年前
.gitignore Vendor tinycbor, since v5 no longer includes it 3年前
.tag Vendor tinycbor, since v5 no longer includes it 3年前
.travis.yml Vendor tinycbor, since v5 no longer includes it 3年前
Doxyfile Vendor tinycbor, since v5 no longer includes it 3年前
LICENSE Vendor tinycbor, since v5 no longer includes it 3年前
Makefile Vendor tinycbor, since v5 no longer includes it 3年前
README Vendor tinycbor, since v5 no longer includes it 3年前
TODO Vendor tinycbor, since v5 no longer includes it 3年前
VERSION Vendor tinycbor, since v5 no longer includes it 3年前
tinycbor.pc.in Vendor tinycbor, since v5 no longer includes it 3年前

README

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/