Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
|
il y a 3 ans | |
|---|---|---|
| .. | ||
| examples | il y a 3 ans | |
| scripts | il y a 3 ans | |
| src | il y a 3 ans | |
| tests | il y a 3 ans | |
| tools | il y a 3 ans | |
| .appveyor.yml | il y a 3 ans | |
| .gitattributes | il y a 3 ans | |
| .gitignore | il y a 3 ans | |
| .tag | il y a 3 ans | |
| .travis.yml | il y a 3 ans | |
| Doxyfile | il y a 3 ans | |
| LICENSE | il y a 3 ans | |
| Makefile | il y a 3 ans | |
| README | il y a 3 ans | |
| TODO | il y a 3 ans | |
| VERSION | il y a 3 ans | |
| tinycbor.pc.in | il y a 3 ans | |
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/