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 | |
|---|---|---|
| .. | ||
| port/include | 3 år sedan | |
| test | 3 år sedan | |
| tinycbor | 3 år sedan | |
| CMakeLists.txt | 3 år sedan | |
| LICENSE | 3 år sedan | |
| README.md | 3 år sedan | |
| idf_component.yml | 3 år sedan | |
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/