選択できるのは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/