您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
|
3 年前 | |
|---|---|---|
| .. | ||
| examples | 3 年前 | |
| scripts | 3 年前 | |
| src | 3 年前 | |
| tests | 3 年前 | |
| tools | 3 年前 | |
| .appveyor.yml | 3 年前 | |
| .gitattributes | 3 年前 | |
| .gitignore | 3 年前 | |
| .tag | 3 年前 | |
| .travis.yml | 3 年前 | |
| Doxyfile | 3 年前 | |
| LICENSE | 3 年前 | |
| Makefile | 3 年前 | |
| README | 3 年前 | |
| TODO | 3 年前 | |
| VERSION | 3 年前 | |
| tinycbor.pc.in | 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/