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/