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 | |
|---|---|---|
| .. | ||
| port/include | il y a 3 ans | |
| test | il y a 3 ans | |
| tinycbor | il y a 3 ans | |
| CMakeLists.txt | il y a 3 ans | |
| LICENSE | il y a 3 ans | |
| README.md | il y a 3 ans | |
| idf_component.yml | il y a 3 ans | |
README.md
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/