Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
|
3 år sedan | |
|---|---|---|
| .. | ||
| examples | 3 år sedan | |
| scripts | 3 år sedan | |
| src | 3 år sedan | |
| tests | 3 år sedan | |
| tools | 3 år sedan | |
| .appveyor.yml | 3 år sedan | |
| .gitattributes | 3 år sedan | |
| .gitignore | 3 år sedan | |
| .tag | 3 år sedan | |
| .travis.yml | 3 år sedan | |
| Doxyfile | 3 år sedan | |
| LICENSE | 3 år sedan | |
| Makefile | 3 år sedan | |
| README | 3 år sedan | |
| TODO | 3 år sedan | |
| VERSION | 3 år sedan | |
| tinycbor.pc.in | 3 år sedan | |
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/